/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.ngx-datatable.material {
  background: #FFF;
  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);
  /**
  * Shared Styles
  */
  /**
  * Global Row Styles
  */
  /**
  * Header Styles
  */
  /**
  * Body Styles
  */
  /**
  * Footer Styles
  */
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304FFE;
  color: #FFF;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193AE4;
  color: #FFF;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #FFF;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304FFE;
  color: #FFF;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193AE4;
  color: #FFF;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #FFF;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #FFF;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #D9D8D9;
  border-top: solid 1px #D9D8D9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 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, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.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.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.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);
}
.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: transparent;
  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: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 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: none;
  display: var(--mat-focus-indicator-display, none);
  border: 3px solid transparent;
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: 4px;
  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: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: 3px solid transparent;
  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: 4px;
  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;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}
body:not(.is-mobile) .ps-container > .ps-scrollbar-x-rail,
body:not(.is-mobile) .ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
@media screen and (min-width: 600px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-static {
    position: static;
  }
}
@media screen and (min-width: 960px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-static {
    position: static;
  }
}
@media screen and (min-width: 1280px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-static {
    position: static;
  }
}
@media screen and (min-width: 1920px) {
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .position-xl-static {
    position: static;
  }
}
.align-top {
  top: 0;
}
.align-right {
  right: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
@media screen and (min-width: 600px) {
  .align-sm-top {
    top: 0;
  }
  .align-sm-right {
    right: 0;
  }
  .align-sm-bottom {
    bottom: 0;
  }
  .align-sm-left {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .align-md-top {
    top: 0;
  }
  .align-md-right {
    right: 0;
  }
  .align-md-bottom {
    bottom: 0;
  }
  .align-md-left {
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .align-lg-top {
    top: 0;
  }
  .align-lg-right {
    right: 0;
  }
  .align-lg-bottom {
    bottom: 0;
  }
  .align-lg-left {
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .align-xl-top {
    top: 0;
  }
  .align-xl-right {
    right: 0;
  }
  .align-xl-bottom {
    bottom: 0;
  }
  .align-xl-left {
    left: 0;
  }
}
.h-0 {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}
.h-4 {
  height: 4px !important;
  min-height: 4px !important;
  max-height: 4px !important;
}
.h-8 {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
}
.h-12 {
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
}
.h-16 {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}
.h-28 {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.h-36 {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
.h-44 {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.h-52 {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
.h-56 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
.h-60 {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.h-68 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
.h-72 {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
}
.h-76 {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.h-84 {
  height: 84px !important;
  min-height: 84px !important;
  max-height: 84px !important;
}
.h-88 {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
}
.h-92 {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
}
.h-96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}
.h-100 {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.h-104 {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
}
.h-108 {
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
}
.h-112 {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}
.h-116 {
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}
.h-124 {
  height: 124px !important;
  min-height: 124px !important;
  max-height: 124px !important;
}
.h-128 {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
}
.h-132 {
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
}
.h-136 {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.h-140 {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
}
.h-144 {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important;
}
.h-148 {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
}
.h-152 {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important;
}
.h-156 {
  height: 156px !important;
  min-height: 156px !important;
  max-height: 156px !important;
}
.h-160 {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}
.h-164 {
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
}
.h-168 {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}
.h-172 {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}
.h-176 {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}
.h-180 {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}
.h-184 {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
}
.h-188 {
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
}
.h-192 {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}
.h-196 {
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
}
.h-200 {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
.h-204 {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
}
.h-208 {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}
.h-212 {
  height: 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
}
.h-216 {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}
.h-220 {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
}
.h-224 {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}
.h-228 {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}
.h-232 {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
}
.h-236 {
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
}
.h-240 {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}
.h-244 {
  height: 244px !important;
  min-height: 244px !important;
  max-height: 244px !important;
}
.h-248 {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important;
}
.h-252 {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
}
.h-256 {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important;
}
.h-260 {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important;
}
.h-264 {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}
.h-268 {
  height: 268px !important;
  min-height: 268px !important;
  max-height: 268px !important;
}
.h-272 {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}
.h-276 {
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
}
.h-280 {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}
.h-284 {
  height: 284px !important;
  min-height: 284px !important;
  max-height: 284px !important;
}
.h-288 {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important;
}
.h-292 {
  height: 292px !important;
  min-height: 292px !important;
  max-height: 292px !important;
}
.h-296 {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important;
}
.h-300 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}
.h-304 {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important;
}
.h-308 {
  height: 308px !important;
  min-height: 308px !important;
  max-height: 308px !important;
}
.h-312 {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important;
}
.h-316 {
  height: 316px !important;
  min-height: 316px !important;
  max-height: 316px !important;
}
.h-320 {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}
.h-324 {
  height: 324px !important;
  min-height: 324px !important;
  max-height: 324px !important;
}
.h-328 {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important;
}
.h-332 {
  height: 332px !important;
  min-height: 332px !important;
  max-height: 332px !important;
}
.h-336 {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important;
}
.h-340 {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}
.h-344 {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important;
}
.h-348 {
  height: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
}
.h-352 {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important;
}
.h-356 {
  height: 356px !important;
  min-height: 356px !important;
  max-height: 356px !important;
}
.h-360 {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}
.h-364 {
  height: 364px !important;
  min-height: 364px !important;
  max-height: 364px !important;
}
.h-368 {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
}
.h-372 {
  height: 372px !important;
  min-height: 372px !important;
  max-height: 372px !important;
}
.h-376 {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important;
}
.h-380 {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
}
.h-384 {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important;
}
.h-388 {
  height: 388px !important;
  min-height: 388px !important;
  max-height: 388px !important;
}
.h-392 {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important;
}
.h-396 {
  height: 396px !important;
  min-height: 396px !important;
  max-height: 396px !important;
}
.h-400 {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}
.h-404 {
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
}
.h-408 {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important;
}
.h-412 {
  height: 412px !important;
  min-height: 412px !important;
  max-height: 412px !important;
}
.h-416 {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important;
}
.h-420 {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}
.h-424 {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important;
}
.h-428 {
  height: 428px !important;
  min-height: 428px !important;
  max-height: 428px !important;
}
.h-432 {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important;
}
.h-436 {
  height: 436px !important;
  min-height: 436px !important;
  max-height: 436px !important;
}
.h-440 {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
}
.h-444 {
  height: 444px !important;
  min-height: 444px !important;
  max-height: 444px !important;
}
.h-448 {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
}
.h-452 {
  height: 452px !important;
  min-height: 452px !important;
  max-height: 452px !important;
}
.h-456 {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}
.h-460 {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}
.h-464 {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important;
}
.h-468 {
  height: 468px !important;
  min-height: 468px !important;
  max-height: 468px !important;
}
.h-472 {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
}
.h-476 {
  height: 476px !important;
  min-height: 476px !important;
  max-height: 476px !important;
}
.h-480 {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
}
.h-484 {
  height: 484px !important;
  min-height: 484px !important;
  max-height: 484px !important;
}
.h-488 {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important;
}
.h-492 {
  height: 492px !important;
  min-height: 492px !important;
  max-height: 492px !important;
}
.h-496 {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important;
}
.h-500 {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
.h-504 {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important;
}
.h-508 {
  height: 508px !important;
  min-height: 508px !important;
  max-height: 508px !important;
}
.h-512 {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}
.h-516 {
  height: 516px !important;
  min-height: 516px !important;
  max-height: 516px !important;
}
.h-520 {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}
.h-524 {
  height: 524px !important;
  min-height: 524px !important;
  max-height: 524px !important;
}
.h-528 {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important;
}
.h-532 {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
}
.h-536 {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important;
}
.h-540 {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
}
.h-544 {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important;
}
.h-548 {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}
.h-552 {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important;
}
.h-556 {
  height: 556px !important;
  min-height: 556px !important;
  max-height: 556px !important;
}
.h-560 {
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
}
.h-564 {
  height: 564px !important;
  min-height: 564px !important;
  max-height: 564px !important;
}
.h-568 {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}
.h-572 {
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
}
.h-576 {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important;
}
.h-580 {
  height: 580px !important;
  min-height: 580px !important;
  max-height: 580px !important;
}
.h-584 {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important;
}
.h-588 {
  height: 588px !important;
  min-height: 588px !important;
  max-height: 588px !important;
}
.h-592 {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important;
}
.h-596 {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}
.h-600 {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}
.h-604 {
  height: 604px !important;
  min-height: 604px !important;
  max-height: 604px !important;
}
.h-608 {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important;
}
.h-612 {
  height: 612px !important;
  min-height: 612px !important;
  max-height: 612px !important;
}
.h-616 {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important;
}
.h-620 {
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
}
.h-624 {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important;
}
.h-628 {
  height: 628px !important;
  min-height: 628px !important;
  max-height: 628px !important;
}
.h-632 {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important;
}
.h-636 {
  height: 636px !important;
  min-height: 636px !important;
  max-height: 636px !important;
}
.h-640 {
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
}
.h-644 {
  height: 644px !important;
  min-height: 644px !important;
  max-height: 644px !important;
}
.h-648 {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important;
}
.h-652 {
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
}
.h-656 {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important;
}
.h-660 {
  height: 660px !important;
  min-height: 660px !important;
  max-height: 660px !important;
}
.h-664 {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
}
.h-668 {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}
.h-672 {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important;
}
.h-676 {
  height: 676px !important;
  min-height: 676px !important;
  max-height: 676px !important;
}
.h-680 {
  height: 680px !important;
  min-height: 680px !important;
  max-height: 680px !important;
}
.h-684 {
  height: 684px !important;
  min-height: 684px !important;
  max-height: 684px !important;
}
.h-688 {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important;
}
.h-692 {
  height: 692px !important;
  min-height: 692px !important;
  max-height: 692px !important;
}
.h-696 {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important;
}
.h-700 {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}
.h-704 {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important;
}
.h-708 {
  height: 708px !important;
  min-height: 708px !important;
  max-height: 708px !important;
}
.h-712 {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important;
}
.h-716 {
  height: 716px !important;
  min-height: 716px !important;
  max-height: 716px !important;
}
.h-720 {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
}
.h-0-p {
  height: 0% !important;
}
.h-5-p {
  height: 5% !important;
}
.h-10-p {
  height: 10% !important;
}
.h-15-p {
  height: 15% !important;
}
.h-20-p {
  height: 20% !important;
}
.h-25-p {
  height: 25% !important;
}
.h-30-p {
  height: 30% !important;
}
.h-35-p {
  height: 35% !important;
}
.h-40-p {
  height: 40% !important;
}
.h-45-p {
  height: 45% !important;
}
.h-50-p {
  height: 50% !important;
}
.h-55-p {
  height: 55% !important;
}
.h-60-p {
  height: 60% !important;
}
.h-65-p {
  height: 65% !important;
}
.h-70-p {
  height: 70% !important;
}
.h-75-p {
  height: 75% !important;
}
.h-80-p {
  height: 80% !important;
}
.h-85-p {
  height: 85% !important;
}
.h-90-p {
  height: 90% !important;
}
.h-95-p {
  height: 95% !important;
}
.h-100-p {
  height: 100% !important;
}
.w-0 {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-8 {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}
.w-12 {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}
.w-16 {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}
.w-20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-28 {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-36 {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-44 {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-52 {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}
.w-56 {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
.w-60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-68 {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
}
.w-72 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}
.w-76 {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-84 {
  width: 84px !important;
  min-width: 84px !important;
  max-width: 84px !important;
}
.w-88 {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
}
.w-92 {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
}
.w-96 {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}
.w-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-104 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}
.w-108 {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
}
.w-112 {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}
.w-116 {
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-124 {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}
.w-128 {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}
.w-132 {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
}
.w-136 {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.w-140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}
.w-144 {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
}
.w-148 {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}
.w-152 {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
}
.w-156 {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}
.w-160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}
.w-164 {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
}
.w-168 {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
}
.w-172 {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}
.w-176 {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
}
.w-180 {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
.w-184 {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important;
}
.w-188 {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}
.w-192 {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
}
.w-196 {
  width: 196px !important;
  min-width: 196px !important;
  max-width: 196px !important;
}
.w-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.w-204 {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
}
.w-208 {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important;
}
.w-212 {
  width: 212px !important;
  min-width: 212px !important;
  max-width: 212px !important;
}
.w-216 {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important;
}
.w-220 {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.w-224 {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important;
}
.w-228 {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
}
.w-232 {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}
.w-236 {
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
}
.w-240 {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}
.w-244 {
  width: 244px !important;
  min-width: 244px !important;
  max-width: 244px !important;
}
.w-248 {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;
}
.w-252 {
  width: 252px !important;
  min-width: 252px !important;
  max-width: 252px !important;
}
.w-256 {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
}
.w-260 {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}
.w-264 {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important;
}
.w-268 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}
.w-272 {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important;
}
.w-276 {
  width: 276px !important;
  min-width: 276px !important;
  max-width: 276px !important;
}
.w-280 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.w-284 {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}
.w-288 {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important;
}
.w-292 {
  width: 292px !important;
  min-width: 292px !important;
  max-width: 292px !important;
}
.w-296 {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important;
}
.w-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.w-304 {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important;
}
.w-308 {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}
.w-312 {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important;
}
.w-316 {
  width: 316px !important;
  min-width: 316px !important;
  max-width: 316px !important;
}
.w-320 {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}
.w-324 {
  width: 324px !important;
  min-width: 324px !important;
  max-width: 324px !important;
}
.w-328 {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important;
}
.w-332 {
  width: 332px !important;
  min-width: 332px !important;
  max-width: 332px !important;
}
.w-336 {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important;
}
.w-340 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}
.w-344 {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}
.w-348 {
  width: 348px !important;
  min-width: 348px !important;
  max-width: 348px !important;
}
.w-352 {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important;
}
.w-356 {
  width: 356px !important;
  min-width: 356px !important;
  max-width: 356px !important;
}
.w-360 {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}
.w-364 {
  width: 364px !important;
  min-width: 364px !important;
  max-width: 364px !important;
}
.w-368 {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important;
}
.w-372 {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
}
.w-376 {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important;
}
.w-380 {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}
.w-384 {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important;
}
.w-388 {
  width: 388px !important;
  min-width: 388px !important;
  max-width: 388px !important;
}
.w-392 {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important;
}
.w-396 {
  width: 396px !important;
  min-width: 396px !important;
  max-width: 396px !important;
}
.w-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.w-404 {
  width: 404px !important;
  min-width: 404px !important;
  max-width: 404px !important;
}
.w-408 {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important;
}
.w-412 {
  width: 412px !important;
  min-width: 412px !important;
  max-width: 412px !important;
}
.w-416 {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important;
}
.w-420 {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
}
.w-424 {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important;
}
.w-428 {
  width: 428px !important;
  min-width: 428px !important;
  max-width: 428px !important;
}
.w-432 {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important;
}
.w-436 {
  width: 436px !important;
  min-width: 436px !important;
  max-width: 436px !important;
}
.w-440 {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important;
}
.w-444 {
  width: 444px !important;
  min-width: 444px !important;
  max-width: 444px !important;
}
.w-448 {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
}
.w-452 {
  width: 452px !important;
  min-width: 452px !important;
  max-width: 452px !important;
}
.w-456 {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important;
}
.w-460 {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}
.w-464 {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important;
}
.w-468 {
  width: 468px !important;
  min-width: 468px !important;
  max-width: 468px !important;
}
.w-472 {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important;
}
.w-476 {
  width: 476px !important;
  min-width: 476px !important;
  max-width: 476px !important;
}
.w-480 {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important;
}
.w-484 {
  width: 484px !important;
  min-width: 484px !important;
  max-width: 484px !important;
}
.w-488 {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important;
}
.w-492 {
  width: 492px !important;
  min-width: 492px !important;
  max-width: 492px !important;
}
.w-496 {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important;
}
.w-500 {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}
.w-504 {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important;
}
.w-508 {
  width: 508px !important;
  min-width: 508px !important;
  max-width: 508px !important;
}
.w-512 {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important;
}
.w-516 {
  width: 516px !important;
  min-width: 516px !important;
  max-width: 516px !important;
}
.w-520 {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
}
.w-524 {
  width: 524px !important;
  min-width: 524px !important;
  max-width: 524px !important;
}
.w-528 {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important;
}
.w-532 {
  width: 532px !important;
  min-width: 532px !important;
  max-width: 532px !important;
}
.w-536 {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important;
}
.w-540 {
  width: 540px !important;
  min-width: 540px !important;
  max-width: 540px !important;
}
.w-544 {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important;
}
.w-548 {
  width: 548px !important;
  min-width: 548px !important;
  max-width: 548px !important;
}
.w-552 {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important;
}
.w-556 {
  width: 556px !important;
  min-width: 556px !important;
  max-width: 556px !important;
}
.w-560 {
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
}
.w-564 {
  width: 564px !important;
  min-width: 564px !important;
  max-width: 564px !important;
}
.w-568 {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important;
}
.w-572 {
  width: 572px !important;
  min-width: 572px !important;
  max-width: 572px !important;
}
.w-576 {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important;
}
.w-580 {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}
.w-584 {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important;
}
.w-588 {
  width: 588px !important;
  min-width: 588px !important;
  max-width: 588px !important;
}
.w-592 {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important;
}
.w-596 {
  width: 596px !important;
  min-width: 596px !important;
  max-width: 596px !important;
}
.w-600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.w-604 {
  width: 604px !important;
  min-width: 604px !important;
  max-width: 604px !important;
}
.w-608 {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important;
}
.w-612 {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
}
.w-616 {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important;
}
.w-620 {
  width: 620px !important;
  min-width: 620px !important;
  max-width: 620px !important;
}
.w-624 {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important;
}
.w-628 {
  width: 628px !important;
  min-width: 628px !important;
  max-width: 628px !important;
}
.w-632 {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
}
.w-636 {
  width: 636px !important;
  min-width: 636px !important;
  max-width: 636px !important;
}
.w-640 {
  width: 640px !important;
  min-width: 640px !important;
  max-width: 640px !important;
}
.w-644 {
  width: 644px !important;
  min-width: 644px !important;
  max-width: 644px !important;
}
.w-648 {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important;
}
.w-652 {
  width: 652px !important;
  min-width: 652px !important;
  max-width: 652px !important;
}
.w-656 {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important;
}
.w-660 {
  width: 660px !important;
  min-width: 660px !important;
  max-width: 660px !important;
}
.w-664 {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important;
}
.w-668 {
  width: 668px !important;
  min-width: 668px !important;
  max-width: 668px !important;
}
.w-672 {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important;
}
.w-676 {
  width: 676px !important;
  min-width: 676px !important;
  max-width: 676px !important;
}
.w-680 {
  width: 680px !important;
  min-width: 680px !important;
  max-width: 680px !important;
}
.w-684 {
  width: 684px !important;
  min-width: 684px !important;
  max-width: 684px !important;
}
.w-688 {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important;
}
.w-692 {
  width: 692px !important;
  min-width: 692px !important;
  max-width: 692px !important;
}
.w-696 {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important;
}
.w-700 {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}
.w-704 {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important;
}
.w-708 {
  width: 708px !important;
  min-width: 708px !important;
  max-width: 708px !important;
}
.w-712 {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important;
}
.w-716 {
  width: 716px !important;
  min-width: 716px !important;
  max-width: 716px !important;
}
.w-720 {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}
.w-0-p {
  width: 0% !important;
}
.w-5-p {
  width: 5% !important;
}
.w-10-p {
  width: 10% !important;
}
.w-15-p {
  width: 15% !important;
}
.w-20-p {
  width: 20% !important;
}
.w-25-p {
  width: 25% !important;
}
.w-30-p {
  width: 30% !important;
}
.w-35-p {
  width: 35% !important;
}
.w-40-p {
  width: 40% !important;
}
.w-45-p {
  width: 45% !important;
}
.w-50-p {
  width: 50% !important;
}
.w-55-p {
  width: 55% !important;
}
.w-60-p {
  width: 60% !important;
}
.w-65-p {
  width: 65% !important;
}
.w-70-p {
  width: 70% !important;
}
.w-75-p {
  width: 75% !important;
}
.w-80-p {
  width: 80% !important;
}
.w-85-p {
  width: 85% !important;
}
.w-90-p {
  width: 90% !important;
}
.w-95-p {
  width: 95% !important;
}
.w-100-p {
  width: 100% !important;
}
.m-0 {
  margin: 0px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-52 {
  margin: 52px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-68 {
  margin: 68px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-76 {
  margin: 76px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-84 {
  margin: 84px !important;
}
.m-88 {
  margin: 88px !important;
}
.m-92 {
  margin: 92px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-104 {
  margin: 104px !important;
}
.m-108 {
  margin: 108px !important;
}
.m-112 {
  margin: 112px !important;
}
.m-116 {
  margin: 116px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-124 {
  margin: 124px !important;
}
.m-128 {
  margin: 128px !important;
}
.m-132 {
  margin: 132px !important;
}
.m-136 {
  margin: 136px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-144 {
  margin: 144px !important;
}
.m-148 {
  margin: 148px !important;
}
.m-152 {
  margin: 152px !important;
}
.m-156 {
  margin: 156px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-164 {
  margin: 164px !important;
}
.m-168 {
  margin: 168px !important;
}
.m-172 {
  margin: 172px !important;
}
.m-176 {
  margin: 176px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-184 {
  margin: 184px !important;
}
.m-188 {
  margin: 188px !important;
}
.m-192 {
  margin: 192px !important;
}
.m-196 {
  margin: 196px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-204 {
  margin: 204px !important;
}
.m-208 {
  margin: 208px !important;
}
.m-212 {
  margin: 212px !important;
}
.m-216 {
  margin: 216px !important;
}
.m-220 {
  margin: 220px !important;
}
.m-224 {
  margin: 224px !important;
}
.m-228 {
  margin: 228px !important;
}
.m-232 {
  margin: 232px !important;
}
.m-236 {
  margin: 236px !important;
}
.m-240 {
  margin: 240px !important;
}
.m-244 {
  margin: 244px !important;
}
.m-248 {
  margin: 248px !important;
}
.m-252 {
  margin: 252px !important;
}
.m-256 {
  margin: 256px !important;
}
.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}
.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}
.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}
.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}
.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mx-92 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mx-104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}
.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mx-108 {
  margin-right: 108px !important;
  margin-left: 108px !important;
}
.my-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}
.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mx-116 {
  margin-right: 116px !important;
  margin-left: 116px !important;
}
.my-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mx-124 {
  margin-right: 124px !important;
  margin-left: 124px !important;
}
.my-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}
.mx-128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}
.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-132 {
  margin-right: 132px !important;
  margin-left: 132px !important;
}
.my-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}
.mx-136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}
.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mx-144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}
.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.mx-148 {
  margin-right: 148px !important;
  margin-left: 148px !important;
}
.my-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}
.mx-152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}
.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.mx-156 {
  margin-right: 156px !important;
  margin-left: 156px !important;
}
.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}
.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.mx-164 {
  margin-right: 164px !important;
  margin-left: 164px !important;
}
.my-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}
.mx-168 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}
.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.mx-172 {
  margin-right: 172px !important;
  margin-left: 172px !important;
}
.my-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}
.mx-176 {
  margin-right: 176px !important;
  margin-left: 176px !important;
}
.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.mx-184 {
  margin-right: 184px !important;
  margin-left: 184px !important;
}
.my-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.mx-188 {
  margin-right: 188px !important;
  margin-left: 188px !important;
}
.my-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}
.mx-192 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}
.my-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.mx-196 {
  margin-right: 196px !important;
  margin-left: 196px !important;
}
.my-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}
.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.mx-204 {
  margin-right: 204px !important;
  margin-left: 204px !important;
}
.my-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}
.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}
.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.mx-212 {
  margin-right: 212px !important;
  margin-left: 212px !important;
}
.my-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}
.mx-216 {
  margin-right: 216px !important;
  margin-left: 216px !important;
}
.my-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}
.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}
.mx-224 {
  margin-right: 224px !important;
  margin-left: 224px !important;
}
.my-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.mx-228 {
  margin-right: 228px !important;
  margin-left: 228px !important;
}
.my-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}
.mx-232 {
  margin-right: 232px !important;
  margin-left: 232px !important;
}
.my-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.mx-236 {
  margin-right: 236px !important;
  margin-left: 236px !important;
}
.my-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}
.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}
.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.mx-244 {
  margin-right: 244px !important;
  margin-left: 244px !important;
}
.my-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}
.mx-248 {
  margin-right: 248px !important;
  margin-left: 248px !important;
}
.my-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.mx-252 {
  margin-right: 252px !important;
  margin-left: 252px !important;
}
.my-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}
.mx-256 {
  margin-right: 256px !important;
  margin-left: 256px !important;
}
.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mr-104 {
  margin-right: 104px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.ml-104 {
  margin-left: 104px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mr-108 {
  margin-right: 108px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.ml-108 {
  margin-left: 108px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mr-112 {
  margin-right: 112px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.ml-112 {
  margin-left: 112px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mr-116 {
  margin-right: 116px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.ml-116 {
  margin-left: 116px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mr-124 {
  margin-right: 124px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.ml-124 {
  margin-left: 124px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mr-128 {
  margin-right: 128px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.ml-128 {
  margin-left: 128px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mr-132 {
  margin-right: 132px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.ml-132 {
  margin-left: 132px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mr-136 {
  margin-right: 136px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.ml-136 {
  margin-left: 136px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mr-144 {
  margin-right: 144px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.ml-144 {
  margin-left: 144px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mr-148 {
  margin-right: 148px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.ml-148 {
  margin-left: 148px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mr-152 {
  margin-right: 152px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.ml-152 {
  margin-left: 152px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mr-156 {
  margin-right: 156px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.ml-156 {
  margin-left: 156px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mr-164 {
  margin-right: 164px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.ml-164 {
  margin-left: 164px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mr-168 {
  margin-right: 168px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.ml-168 {
  margin-left: 168px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mr-172 {
  margin-right: 172px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.ml-172 {
  margin-left: 172px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mr-176 {
  margin-right: 176px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.ml-176 {
  margin-left: 176px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mr-184 {
  margin-right: 184px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.ml-184 {
  margin-left: 184px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mr-188 {
  margin-right: 188px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.ml-188 {
  margin-left: 188px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mr-192 {
  margin-right: 192px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.ml-192 {
  margin-left: 192px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mr-196 {
  margin-right: 196px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.ml-196 {
  margin-left: 196px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mt-204 {
  margin-top: 204px !important;
}
.mr-204 {
  margin-right: 204px !important;
}
.mb-204 {
  margin-bottom: 204px !important;
}
.ml-204 {
  margin-left: 204px !important;
}
.mt-208 {
  margin-top: 208px !important;
}
.mr-208 {
  margin-right: 208px !important;
}
.mb-208 {
  margin-bottom: 208px !important;
}
.ml-208 {
  margin-left: 208px !important;
}
.mt-212 {
  margin-top: 212px !important;
}
.mr-212 {
  margin-right: 212px !important;
}
.mb-212 {
  margin-bottom: 212px !important;
}
.ml-212 {
  margin-left: 212px !important;
}
.mt-216 {
  margin-top: 216px !important;
}
.mr-216 {
  margin-right: 216px !important;
}
.mb-216 {
  margin-bottom: 216px !important;
}
.ml-216 {
  margin-left: 216px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.mt-224 {
  margin-top: 224px !important;
}
.mr-224 {
  margin-right: 224px !important;
}
.mb-224 {
  margin-bottom: 224px !important;
}
.ml-224 {
  margin-left: 224px !important;
}
.mt-228 {
  margin-top: 228px !important;
}
.mr-228 {
  margin-right: 228px !important;
}
.mb-228 {
  margin-bottom: 228px !important;
}
.ml-228 {
  margin-left: 228px !important;
}
.mt-232 {
  margin-top: 232px !important;
}
.mr-232 {
  margin-right: 232px !important;
}
.mb-232 {
  margin-bottom: 232px !important;
}
.ml-232 {
  margin-left: 232px !important;
}
.mt-236 {
  margin-top: 236px !important;
}
.mr-236 {
  margin-right: 236px !important;
}
.mb-236 {
  margin-bottom: 236px !important;
}
.ml-236 {
  margin-left: 236px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.mt-244 {
  margin-top: 244px !important;
}
.mr-244 {
  margin-right: 244px !important;
}
.mb-244 {
  margin-bottom: 244px !important;
}
.ml-244 {
  margin-left: 244px !important;
}
.mt-248 {
  margin-top: 248px !important;
}
.mr-248 {
  margin-right: 248px !important;
}
.mb-248 {
  margin-bottom: 248px !important;
}
.ml-248 {
  margin-left: 248px !important;
}
.mt-252 {
  margin-top: 252px !important;
}
.mr-252 {
  margin-right: 252px !important;
}
.mb-252 {
  margin-bottom: 252px !important;
}
.ml-252 {
  margin-left: 252px !important;
}
.mt-256 {
  margin-top: 256px !important;
}
.mr-256 {
  margin-right: 256px !important;
}
.mb-256 {
  margin-bottom: 256px !important;
}
.ml-256 {
  margin-left: 256px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-104 {
  padding: 104px !important;
}
.p-108 {
  padding: 108px !important;
}
.p-112 {
  padding: 112px !important;
}
.p-116 {
  padding: 116px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-124 {
  padding: 124px !important;
}
.p-128 {
  padding: 128px !important;
}
.p-132 {
  padding: 132px !important;
}
.p-136 {
  padding: 136px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-144 {
  padding: 144px !important;
}
.p-148 {
  padding: 148px !important;
}
.p-152 {
  padding: 152px !important;
}
.p-156 {
  padding: 156px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-164 {
  padding: 164px !important;
}
.p-168 {
  padding: 168px !important;
}
.p-172 {
  padding: 172px !important;
}
.p-176 {
  padding: 176px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-184 {
  padding: 184px !important;
}
.p-188 {
  padding: 188px !important;
}
.p-192 {
  padding: 192px !important;
}
.p-196 {
  padding: 196px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-204 {
  padding: 204px !important;
}
.p-208 {
  padding: 208px !important;
}
.p-212 {
  padding: 212px !important;
}
.p-216 {
  padding: 216px !important;
}
.p-220 {
  padding: 220px !important;
}
.p-224 {
  padding: 224px !important;
}
.p-228 {
  padding: 228px !important;
}
.p-232 {
  padding: 232px !important;
}
.p-236 {
  padding: 236px !important;
}
.p-240 {
  padding: 240px !important;
}
.p-244 {
  padding: 244px !important;
}
.p-248 {
  padding: 248px !important;
}
.p-252 {
  padding: 252px !important;
}
.p-256 {
  padding: 256px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}
.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px-76 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}
.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}
.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}
.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.px-92 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}
.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.px-104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}
.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.px-108 {
  padding-right: 108px !important;
  padding-left: 108px !important;
}
.py-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.px-112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}
.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.px-116 {
  padding-right: 116px !important;
  padding-left: 116px !important;
}
.py-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.px-124 {
  padding-right: 124px !important;
  padding-left: 124px !important;
}
.py-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}
.px-128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}
.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.px-132 {
  padding-right: 132px !important;
  padding-left: 132px !important;
}
.py-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}
.px-136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}
.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.px-144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}
.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.px-148 {
  padding-right: 148px !important;
  padding-left: 148px !important;
}
.py-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}
.px-152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}
.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.px-156 {
  padding-right: 156px !important;
  padding-left: 156px !important;
}
.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}
.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.px-164 {
  padding-right: 164px !important;
  padding-left: 164px !important;
}
.py-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}
.px-168 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}
.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.px-172 {
  padding-right: 172px !important;
  padding-left: 172px !important;
}
.py-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}
.px-176 {
  padding-right: 176px !important;
  padding-left: 176px !important;
}
.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.px-184 {
  padding-right: 184px !important;
  padding-left: 184px !important;
}
.py-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.px-188 {
  padding-right: 188px !important;
  padding-left: 188px !important;
}
.py-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}
.px-192 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}
.py-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.px-196 {
  padding-right: 196px !important;
  padding-left: 196px !important;
}
.py-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}
.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-204 {
  padding-right: 204px !important;
  padding-left: 204px !important;
}
.py-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}
.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}
.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.px-212 {
  padding-right: 212px !important;
  padding-left: 212px !important;
}
.py-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}
.px-216 {
  padding-right: 216px !important;
  padding-left: 216px !important;
}
.py-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.px-220 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}
.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}
.px-224 {
  padding-right: 224px !important;
  padding-left: 224px !important;
}
.py-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.px-228 {
  padding-right: 228px !important;
  padding-left: 228px !important;
}
.py-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}
.px-232 {
  padding-right: 232px !important;
  padding-left: 232px !important;
}
.py-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.px-236 {
  padding-right: 236px !important;
  padding-left: 236px !important;
}
.py-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}
.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}
.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.px-244 {
  padding-right: 244px !important;
  padding-left: 244px !important;
}
.py-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}
.px-248 {
  padding-right: 248px !important;
  padding-left: 248px !important;
}
.py-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.px-252 {
  padding-right: 252px !important;
  padding-left: 252px !important;
}
.py-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}
.px-256 {
  padding-right: 256px !important;
  padding-left: 256px !important;
}
.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pt-84 {
  padding-top: 84px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.pb-84 {
  padding-bottom: 84px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pt-88 {
  padding-top: 88px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.pb-88 {
  padding-bottom: 88px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pt-92 {
  padding-top: 92px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.pb-92 {
  padding-bottom: 92px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pt-104 {
  padding-top: 104px !important;
}
.pr-104 {
  padding-right: 104px !important;
}
.pb-104 {
  padding-bottom: 104px !important;
}
.pl-104 {
  padding-left: 104px !important;
}
.pt-108 {
  padding-top: 108px !important;
}
.pr-108 {
  padding-right: 108px !important;
}
.pb-108 {
  padding-bottom: 108px !important;
}
.pl-108 {
  padding-left: 108px !important;
}
.pt-112 {
  padding-top: 112px !important;
}
.pr-112 {
  padding-right: 112px !important;
}
.pb-112 {
  padding-bottom: 112px !important;
}
.pl-112 {
  padding-left: 112px !important;
}
.pt-116 {
  padding-top: 116px !important;
}
.pr-116 {
  padding-right: 116px !important;
}
.pb-116 {
  padding-bottom: 116px !important;
}
.pl-116 {
  padding-left: 116px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pt-124 {
  padding-top: 124px !important;
}
.pr-124 {
  padding-right: 124px !important;
}
.pb-124 {
  padding-bottom: 124px !important;
}
.pl-124 {
  padding-left: 124px !important;
}
.pt-128 {
  padding-top: 128px !important;
}
.pr-128 {
  padding-right: 128px !important;
}
.pb-128 {
  padding-bottom: 128px !important;
}
.pl-128 {
  padding-left: 128px !important;
}
.pt-132 {
  padding-top: 132px !important;
}
.pr-132 {
  padding-right: 132px !important;
}
.pb-132 {
  padding-bottom: 132px !important;
}
.pl-132 {
  padding-left: 132px !important;
}
.pt-136 {
  padding-top: 136px !important;
}
.pr-136 {
  padding-right: 136px !important;
}
.pb-136 {
  padding-bottom: 136px !important;
}
.pl-136 {
  padding-left: 136px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pt-144 {
  padding-top: 144px !important;
}
.pr-144 {
  padding-right: 144px !important;
}
.pb-144 {
  padding-bottom: 144px !important;
}
.pl-144 {
  padding-left: 144px !important;
}
.pt-148 {
  padding-top: 148px !important;
}
.pr-148 {
  padding-right: 148px !important;
}
.pb-148 {
  padding-bottom: 148px !important;
}
.pl-148 {
  padding-left: 148px !important;
}
.pt-152 {
  padding-top: 152px !important;
}
.pr-152 {
  padding-right: 152px !important;
}
.pb-152 {
  padding-bottom: 152px !important;
}
.pl-152 {
  padding-left: 152px !important;
}
.pt-156 {
  padding-top: 156px !important;
}
.pr-156 {
  padding-right: 156px !important;
}
.pb-156 {
  padding-bottom: 156px !important;
}
.pl-156 {
  padding-left: 156px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pt-164 {
  padding-top: 164px !important;
}
.pr-164 {
  padding-right: 164px !important;
}
.pb-164 {
  padding-bottom: 164px !important;
}
.pl-164 {
  padding-left: 164px !important;
}
.pt-168 {
  padding-top: 168px !important;
}
.pr-168 {
  padding-right: 168px !important;
}
.pb-168 {
  padding-bottom: 168px !important;
}
.pl-168 {
  padding-left: 168px !important;
}
.pt-172 {
  padding-top: 172px !important;
}
.pr-172 {
  padding-right: 172px !important;
}
.pb-172 {
  padding-bottom: 172px !important;
}
.pl-172 {
  padding-left: 172px !important;
}
.pt-176 {
  padding-top: 176px !important;
}
.pr-176 {
  padding-right: 176px !important;
}
.pb-176 {
  padding-bottom: 176px !important;
}
.pl-176 {
  padding-left: 176px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pt-184 {
  padding-top: 184px !important;
}
.pr-184 {
  padding-right: 184px !important;
}
.pb-184 {
  padding-bottom: 184px !important;
}
.pl-184 {
  padding-left: 184px !important;
}
.pt-188 {
  padding-top: 188px !important;
}
.pr-188 {
  padding-right: 188px !important;
}
.pb-188 {
  padding-bottom: 188px !important;
}
.pl-188 {
  padding-left: 188px !important;
}
.pt-192 {
  padding-top: 192px !important;
}
.pr-192 {
  padding-right: 192px !important;
}
.pb-192 {
  padding-bottom: 192px !important;
}
.pl-192 {
  padding-left: 192px !important;
}
.pt-196 {
  padding-top: 196px !important;
}
.pr-196 {
  padding-right: 196px !important;
}
.pb-196 {
  padding-bottom: 196px !important;
}
.pl-196 {
  padding-left: 196px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pt-204 {
  padding-top: 204px !important;
}
.pr-204 {
  padding-right: 204px !important;
}
.pb-204 {
  padding-bottom: 204px !important;
}
.pl-204 {
  padding-left: 204px !important;
}
.pt-208 {
  padding-top: 208px !important;
}
.pr-208 {
  padding-right: 208px !important;
}
.pb-208 {
  padding-bottom: 208px !important;
}
.pl-208 {
  padding-left: 208px !important;
}
.pt-212 {
  padding-top: 212px !important;
}
.pr-212 {
  padding-right: 212px !important;
}
.pb-212 {
  padding-bottom: 212px !important;
}
.pl-212 {
  padding-left: 212px !important;
}
.pt-216 {
  padding-top: 216px !important;
}
.pr-216 {
  padding-right: 216px !important;
}
.pb-216 {
  padding-bottom: 216px !important;
}
.pl-216 {
  padding-left: 216px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pt-224 {
  padding-top: 224px !important;
}
.pr-224 {
  padding-right: 224px !important;
}
.pb-224 {
  padding-bottom: 224px !important;
}
.pl-224 {
  padding-left: 224px !important;
}
.pt-228 {
  padding-top: 228px !important;
}
.pr-228 {
  padding-right: 228px !important;
}
.pb-228 {
  padding-bottom: 228px !important;
}
.pl-228 {
  padding-left: 228px !important;
}
.pt-232 {
  padding-top: 232px !important;
}
.pr-232 {
  padding-right: 232px !important;
}
.pb-232 {
  padding-bottom: 232px !important;
}
.pl-232 {
  padding-left: 232px !important;
}
.pt-236 {
  padding-top: 236px !important;
}
.pr-236 {
  padding-right: 236px !important;
}
.pb-236 {
  padding-bottom: 236px !important;
}
.pl-236 {
  padding-left: 236px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pt-244 {
  padding-top: 244px !important;
}
.pr-244 {
  padding-right: 244px !important;
}
.pb-244 {
  padding-bottom: 244px !important;
}
.pl-244 {
  padding-left: 244px !important;
}
.pt-248 {
  padding-top: 248px !important;
}
.pr-248 {
  padding-right: 248px !important;
}
.pb-248 {
  padding-bottom: 248px !important;
}
.pl-248 {
  padding-left: 248px !important;
}
.pt-252 {
  padding-top: 252px !important;
}
.pr-252 {
  padding-right: 252px !important;
}
.pb-252 {
  padding-bottom: 252px !important;
}
.pl-252 {
  padding-left: 252px !important;
}
.pt-256 {
  padding-top: 256px !important;
}
.pr-256 {
  padding-right: 256px !important;
}
.pb-256 {
  padding-bottom: 256px !important;
}
.pl-256 {
  padding-left: 256px !important;
}
@media screen and (min-width: 600px) {
  .m-sm-0 {
    margin: 0px !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-28 {
    margin: 28px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-36 {
    margin: 36px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-44 {
    margin: 44px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-52 {
    margin: 52px !important;
  }
  .m-sm-56 {
    margin: 56px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-68 {
    margin: 68px !important;
  }
  .m-sm-72 {
    margin: 72px !important;
  }
  .m-sm-76 {
    margin: 76px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-84 {
    margin: 84px !important;
  }
  .m-sm-88 {
    margin: 88px !important;
  }
  .m-sm-92 {
    margin: 92px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-104 {
    margin: 104px !important;
  }
  .m-sm-108 {
    margin: 108px !important;
  }
  .m-sm-112 {
    margin: 112px !important;
  }
  .m-sm-116 {
    margin: 116px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-124 {
    margin: 124px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .m-sm-132 {
    margin: 132px !important;
  }
  .m-sm-136 {
    margin: 136px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-144 {
    margin: 144px !important;
  }
  .m-sm-148 {
    margin: 148px !important;
  }
  .m-sm-152 {
    margin: 152px !important;
  }
  .m-sm-156 {
    margin: 156px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-164 {
    margin: 164px !important;
  }
  .m-sm-168 {
    margin: 168px !important;
  }
  .m-sm-172 {
    margin: 172px !important;
  }
  .m-sm-176 {
    margin: 176px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-184 {
    margin: 184px !important;
  }
  .m-sm-188 {
    margin: 188px !important;
  }
  .m-sm-192 {
    margin: 192px !important;
  }
  .m-sm-196 {
    margin: 196px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .m-sm-204 {
    margin: 204px !important;
  }
  .m-sm-208 {
    margin: 208px !important;
  }
  .m-sm-212 {
    margin: 212px !important;
  }
  .m-sm-216 {
    margin: 216px !important;
  }
  .m-sm-220 {
    margin: 220px !important;
  }
  .m-sm-224 {
    margin: 224px !important;
  }
  .m-sm-228 {
    margin: 228px !important;
  }
  .m-sm-232 {
    margin: 232px !important;
  }
  .m-sm-236 {
    margin: 236px !important;
  }
  .m-sm-240 {
    margin: 240px !important;
  }
  .m-sm-244 {
    margin: 244px !important;
  }
  .m-sm-248 {
    margin: 248px !important;
  }
  .m-sm-252 {
    margin: 252px !important;
  }
  .m-sm-256 {
    margin: 256px !important;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-sm-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-sm-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-sm-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-sm-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-sm-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-sm-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-sm-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-sm-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-sm-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-sm-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-sm-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-sm-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-sm-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-sm-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-sm-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-sm-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-sm-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-sm-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-sm-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-sm-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-sm-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-sm-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-sm-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-sm-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-sm-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-sm-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-sm-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-sm-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-sm-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-sm-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-sm-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-sm-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-sm-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-sm-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-sm-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-sm-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-sm-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-sm-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-sm-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-sm-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-sm-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-sm-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-sm-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-sm-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-sm-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-sm-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-sm-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-sm-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-sm-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-sm-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-sm-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-sm-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-sm-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-sm-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .mt-sm-28 {
    margin-top: 28px !important;
  }
  .mr-sm-28 {
    margin-right: 28px !important;
  }
  .mb-sm-28 {
    margin-bottom: 28px !important;
  }
  .ml-sm-28 {
    margin-left: 28px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mr-sm-32 {
    margin-right: 32px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .ml-sm-32 {
    margin-left: 32px !important;
  }
  .mt-sm-36 {
    margin-top: 36px !important;
  }
  .mr-sm-36 {
    margin-right: 36px !important;
  }
  .mb-sm-36 {
    margin-bottom: 36px !important;
  }
  .ml-sm-36 {
    margin-left: 36px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mt-sm-44 {
    margin-top: 44px !important;
  }
  .mr-sm-44 {
    margin-right: 44px !important;
  }
  .mb-sm-44 {
    margin-bottom: 44px !important;
  }
  .ml-sm-44 {
    margin-left: 44px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mr-sm-48 {
    margin-right: 48px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .ml-sm-48 {
    margin-left: 48px !important;
  }
  .mt-sm-52 {
    margin-top: 52px !important;
  }
  .mr-sm-52 {
    margin-right: 52px !important;
  }
  .mb-sm-52 {
    margin-bottom: 52px !important;
  }
  .ml-sm-52 {
    margin-left: 52px !important;
  }
  .mt-sm-56 {
    margin-top: 56px !important;
  }
  .mr-sm-56 {
    margin-right: 56px !important;
  }
  .mb-sm-56 {
    margin-bottom: 56px !important;
  }
  .ml-sm-56 {
    margin-left: 56px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mr-sm-64 {
    margin-right: 64px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .ml-sm-64 {
    margin-left: 64px !important;
  }
  .mt-sm-68 {
    margin-top: 68px !important;
  }
  .mr-sm-68 {
    margin-right: 68px !important;
  }
  .mb-sm-68 {
    margin-bottom: 68px !important;
  }
  .ml-sm-68 {
    margin-left: 68px !important;
  }
  .mt-sm-72 {
    margin-top: 72px !important;
  }
  .mr-sm-72 {
    margin-right: 72px !important;
  }
  .mb-sm-72 {
    margin-bottom: 72px !important;
  }
  .ml-sm-72 {
    margin-left: 72px !important;
  }
  .mt-sm-76 {
    margin-top: 76px !important;
  }
  .mr-sm-76 {
    margin-right: 76px !important;
  }
  .mb-sm-76 {
    margin-bottom: 76px !important;
  }
  .ml-sm-76 {
    margin-left: 76px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mt-sm-84 {
    margin-top: 84px !important;
  }
  .mr-sm-84 {
    margin-right: 84px !important;
  }
  .mb-sm-84 {
    margin-bottom: 84px !important;
  }
  .ml-sm-84 {
    margin-left: 84px !important;
  }
  .mt-sm-88 {
    margin-top: 88px !important;
  }
  .mr-sm-88 {
    margin-right: 88px !important;
  }
  .mb-sm-88 {
    margin-bottom: 88px !important;
  }
  .ml-sm-88 {
    margin-left: 88px !important;
  }
  .mt-sm-92 {
    margin-top: 92px !important;
  }
  .mr-sm-92 {
    margin-right: 92px !important;
  }
  .mb-sm-92 {
    margin-bottom: 92px !important;
  }
  .ml-sm-92 {
    margin-left: 92px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mr-sm-96 {
    margin-right: 96px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .ml-sm-96 {
    margin-left: 96px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mt-sm-104 {
    margin-top: 104px !important;
  }
  .mr-sm-104 {
    margin-right: 104px !important;
  }
  .mb-sm-104 {
    margin-bottom: 104px !important;
  }
  .ml-sm-104 {
    margin-left: 104px !important;
  }
  .mt-sm-108 {
    margin-top: 108px !important;
  }
  .mr-sm-108 {
    margin-right: 108px !important;
  }
  .mb-sm-108 {
    margin-bottom: 108px !important;
  }
  .ml-sm-108 {
    margin-left: 108px !important;
  }
  .mt-sm-112 {
    margin-top: 112px !important;
  }
  .mr-sm-112 {
    margin-right: 112px !important;
  }
  .mb-sm-112 {
    margin-bottom: 112px !important;
  }
  .ml-sm-112 {
    margin-left: 112px !important;
  }
  .mt-sm-116 {
    margin-top: 116px !important;
  }
  .mr-sm-116 {
    margin-right: 116px !important;
  }
  .mb-sm-116 {
    margin-bottom: 116px !important;
  }
  .ml-sm-116 {
    margin-left: 116px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .mt-sm-124 {
    margin-top: 124px !important;
  }
  .mr-sm-124 {
    margin-right: 124px !important;
  }
  .mb-sm-124 {
    margin-bottom: 124px !important;
  }
  .ml-sm-124 {
    margin-left: 124px !important;
  }
  .mt-sm-128 {
    margin-top: 128px !important;
  }
  .mr-sm-128 {
    margin-right: 128px !important;
  }
  .mb-sm-128 {
    margin-bottom: 128px !important;
  }
  .ml-sm-128 {
    margin-left: 128px !important;
  }
  .mt-sm-132 {
    margin-top: 132px !important;
  }
  .mr-sm-132 {
    margin-right: 132px !important;
  }
  .mb-sm-132 {
    margin-bottom: 132px !important;
  }
  .ml-sm-132 {
    margin-left: 132px !important;
  }
  .mt-sm-136 {
    margin-top: 136px !important;
  }
  .mr-sm-136 {
    margin-right: 136px !important;
  }
  .mb-sm-136 {
    margin-bottom: 136px !important;
  }
  .ml-sm-136 {
    margin-left: 136px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .mt-sm-144 {
    margin-top: 144px !important;
  }
  .mr-sm-144 {
    margin-right: 144px !important;
  }
  .mb-sm-144 {
    margin-bottom: 144px !important;
  }
  .ml-sm-144 {
    margin-left: 144px !important;
  }
  .mt-sm-148 {
    margin-top: 148px !important;
  }
  .mr-sm-148 {
    margin-right: 148px !important;
  }
  .mb-sm-148 {
    margin-bottom: 148px !important;
  }
  .ml-sm-148 {
    margin-left: 148px !important;
  }
  .mt-sm-152 {
    margin-top: 152px !important;
  }
  .mr-sm-152 {
    margin-right: 152px !important;
  }
  .mb-sm-152 {
    margin-bottom: 152px !important;
  }
  .ml-sm-152 {
    margin-left: 152px !important;
  }
  .mt-sm-156 {
    margin-top: 156px !important;
  }
  .mr-sm-156 {
    margin-right: 156px !important;
  }
  .mb-sm-156 {
    margin-bottom: 156px !important;
  }
  .ml-sm-156 {
    margin-left: 156px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .mt-sm-164 {
    margin-top: 164px !important;
  }
  .mr-sm-164 {
    margin-right: 164px !important;
  }
  .mb-sm-164 {
    margin-bottom: 164px !important;
  }
  .ml-sm-164 {
    margin-left: 164px !important;
  }
  .mt-sm-168 {
    margin-top: 168px !important;
  }
  .mr-sm-168 {
    margin-right: 168px !important;
  }
  .mb-sm-168 {
    margin-bottom: 168px !important;
  }
  .ml-sm-168 {
    margin-left: 168px !important;
  }
  .mt-sm-172 {
    margin-top: 172px !important;
  }
  .mr-sm-172 {
    margin-right: 172px !important;
  }
  .mb-sm-172 {
    margin-bottom: 172px !important;
  }
  .ml-sm-172 {
    margin-left: 172px !important;
  }
  .mt-sm-176 {
    margin-top: 176px !important;
  }
  .mr-sm-176 {
    margin-right: 176px !important;
  }
  .mb-sm-176 {
    margin-bottom: 176px !important;
  }
  .ml-sm-176 {
    margin-left: 176px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .mt-sm-184 {
    margin-top: 184px !important;
  }
  .mr-sm-184 {
    margin-right: 184px !important;
  }
  .mb-sm-184 {
    margin-bottom: 184px !important;
  }
  .ml-sm-184 {
    margin-left: 184px !important;
  }
  .mt-sm-188 {
    margin-top: 188px !important;
  }
  .mr-sm-188 {
    margin-right: 188px !important;
  }
  .mb-sm-188 {
    margin-bottom: 188px !important;
  }
  .ml-sm-188 {
    margin-left: 188px !important;
  }
  .mt-sm-192 {
    margin-top: 192px !important;
  }
  .mr-sm-192 {
    margin-right: 192px !important;
  }
  .mb-sm-192 {
    margin-bottom: 192px !important;
  }
  .ml-sm-192 {
    margin-left: 192px !important;
  }
  .mt-sm-196 {
    margin-top: 196px !important;
  }
  .mr-sm-196 {
    margin-right: 196px !important;
  }
  .mb-sm-196 {
    margin-bottom: 196px !important;
  }
  .ml-sm-196 {
    margin-left: 196px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .mt-sm-204 {
    margin-top: 204px !important;
  }
  .mr-sm-204 {
    margin-right: 204px !important;
  }
  .mb-sm-204 {
    margin-bottom: 204px !important;
  }
  .ml-sm-204 {
    margin-left: 204px !important;
  }
  .mt-sm-208 {
    margin-top: 208px !important;
  }
  .mr-sm-208 {
    margin-right: 208px !important;
  }
  .mb-sm-208 {
    margin-bottom: 208px !important;
  }
  .ml-sm-208 {
    margin-left: 208px !important;
  }
  .mt-sm-212 {
    margin-top: 212px !important;
  }
  .mr-sm-212 {
    margin-right: 212px !important;
  }
  .mb-sm-212 {
    margin-bottom: 212px !important;
  }
  .ml-sm-212 {
    margin-left: 212px !important;
  }
  .mt-sm-216 {
    margin-top: 216px !important;
  }
  .mr-sm-216 {
    margin-right: 216px !important;
  }
  .mb-sm-216 {
    margin-bottom: 216px !important;
  }
  .ml-sm-216 {
    margin-left: 216px !important;
  }
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .mt-sm-224 {
    margin-top: 224px !important;
  }
  .mr-sm-224 {
    margin-right: 224px !important;
  }
  .mb-sm-224 {
    margin-bottom: 224px !important;
  }
  .ml-sm-224 {
    margin-left: 224px !important;
  }
  .mt-sm-228 {
    margin-top: 228px !important;
  }
  .mr-sm-228 {
    margin-right: 228px !important;
  }
  .mb-sm-228 {
    margin-bottom: 228px !important;
  }
  .ml-sm-228 {
    margin-left: 228px !important;
  }
  .mt-sm-232 {
    margin-top: 232px !important;
  }
  .mr-sm-232 {
    margin-right: 232px !important;
  }
  .mb-sm-232 {
    margin-bottom: 232px !important;
  }
  .ml-sm-232 {
    margin-left: 232px !important;
  }
  .mt-sm-236 {
    margin-top: 236px !important;
  }
  .mr-sm-236 {
    margin-right: 236px !important;
  }
  .mb-sm-236 {
    margin-bottom: 236px !important;
  }
  .ml-sm-236 {
    margin-left: 236px !important;
  }
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .mt-sm-244 {
    margin-top: 244px !important;
  }
  .mr-sm-244 {
    margin-right: 244px !important;
  }
  .mb-sm-244 {
    margin-bottom: 244px !important;
  }
  .ml-sm-244 {
    margin-left: 244px !important;
  }
  .mt-sm-248 {
    margin-top: 248px !important;
  }
  .mr-sm-248 {
    margin-right: 248px !important;
  }
  .mb-sm-248 {
    margin-bottom: 248px !important;
  }
  .ml-sm-248 {
    margin-left: 248px !important;
  }
  .mt-sm-252 {
    margin-top: 252px !important;
  }
  .mr-sm-252 {
    margin-right: 252px !important;
  }
  .mb-sm-252 {
    margin-bottom: 252px !important;
  }
  .ml-sm-252 {
    margin-left: 252px !important;
  }
  .mt-sm-256 {
    margin-top: 256px !important;
  }
  .mr-sm-256 {
    margin-right: 256px !important;
  }
  .mb-sm-256 {
    margin-bottom: 256px !important;
  }
  .ml-sm-256 {
    margin-left: 256px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-28 {
    padding: 28px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-36 {
    padding: 36px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-44 {
    padding: 44px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-52 {
    padding: 52px !important;
  }
  .p-sm-56 {
    padding: 56px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-68 {
    padding: 68px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .p-sm-76 {
    padding: 76px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-84 {
    padding: 84px !important;
  }
  .p-sm-88 {
    padding: 88px !important;
  }
  .p-sm-92 {
    padding: 92px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-104 {
    padding: 104px !important;
  }
  .p-sm-108 {
    padding: 108px !important;
  }
  .p-sm-112 {
    padding: 112px !important;
  }
  .p-sm-116 {
    padding: 116px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-124 {
    padding: 124px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .p-sm-132 {
    padding: 132px !important;
  }
  .p-sm-136 {
    padding: 136px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-144 {
    padding: 144px !important;
  }
  .p-sm-148 {
    padding: 148px !important;
  }
  .p-sm-152 {
    padding: 152px !important;
  }
  .p-sm-156 {
    padding: 156px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-164 {
    padding: 164px !important;
  }
  .p-sm-168 {
    padding: 168px !important;
  }
  .p-sm-172 {
    padding: 172px !important;
  }
  .p-sm-176 {
    padding: 176px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-184 {
    padding: 184px !important;
  }
  .p-sm-188 {
    padding: 188px !important;
  }
  .p-sm-192 {
    padding: 192px !important;
  }
  .p-sm-196 {
    padding: 196px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .p-sm-204 {
    padding: 204px !important;
  }
  .p-sm-208 {
    padding: 208px !important;
  }
  .p-sm-212 {
    padding: 212px !important;
  }
  .p-sm-216 {
    padding: 216px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
  .p-sm-224 {
    padding: 224px !important;
  }
  .p-sm-228 {
    padding: 228px !important;
  }
  .p-sm-232 {
    padding: 232px !important;
  }
  .p-sm-236 {
    padding: 236px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
  .p-sm-244 {
    padding: 244px !important;
  }
  .p-sm-248 {
    padding: 248px !important;
  }
  .p-sm-252 {
    padding: 252px !important;
  }
  .p-sm-256 {
    padding: 256px !important;
  }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-sm-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-sm-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-sm-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-sm-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-sm-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-sm-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-sm-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-sm-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-sm-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-sm-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-sm-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-sm-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-sm-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-sm-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-sm-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-sm-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-sm-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-sm-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-sm-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-sm-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-sm-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-sm-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-sm-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-sm-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-sm-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-sm-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-sm-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-sm-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-sm-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-sm-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-sm-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-sm-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-sm-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-sm-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-sm-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-sm-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-sm-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-sm-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-sm-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-sm-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-sm-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-sm-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-sm-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-sm-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-sm-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-sm-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-sm-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-sm-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-sm-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-sm-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-sm-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-sm-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-sm-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-sm-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-sm-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-sm-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pt-sm-28 {
    padding-top: 28px !important;
  }
  .pr-sm-28 {
    padding-right: 28px !important;
  }
  .pb-sm-28 {
    padding-bottom: 28px !important;
  }
  .pl-sm-28 {
    padding-left: 28px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pr-sm-32 {
    padding-right: 32px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pl-sm-32 {
    padding-left: 32px !important;
  }
  .pt-sm-36 {
    padding-top: 36px !important;
  }
  .pr-sm-36 {
    padding-right: 36px !important;
  }
  .pb-sm-36 {
    padding-bottom: 36px !important;
  }
  .pl-sm-36 {
    padding-left: 36px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pt-sm-44 {
    padding-top: 44px !important;
  }
  .pr-sm-44 {
    padding-right: 44px !important;
  }
  .pb-sm-44 {
    padding-bottom: 44px !important;
  }
  .pl-sm-44 {
    padding-left: 44px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pr-sm-48 {
    padding-right: 48px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pl-sm-48 {
    padding-left: 48px !important;
  }
  .pt-sm-52 {
    padding-top: 52px !important;
  }
  .pr-sm-52 {
    padding-right: 52px !important;
  }
  .pb-sm-52 {
    padding-bottom: 52px !important;
  }
  .pl-sm-52 {
    padding-left: 52px !important;
  }
  .pt-sm-56 {
    padding-top: 56px !important;
  }
  .pr-sm-56 {
    padding-right: 56px !important;
  }
  .pb-sm-56 {
    padding-bottom: 56px !important;
  }
  .pl-sm-56 {
    padding-left: 56px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pr-sm-64 {
    padding-right: 64px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pl-sm-64 {
    padding-left: 64px !important;
  }
  .pt-sm-68 {
    padding-top: 68px !important;
  }
  .pr-sm-68 {
    padding-right: 68px !important;
  }
  .pb-sm-68 {
    padding-bottom: 68px !important;
  }
  .pl-sm-68 {
    padding-left: 68px !important;
  }
  .pt-sm-72 {
    padding-top: 72px !important;
  }
  .pr-sm-72 {
    padding-right: 72px !important;
  }
  .pb-sm-72 {
    padding-bottom: 72px !important;
  }
  .pl-sm-72 {
    padding-left: 72px !important;
  }
  .pt-sm-76 {
    padding-top: 76px !important;
  }
  .pr-sm-76 {
    padding-right: 76px !important;
  }
  .pb-sm-76 {
    padding-bottom: 76px !important;
  }
  .pl-sm-76 {
    padding-left: 76px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pt-sm-84 {
    padding-top: 84px !important;
  }
  .pr-sm-84 {
    padding-right: 84px !important;
  }
  .pb-sm-84 {
    padding-bottom: 84px !important;
  }
  .pl-sm-84 {
    padding-left: 84px !important;
  }
  .pt-sm-88 {
    padding-top: 88px !important;
  }
  .pr-sm-88 {
    padding-right: 88px !important;
  }
  .pb-sm-88 {
    padding-bottom: 88px !important;
  }
  .pl-sm-88 {
    padding-left: 88px !important;
  }
  .pt-sm-92 {
    padding-top: 92px !important;
  }
  .pr-sm-92 {
    padding-right: 92px !important;
  }
  .pb-sm-92 {
    padding-bottom: 92px !important;
  }
  .pl-sm-92 {
    padding-left: 92px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pr-sm-96 {
    padding-right: 96px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pl-sm-96 {
    padding-left: 96px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pt-sm-104 {
    padding-top: 104px !important;
  }
  .pr-sm-104 {
    padding-right: 104px !important;
  }
  .pb-sm-104 {
    padding-bottom: 104px !important;
  }
  .pl-sm-104 {
    padding-left: 104px !important;
  }
  .pt-sm-108 {
    padding-top: 108px !important;
  }
  .pr-sm-108 {
    padding-right: 108px !important;
  }
  .pb-sm-108 {
    padding-bottom: 108px !important;
  }
  .pl-sm-108 {
    padding-left: 108px !important;
  }
  .pt-sm-112 {
    padding-top: 112px !important;
  }
  .pr-sm-112 {
    padding-right: 112px !important;
  }
  .pb-sm-112 {
    padding-bottom: 112px !important;
  }
  .pl-sm-112 {
    padding-left: 112px !important;
  }
  .pt-sm-116 {
    padding-top: 116px !important;
  }
  .pr-sm-116 {
    padding-right: 116px !important;
  }
  .pb-sm-116 {
    padding-bottom: 116px !important;
  }
  .pl-sm-116 {
    padding-left: 116px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pt-sm-124 {
    padding-top: 124px !important;
  }
  .pr-sm-124 {
    padding-right: 124px !important;
  }
  .pb-sm-124 {
    padding-bottom: 124px !important;
  }
  .pl-sm-124 {
    padding-left: 124px !important;
  }
  .pt-sm-128 {
    padding-top: 128px !important;
  }
  .pr-sm-128 {
    padding-right: 128px !important;
  }
  .pb-sm-128 {
    padding-bottom: 128px !important;
  }
  .pl-sm-128 {
    padding-left: 128px !important;
  }
  .pt-sm-132 {
    padding-top: 132px !important;
  }
  .pr-sm-132 {
    padding-right: 132px !important;
  }
  .pb-sm-132 {
    padding-bottom: 132px !important;
  }
  .pl-sm-132 {
    padding-left: 132px !important;
  }
  .pt-sm-136 {
    padding-top: 136px !important;
  }
  .pr-sm-136 {
    padding-right: 136px !important;
  }
  .pb-sm-136 {
    padding-bottom: 136px !important;
  }
  .pl-sm-136 {
    padding-left: 136px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pt-sm-144 {
    padding-top: 144px !important;
  }
  .pr-sm-144 {
    padding-right: 144px !important;
  }
  .pb-sm-144 {
    padding-bottom: 144px !important;
  }
  .pl-sm-144 {
    padding-left: 144px !important;
  }
  .pt-sm-148 {
    padding-top: 148px !important;
  }
  .pr-sm-148 {
    padding-right: 148px !important;
  }
  .pb-sm-148 {
    padding-bottom: 148px !important;
  }
  .pl-sm-148 {
    padding-left: 148px !important;
  }
  .pt-sm-152 {
    padding-top: 152px !important;
  }
  .pr-sm-152 {
    padding-right: 152px !important;
  }
  .pb-sm-152 {
    padding-bottom: 152px !important;
  }
  .pl-sm-152 {
    padding-left: 152px !important;
  }
  .pt-sm-156 {
    padding-top: 156px !important;
  }
  .pr-sm-156 {
    padding-right: 156px !important;
  }
  .pb-sm-156 {
    padding-bottom: 156px !important;
  }
  .pl-sm-156 {
    padding-left: 156px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pt-sm-164 {
    padding-top: 164px !important;
  }
  .pr-sm-164 {
    padding-right: 164px !important;
  }
  .pb-sm-164 {
    padding-bottom: 164px !important;
  }
  .pl-sm-164 {
    padding-left: 164px !important;
  }
  .pt-sm-168 {
    padding-top: 168px !important;
  }
  .pr-sm-168 {
    padding-right: 168px !important;
  }
  .pb-sm-168 {
    padding-bottom: 168px !important;
  }
  .pl-sm-168 {
    padding-left: 168px !important;
  }
  .pt-sm-172 {
    padding-top: 172px !important;
  }
  .pr-sm-172 {
    padding-right: 172px !important;
  }
  .pb-sm-172 {
    padding-bottom: 172px !important;
  }
  .pl-sm-172 {
    padding-left: 172px !important;
  }
  .pt-sm-176 {
    padding-top: 176px !important;
  }
  .pr-sm-176 {
    padding-right: 176px !important;
  }
  .pb-sm-176 {
    padding-bottom: 176px !important;
  }
  .pl-sm-176 {
    padding-left: 176px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pt-sm-184 {
    padding-top: 184px !important;
  }
  .pr-sm-184 {
    padding-right: 184px !important;
  }
  .pb-sm-184 {
    padding-bottom: 184px !important;
  }
  .pl-sm-184 {
    padding-left: 184px !important;
  }
  .pt-sm-188 {
    padding-top: 188px !important;
  }
  .pr-sm-188 {
    padding-right: 188px !important;
  }
  .pb-sm-188 {
    padding-bottom: 188px !important;
  }
  .pl-sm-188 {
    padding-left: 188px !important;
  }
  .pt-sm-192 {
    padding-top: 192px !important;
  }
  .pr-sm-192 {
    padding-right: 192px !important;
  }
  .pb-sm-192 {
    padding-bottom: 192px !important;
  }
  .pl-sm-192 {
    padding-left: 192px !important;
  }
  .pt-sm-196 {
    padding-top: 196px !important;
  }
  .pr-sm-196 {
    padding-right: 196px !important;
  }
  .pb-sm-196 {
    padding-bottom: 196px !important;
  }
  .pl-sm-196 {
    padding-left: 196px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pt-sm-204 {
    padding-top: 204px !important;
  }
  .pr-sm-204 {
    padding-right: 204px !important;
  }
  .pb-sm-204 {
    padding-bottom: 204px !important;
  }
  .pl-sm-204 {
    padding-left: 204px !important;
  }
  .pt-sm-208 {
    padding-top: 208px !important;
  }
  .pr-sm-208 {
    padding-right: 208px !important;
  }
  .pb-sm-208 {
    padding-bottom: 208px !important;
  }
  .pl-sm-208 {
    padding-left: 208px !important;
  }
  .pt-sm-212 {
    padding-top: 212px !important;
  }
  .pr-sm-212 {
    padding-right: 212px !important;
  }
  .pb-sm-212 {
    padding-bottom: 212px !important;
  }
  .pl-sm-212 {
    padding-left: 212px !important;
  }
  .pt-sm-216 {
    padding-top: 216px !important;
  }
  .pr-sm-216 {
    padding-right: 216px !important;
  }
  .pb-sm-216 {
    padding-bottom: 216px !important;
  }
  .pl-sm-216 {
    padding-left: 216px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
  .pt-sm-224 {
    padding-top: 224px !important;
  }
  .pr-sm-224 {
    padding-right: 224px !important;
  }
  .pb-sm-224 {
    padding-bottom: 224px !important;
  }
  .pl-sm-224 {
    padding-left: 224px !important;
  }
  .pt-sm-228 {
    padding-top: 228px !important;
  }
  .pr-sm-228 {
    padding-right: 228px !important;
  }
  .pb-sm-228 {
    padding-bottom: 228px !important;
  }
  .pl-sm-228 {
    padding-left: 228px !important;
  }
  .pt-sm-232 {
    padding-top: 232px !important;
  }
  .pr-sm-232 {
    padding-right: 232px !important;
  }
  .pb-sm-232 {
    padding-bottom: 232px !important;
  }
  .pl-sm-232 {
    padding-left: 232px !important;
  }
  .pt-sm-236 {
    padding-top: 236px !important;
  }
  .pr-sm-236 {
    padding-right: 236px !important;
  }
  .pb-sm-236 {
    padding-bottom: 236px !important;
  }
  .pl-sm-236 {
    padding-left: 236px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
  .pt-sm-244 {
    padding-top: 244px !important;
  }
  .pr-sm-244 {
    padding-right: 244px !important;
  }
  .pb-sm-244 {
    padding-bottom: 244px !important;
  }
  .pl-sm-244 {
    padding-left: 244px !important;
  }
  .pt-sm-248 {
    padding-top: 248px !important;
  }
  .pr-sm-248 {
    padding-right: 248px !important;
  }
  .pb-sm-248 {
    padding-bottom: 248px !important;
  }
  .pl-sm-248 {
    padding-left: 248px !important;
  }
  .pt-sm-252 {
    padding-top: 252px !important;
  }
  .pr-sm-252 {
    padding-right: 252px !important;
  }
  .pb-sm-252 {
    padding-bottom: 252px !important;
  }
  .pl-sm-252 {
    padding-left: 252px !important;
  }
  .pt-sm-256 {
    padding-top: 256px !important;
  }
  .pr-sm-256 {
    padding-right: 256px !important;
  }
  .pb-sm-256 {
    padding-bottom: 256px !important;
  }
  .pl-sm-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  .m-md-0 {
    margin: 0px !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-28 {
    margin: 28px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-36 {
    margin: 36px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-44 {
    margin: 44px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-52 {
    margin: 52px !important;
  }
  .m-md-56 {
    margin: 56px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-68 {
    margin: 68px !important;
  }
  .m-md-72 {
    margin: 72px !important;
  }
  .m-md-76 {
    margin: 76px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-84 {
    margin: 84px !important;
  }
  .m-md-88 {
    margin: 88px !important;
  }
  .m-md-92 {
    margin: 92px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-104 {
    margin: 104px !important;
  }
  .m-md-108 {
    margin: 108px !important;
  }
  .m-md-112 {
    margin: 112px !important;
  }
  .m-md-116 {
    margin: 116px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-124 {
    margin: 124px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .m-md-132 {
    margin: 132px !important;
  }
  .m-md-136 {
    margin: 136px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .m-md-144 {
    margin: 144px !important;
  }
  .m-md-148 {
    margin: 148px !important;
  }
  .m-md-152 {
    margin: 152px !important;
  }
  .m-md-156 {
    margin: 156px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-164 {
    margin: 164px !important;
  }
  .m-md-168 {
    margin: 168px !important;
  }
  .m-md-172 {
    margin: 172px !important;
  }
  .m-md-176 {
    margin: 176px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .m-md-184 {
    margin: 184px !important;
  }
  .m-md-188 {
    margin: 188px !important;
  }
  .m-md-192 {
    margin: 192px !important;
  }
  .m-md-196 {
    margin: 196px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .m-md-204 {
    margin: 204px !important;
  }
  .m-md-208 {
    margin: 208px !important;
  }
  .m-md-212 {
    margin: 212px !important;
  }
  .m-md-216 {
    margin: 216px !important;
  }
  .m-md-220 {
    margin: 220px !important;
  }
  .m-md-224 {
    margin: 224px !important;
  }
  .m-md-228 {
    margin: 228px !important;
  }
  .m-md-232 {
    margin: 232px !important;
  }
  .m-md-236 {
    margin: 236px !important;
  }
  .m-md-240 {
    margin: 240px !important;
  }
  .m-md-244 {
    margin: 244px !important;
  }
  .m-md-248 {
    margin: 248px !important;
  }
  .m-md-252 {
    margin: 252px !important;
  }
  .m-md-256 {
    margin: 256px !important;
  }
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-md-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-md-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-md-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-md-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-md-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-md-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-md-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-md-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-md-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-md-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-md-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-md-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-md-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-md-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-md-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-md-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-md-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-md-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-md-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-md-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-md-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-md-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-md-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-md-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-md-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-md-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-md-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-md-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-md-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-md-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-md-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-md-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-md-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-md-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-md-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-md-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-md-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-md-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-md-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-md-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-md-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-md-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-md-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-md-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-md-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-md-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-md-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-md-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-md-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-md-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-md-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-md-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-md-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-md-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-md-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-md-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-md-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-md-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .mt-md-28 {
    margin-top: 28px !important;
  }
  .mr-md-28 {
    margin-right: 28px !important;
  }
  .mb-md-28 {
    margin-bottom: 28px !important;
  }
  .ml-md-28 {
    margin-left: 28px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mr-md-32 {
    margin-right: 32px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .ml-md-32 {
    margin-left: 32px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  .mr-md-36 {
    margin-right: 36px !important;
  }
  .mb-md-36 {
    margin-bottom: 36px !important;
  }
  .ml-md-36 {
    margin-left: 36px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mt-md-44 {
    margin-top: 44px !important;
  }
  .mr-md-44 {
    margin-right: 44px !important;
  }
  .mb-md-44 {
    margin-bottom: 44px !important;
  }
  .ml-md-44 {
    margin-left: 44px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mr-md-48 {
    margin-right: 48px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .ml-md-48 {
    margin-left: 48px !important;
  }
  .mt-md-52 {
    margin-top: 52px !important;
  }
  .mr-md-52 {
    margin-right: 52px !important;
  }
  .mb-md-52 {
    margin-bottom: 52px !important;
  }
  .ml-md-52 {
    margin-left: 52px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mr-md-56 {
    margin-right: 56px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .ml-md-56 {
    margin-left: 56px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mr-md-64 {
    margin-right: 64px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .ml-md-64 {
    margin-left: 64px !important;
  }
  .mt-md-68 {
    margin-top: 68px !important;
  }
  .mr-md-68 {
    margin-right: 68px !important;
  }
  .mb-md-68 {
    margin-bottom: 68px !important;
  }
  .ml-md-68 {
    margin-left: 68px !important;
  }
  .mt-md-72 {
    margin-top: 72px !important;
  }
  .mr-md-72 {
    margin-right: 72px !important;
  }
  .mb-md-72 {
    margin-bottom: 72px !important;
  }
  .ml-md-72 {
    margin-left: 72px !important;
  }
  .mt-md-76 {
    margin-top: 76px !important;
  }
  .mr-md-76 {
    margin-right: 76px !important;
  }
  .mb-md-76 {
    margin-bottom: 76px !important;
  }
  .ml-md-76 {
    margin-left: 76px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mt-md-84 {
    margin-top: 84px !important;
  }
  .mr-md-84 {
    margin-right: 84px !important;
  }
  .mb-md-84 {
    margin-bottom: 84px !important;
  }
  .ml-md-84 {
    margin-left: 84px !important;
  }
  .mt-md-88 {
    margin-top: 88px !important;
  }
  .mr-md-88 {
    margin-right: 88px !important;
  }
  .mb-md-88 {
    margin-bottom: 88px !important;
  }
  .ml-md-88 {
    margin-left: 88px !important;
  }
  .mt-md-92 {
    margin-top: 92px !important;
  }
  .mr-md-92 {
    margin-right: 92px !important;
  }
  .mb-md-92 {
    margin-bottom: 92px !important;
  }
  .ml-md-92 {
    margin-left: 92px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mr-md-96 {
    margin-right: 96px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .ml-md-96 {
    margin-left: 96px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mt-md-104 {
    margin-top: 104px !important;
  }
  .mr-md-104 {
    margin-right: 104px !important;
  }
  .mb-md-104 {
    margin-bottom: 104px !important;
  }
  .ml-md-104 {
    margin-left: 104px !important;
  }
  .mt-md-108 {
    margin-top: 108px !important;
  }
  .mr-md-108 {
    margin-right: 108px !important;
  }
  .mb-md-108 {
    margin-bottom: 108px !important;
  }
  .ml-md-108 {
    margin-left: 108px !important;
  }
  .mt-md-112 {
    margin-top: 112px !important;
  }
  .mr-md-112 {
    margin-right: 112px !important;
  }
  .mb-md-112 {
    margin-bottom: 112px !important;
  }
  .ml-md-112 {
    margin-left: 112px !important;
  }
  .mt-md-116 {
    margin-top: 116px !important;
  }
  .mr-md-116 {
    margin-right: 116px !important;
  }
  .mb-md-116 {
    margin-bottom: 116px !important;
  }
  .ml-md-116 {
    margin-left: 116px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .mt-md-124 {
    margin-top: 124px !important;
  }
  .mr-md-124 {
    margin-right: 124px !important;
  }
  .mb-md-124 {
    margin-bottom: 124px !important;
  }
  .ml-md-124 {
    margin-left: 124px !important;
  }
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mr-md-128 {
    margin-right: 128px !important;
  }
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .ml-md-128 {
    margin-left: 128px !important;
  }
  .mt-md-132 {
    margin-top: 132px !important;
  }
  .mr-md-132 {
    margin-right: 132px !important;
  }
  .mb-md-132 {
    margin-bottom: 132px !important;
  }
  .ml-md-132 {
    margin-left: 132px !important;
  }
  .mt-md-136 {
    margin-top: 136px !important;
  }
  .mr-md-136 {
    margin-right: 136px !important;
  }
  .mb-md-136 {
    margin-bottom: 136px !important;
  }
  .ml-md-136 {
    margin-left: 136px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .mt-md-144 {
    margin-top: 144px !important;
  }
  .mr-md-144 {
    margin-right: 144px !important;
  }
  .mb-md-144 {
    margin-bottom: 144px !important;
  }
  .ml-md-144 {
    margin-left: 144px !important;
  }
  .mt-md-148 {
    margin-top: 148px !important;
  }
  .mr-md-148 {
    margin-right: 148px !important;
  }
  .mb-md-148 {
    margin-bottom: 148px !important;
  }
  .ml-md-148 {
    margin-left: 148px !important;
  }
  .mt-md-152 {
    margin-top: 152px !important;
  }
  .mr-md-152 {
    margin-right: 152px !important;
  }
  .mb-md-152 {
    margin-bottom: 152px !important;
  }
  .ml-md-152 {
    margin-left: 152px !important;
  }
  .mt-md-156 {
    margin-top: 156px !important;
  }
  .mr-md-156 {
    margin-right: 156px !important;
  }
  .mb-md-156 {
    margin-bottom: 156px !important;
  }
  .ml-md-156 {
    margin-left: 156px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .mt-md-164 {
    margin-top: 164px !important;
  }
  .mr-md-164 {
    margin-right: 164px !important;
  }
  .mb-md-164 {
    margin-bottom: 164px !important;
  }
  .ml-md-164 {
    margin-left: 164px !important;
  }
  .mt-md-168 {
    margin-top: 168px !important;
  }
  .mr-md-168 {
    margin-right: 168px !important;
  }
  .mb-md-168 {
    margin-bottom: 168px !important;
  }
  .ml-md-168 {
    margin-left: 168px !important;
  }
  .mt-md-172 {
    margin-top: 172px !important;
  }
  .mr-md-172 {
    margin-right: 172px !important;
  }
  .mb-md-172 {
    margin-bottom: 172px !important;
  }
  .ml-md-172 {
    margin-left: 172px !important;
  }
  .mt-md-176 {
    margin-top: 176px !important;
  }
  .mr-md-176 {
    margin-right: 176px !important;
  }
  .mb-md-176 {
    margin-bottom: 176px !important;
  }
  .ml-md-176 {
    margin-left: 176px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .mt-md-184 {
    margin-top: 184px !important;
  }
  .mr-md-184 {
    margin-right: 184px !important;
  }
  .mb-md-184 {
    margin-bottom: 184px !important;
  }
  .ml-md-184 {
    margin-left: 184px !important;
  }
  .mt-md-188 {
    margin-top: 188px !important;
  }
  .mr-md-188 {
    margin-right: 188px !important;
  }
  .mb-md-188 {
    margin-bottom: 188px !important;
  }
  .ml-md-188 {
    margin-left: 188px !important;
  }
  .mt-md-192 {
    margin-top: 192px !important;
  }
  .mr-md-192 {
    margin-right: 192px !important;
  }
  .mb-md-192 {
    margin-bottom: 192px !important;
  }
  .ml-md-192 {
    margin-left: 192px !important;
  }
  .mt-md-196 {
    margin-top: 196px !important;
  }
  .mr-md-196 {
    margin-right: 196px !important;
  }
  .mb-md-196 {
    margin-bottom: 196px !important;
  }
  .ml-md-196 {
    margin-left: 196px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .mt-md-204 {
    margin-top: 204px !important;
  }
  .mr-md-204 {
    margin-right: 204px !important;
  }
  .mb-md-204 {
    margin-bottom: 204px !important;
  }
  .ml-md-204 {
    margin-left: 204px !important;
  }
  .mt-md-208 {
    margin-top: 208px !important;
  }
  .mr-md-208 {
    margin-right: 208px !important;
  }
  .mb-md-208 {
    margin-bottom: 208px !important;
  }
  .ml-md-208 {
    margin-left: 208px !important;
  }
  .mt-md-212 {
    margin-top: 212px !important;
  }
  .mr-md-212 {
    margin-right: 212px !important;
  }
  .mb-md-212 {
    margin-bottom: 212px !important;
  }
  .ml-md-212 {
    margin-left: 212px !important;
  }
  .mt-md-216 {
    margin-top: 216px !important;
  }
  .mr-md-216 {
    margin-right: 216px !important;
  }
  .mb-md-216 {
    margin-bottom: 216px !important;
  }
  .ml-md-216 {
    margin-left: 216px !important;
  }
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .mt-md-224 {
    margin-top: 224px !important;
  }
  .mr-md-224 {
    margin-right: 224px !important;
  }
  .mb-md-224 {
    margin-bottom: 224px !important;
  }
  .ml-md-224 {
    margin-left: 224px !important;
  }
  .mt-md-228 {
    margin-top: 228px !important;
  }
  .mr-md-228 {
    margin-right: 228px !important;
  }
  .mb-md-228 {
    margin-bottom: 228px !important;
  }
  .ml-md-228 {
    margin-left: 228px !important;
  }
  .mt-md-232 {
    margin-top: 232px !important;
  }
  .mr-md-232 {
    margin-right: 232px !important;
  }
  .mb-md-232 {
    margin-bottom: 232px !important;
  }
  .ml-md-232 {
    margin-left: 232px !important;
  }
  .mt-md-236 {
    margin-top: 236px !important;
  }
  .mr-md-236 {
    margin-right: 236px !important;
  }
  .mb-md-236 {
    margin-bottom: 236px !important;
  }
  .ml-md-236 {
    margin-left: 236px !important;
  }
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .mt-md-244 {
    margin-top: 244px !important;
  }
  .mr-md-244 {
    margin-right: 244px !important;
  }
  .mb-md-244 {
    margin-bottom: 244px !important;
  }
  .ml-md-244 {
    margin-left: 244px !important;
  }
  .mt-md-248 {
    margin-top: 248px !important;
  }
  .mr-md-248 {
    margin-right: 248px !important;
  }
  .mb-md-248 {
    margin-bottom: 248px !important;
  }
  .ml-md-248 {
    margin-left: 248px !important;
  }
  .mt-md-252 {
    margin-top: 252px !important;
  }
  .mr-md-252 {
    margin-right: 252px !important;
  }
  .mb-md-252 {
    margin-bottom: 252px !important;
  }
  .ml-md-252 {
    margin-left: 252px !important;
  }
  .mt-md-256 {
    margin-top: 256px !important;
  }
  .mr-md-256 {
    margin-right: 256px !important;
  }
  .mb-md-256 {
    margin-bottom: 256px !important;
  }
  .ml-md-256 {
    margin-left: 256px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-28 {
    padding: 28px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-36 {
    padding: 36px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-44 {
    padding: 44px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-52 {
    padding: 52px !important;
  }
  .p-md-56 {
    padding: 56px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-68 {
    padding: 68px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .p-md-76 {
    padding: 76px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-84 {
    padding: 84px !important;
  }
  .p-md-88 {
    padding: 88px !important;
  }
  .p-md-92 {
    padding: 92px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-104 {
    padding: 104px !important;
  }
  .p-md-108 {
    padding: 108px !important;
  }
  .p-md-112 {
    padding: 112px !important;
  }
  .p-md-116 {
    padding: 116px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-124 {
    padding: 124px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .p-md-132 {
    padding: 132px !important;
  }
  .p-md-136 {
    padding: 136px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .p-md-144 {
    padding: 144px !important;
  }
  .p-md-148 {
    padding: 148px !important;
  }
  .p-md-152 {
    padding: 152px !important;
  }
  .p-md-156 {
    padding: 156px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-164 {
    padding: 164px !important;
  }
  .p-md-168 {
    padding: 168px !important;
  }
  .p-md-172 {
    padding: 172px !important;
  }
  .p-md-176 {
    padding: 176px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .p-md-184 {
    padding: 184px !important;
  }
  .p-md-188 {
    padding: 188px !important;
  }
  .p-md-192 {
    padding: 192px !important;
  }
  .p-md-196 {
    padding: 196px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .p-md-204 {
    padding: 204px !important;
  }
  .p-md-208 {
    padding: 208px !important;
  }
  .p-md-212 {
    padding: 212px !important;
  }
  .p-md-216 {
    padding: 216px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
  .p-md-224 {
    padding: 224px !important;
  }
  .p-md-228 {
    padding: 228px !important;
  }
  .p-md-232 {
    padding: 232px !important;
  }
  .p-md-236 {
    padding: 236px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
  .p-md-244 {
    padding: 244px !important;
  }
  .p-md-248 {
    padding: 248px !important;
  }
  .p-md-252 {
    padding: 252px !important;
  }
  .p-md-256 {
    padding: 256px !important;
  }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-md-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-md-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-md-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-md-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-md-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-md-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-md-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-md-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-md-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-md-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-md-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-md-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-md-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-md-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-md-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-md-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-md-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-md-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-md-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-md-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-md-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-md-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-md-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-md-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-md-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-md-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-md-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-md-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-md-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-md-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-md-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-md-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-md-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-md-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-md-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-md-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-md-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-md-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-md-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-md-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-md-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-md-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-md-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-md-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-md-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-md-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-md-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-md-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-md-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-md-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-md-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-md-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-md-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-md-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-md-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-md-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-md-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-md-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-md-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pt-md-28 {
    padding-top: 28px !important;
  }
  .pr-md-28 {
    padding-right: 28px !important;
  }
  .pb-md-28 {
    padding-bottom: 28px !important;
  }
  .pl-md-28 {
    padding-left: 28px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pr-md-32 {
    padding-right: 32px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pl-md-32 {
    padding-left: 32px !important;
  }
  .pt-md-36 {
    padding-top: 36px !important;
  }
  .pr-md-36 {
    padding-right: 36px !important;
  }
  .pb-md-36 {
    padding-bottom: 36px !important;
  }
  .pl-md-36 {
    padding-left: 36px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pt-md-44 {
    padding-top: 44px !important;
  }
  .pr-md-44 {
    padding-right: 44px !important;
  }
  .pb-md-44 {
    padding-bottom: 44px !important;
  }
  .pl-md-44 {
    padding-left: 44px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pr-md-48 {
    padding-right: 48px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pl-md-48 {
    padding-left: 48px !important;
  }
  .pt-md-52 {
    padding-top: 52px !important;
  }
  .pr-md-52 {
    padding-right: 52px !important;
  }
  .pb-md-52 {
    padding-bottom: 52px !important;
  }
  .pl-md-52 {
    padding-left: 52px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pr-md-56 {
    padding-right: 56px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pl-md-56 {
    padding-left: 56px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pr-md-64 {
    padding-right: 64px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pl-md-64 {
    padding-left: 64px !important;
  }
  .pt-md-68 {
    padding-top: 68px !important;
  }
  .pr-md-68 {
    padding-right: 68px !important;
  }
  .pb-md-68 {
    padding-bottom: 68px !important;
  }
  .pl-md-68 {
    padding-left: 68px !important;
  }
  .pt-md-72 {
    padding-top: 72px !important;
  }
  .pr-md-72 {
    padding-right: 72px !important;
  }
  .pb-md-72 {
    padding-bottom: 72px !important;
  }
  .pl-md-72 {
    padding-left: 72px !important;
  }
  .pt-md-76 {
    padding-top: 76px !important;
  }
  .pr-md-76 {
    padding-right: 76px !important;
  }
  .pb-md-76 {
    padding-bottom: 76px !important;
  }
  .pl-md-76 {
    padding-left: 76px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pt-md-84 {
    padding-top: 84px !important;
  }
  .pr-md-84 {
    padding-right: 84px !important;
  }
  .pb-md-84 {
    padding-bottom: 84px !important;
  }
  .pl-md-84 {
    padding-left: 84px !important;
  }
  .pt-md-88 {
    padding-top: 88px !important;
  }
  .pr-md-88 {
    padding-right: 88px !important;
  }
  .pb-md-88 {
    padding-bottom: 88px !important;
  }
  .pl-md-88 {
    padding-left: 88px !important;
  }
  .pt-md-92 {
    padding-top: 92px !important;
  }
  .pr-md-92 {
    padding-right: 92px !important;
  }
  .pb-md-92 {
    padding-bottom: 92px !important;
  }
  .pl-md-92 {
    padding-left: 92px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pr-md-96 {
    padding-right: 96px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pl-md-96 {
    padding-left: 96px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pt-md-104 {
    padding-top: 104px !important;
  }
  .pr-md-104 {
    padding-right: 104px !important;
  }
  .pb-md-104 {
    padding-bottom: 104px !important;
  }
  .pl-md-104 {
    padding-left: 104px !important;
  }
  .pt-md-108 {
    padding-top: 108px !important;
  }
  .pr-md-108 {
    padding-right: 108px !important;
  }
  .pb-md-108 {
    padding-bottom: 108px !important;
  }
  .pl-md-108 {
    padding-left: 108px !important;
  }
  .pt-md-112 {
    padding-top: 112px !important;
  }
  .pr-md-112 {
    padding-right: 112px !important;
  }
  .pb-md-112 {
    padding-bottom: 112px !important;
  }
  .pl-md-112 {
    padding-left: 112px !important;
  }
  .pt-md-116 {
    padding-top: 116px !important;
  }
  .pr-md-116 {
    padding-right: 116px !important;
  }
  .pb-md-116 {
    padding-bottom: 116px !important;
  }
  .pl-md-116 {
    padding-left: 116px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pt-md-124 {
    padding-top: 124px !important;
  }
  .pr-md-124 {
    padding-right: 124px !important;
  }
  .pb-md-124 {
    padding-bottom: 124px !important;
  }
  .pl-md-124 {
    padding-left: 124px !important;
  }
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pr-md-128 {
    padding-right: 128px !important;
  }
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pl-md-128 {
    padding-left: 128px !important;
  }
  .pt-md-132 {
    padding-top: 132px !important;
  }
  .pr-md-132 {
    padding-right: 132px !important;
  }
  .pb-md-132 {
    padding-bottom: 132px !important;
  }
  .pl-md-132 {
    padding-left: 132px !important;
  }
  .pt-md-136 {
    padding-top: 136px !important;
  }
  .pr-md-136 {
    padding-right: 136px !important;
  }
  .pb-md-136 {
    padding-bottom: 136px !important;
  }
  .pl-md-136 {
    padding-left: 136px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pt-md-144 {
    padding-top: 144px !important;
  }
  .pr-md-144 {
    padding-right: 144px !important;
  }
  .pb-md-144 {
    padding-bottom: 144px !important;
  }
  .pl-md-144 {
    padding-left: 144px !important;
  }
  .pt-md-148 {
    padding-top: 148px !important;
  }
  .pr-md-148 {
    padding-right: 148px !important;
  }
  .pb-md-148 {
    padding-bottom: 148px !important;
  }
  .pl-md-148 {
    padding-left: 148px !important;
  }
  .pt-md-152 {
    padding-top: 152px !important;
  }
  .pr-md-152 {
    padding-right: 152px !important;
  }
  .pb-md-152 {
    padding-bottom: 152px !important;
  }
  .pl-md-152 {
    padding-left: 152px !important;
  }
  .pt-md-156 {
    padding-top: 156px !important;
  }
  .pr-md-156 {
    padding-right: 156px !important;
  }
  .pb-md-156 {
    padding-bottom: 156px !important;
  }
  .pl-md-156 {
    padding-left: 156px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pt-md-164 {
    padding-top: 164px !important;
  }
  .pr-md-164 {
    padding-right: 164px !important;
  }
  .pb-md-164 {
    padding-bottom: 164px !important;
  }
  .pl-md-164 {
    padding-left: 164px !important;
  }
  .pt-md-168 {
    padding-top: 168px !important;
  }
  .pr-md-168 {
    padding-right: 168px !important;
  }
  .pb-md-168 {
    padding-bottom: 168px !important;
  }
  .pl-md-168 {
    padding-left: 168px !important;
  }
  .pt-md-172 {
    padding-top: 172px !important;
  }
  .pr-md-172 {
    padding-right: 172px !important;
  }
  .pb-md-172 {
    padding-bottom: 172px !important;
  }
  .pl-md-172 {
    padding-left: 172px !important;
  }
  .pt-md-176 {
    padding-top: 176px !important;
  }
  .pr-md-176 {
    padding-right: 176px !important;
  }
  .pb-md-176 {
    padding-bottom: 176px !important;
  }
  .pl-md-176 {
    padding-left: 176px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pt-md-184 {
    padding-top: 184px !important;
  }
  .pr-md-184 {
    padding-right: 184px !important;
  }
  .pb-md-184 {
    padding-bottom: 184px !important;
  }
  .pl-md-184 {
    padding-left: 184px !important;
  }
  .pt-md-188 {
    padding-top: 188px !important;
  }
  .pr-md-188 {
    padding-right: 188px !important;
  }
  .pb-md-188 {
    padding-bottom: 188px !important;
  }
  .pl-md-188 {
    padding-left: 188px !important;
  }
  .pt-md-192 {
    padding-top: 192px !important;
  }
  .pr-md-192 {
    padding-right: 192px !important;
  }
  .pb-md-192 {
    padding-bottom: 192px !important;
  }
  .pl-md-192 {
    padding-left: 192px !important;
  }
  .pt-md-196 {
    padding-top: 196px !important;
  }
  .pr-md-196 {
    padding-right: 196px !important;
  }
  .pb-md-196 {
    padding-bottom: 196px !important;
  }
  .pl-md-196 {
    padding-left: 196px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pt-md-204 {
    padding-top: 204px !important;
  }
  .pr-md-204 {
    padding-right: 204px !important;
  }
  .pb-md-204 {
    padding-bottom: 204px !important;
  }
  .pl-md-204 {
    padding-left: 204px !important;
  }
  .pt-md-208 {
    padding-top: 208px !important;
  }
  .pr-md-208 {
    padding-right: 208px !important;
  }
  .pb-md-208 {
    padding-bottom: 208px !important;
  }
  .pl-md-208 {
    padding-left: 208px !important;
  }
  .pt-md-212 {
    padding-top: 212px !important;
  }
  .pr-md-212 {
    padding-right: 212px !important;
  }
  .pb-md-212 {
    padding-bottom: 212px !important;
  }
  .pl-md-212 {
    padding-left: 212px !important;
  }
  .pt-md-216 {
    padding-top: 216px !important;
  }
  .pr-md-216 {
    padding-right: 216px !important;
  }
  .pb-md-216 {
    padding-bottom: 216px !important;
  }
  .pl-md-216 {
    padding-left: 216px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
  .pt-md-224 {
    padding-top: 224px !important;
  }
  .pr-md-224 {
    padding-right: 224px !important;
  }
  .pb-md-224 {
    padding-bottom: 224px !important;
  }
  .pl-md-224 {
    padding-left: 224px !important;
  }
  .pt-md-228 {
    padding-top: 228px !important;
  }
  .pr-md-228 {
    padding-right: 228px !important;
  }
  .pb-md-228 {
    padding-bottom: 228px !important;
  }
  .pl-md-228 {
    padding-left: 228px !important;
  }
  .pt-md-232 {
    padding-top: 232px !important;
  }
  .pr-md-232 {
    padding-right: 232px !important;
  }
  .pb-md-232 {
    padding-bottom: 232px !important;
  }
  .pl-md-232 {
    padding-left: 232px !important;
  }
  .pt-md-236 {
    padding-top: 236px !important;
  }
  .pr-md-236 {
    padding-right: 236px !important;
  }
  .pb-md-236 {
    padding-bottom: 236px !important;
  }
  .pl-md-236 {
    padding-left: 236px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
  .pt-md-244 {
    padding-top: 244px !important;
  }
  .pr-md-244 {
    padding-right: 244px !important;
  }
  .pb-md-244 {
    padding-bottom: 244px !important;
  }
  .pl-md-244 {
    padding-left: 244px !important;
  }
  .pt-md-248 {
    padding-top: 248px !important;
  }
  .pr-md-248 {
    padding-right: 248px !important;
  }
  .pb-md-248 {
    padding-bottom: 248px !important;
  }
  .pl-md-248 {
    padding-left: 248px !important;
  }
  .pt-md-252 {
    padding-top: 252px !important;
  }
  .pr-md-252 {
    padding-right: 252px !important;
  }
  .pb-md-252 {
    padding-bottom: 252px !important;
  }
  .pl-md-252 {
    padding-left: 252px !important;
  }
  .pt-md-256 {
    padding-top: 256px !important;
  }
  .pr-md-256 {
    padding-right: 256px !important;
  }
  .pb-md-256 {
    padding-bottom: 256px !important;
  }
  .pl-md-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  .m-lg-0 {
    margin: 0px !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-28 {
    margin: 28px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-36 {
    margin: 36px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-44 {
    margin: 44px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-52 {
    margin: 52px !important;
  }
  .m-lg-56 {
    margin: 56px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-68 {
    margin: 68px !important;
  }
  .m-lg-72 {
    margin: 72px !important;
  }
  .m-lg-76 {
    margin: 76px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-84 {
    margin: 84px !important;
  }
  .m-lg-88 {
    margin: 88px !important;
  }
  .m-lg-92 {
    margin: 92px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-104 {
    margin: 104px !important;
  }
  .m-lg-108 {
    margin: 108px !important;
  }
  .m-lg-112 {
    margin: 112px !important;
  }
  .m-lg-116 {
    margin: 116px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-124 {
    margin: 124px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .m-lg-132 {
    margin: 132px !important;
  }
  .m-lg-136 {
    margin: 136px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .m-lg-144 {
    margin: 144px !important;
  }
  .m-lg-148 {
    margin: 148px !important;
  }
  .m-lg-152 {
    margin: 152px !important;
  }
  .m-lg-156 {
    margin: 156px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-164 {
    margin: 164px !important;
  }
  .m-lg-168 {
    margin: 168px !important;
  }
  .m-lg-172 {
    margin: 172px !important;
  }
  .m-lg-176 {
    margin: 176px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .m-lg-184 {
    margin: 184px !important;
  }
  .m-lg-188 {
    margin: 188px !important;
  }
  .m-lg-192 {
    margin: 192px !important;
  }
  .m-lg-196 {
    margin: 196px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .m-lg-204 {
    margin: 204px !important;
  }
  .m-lg-208 {
    margin: 208px !important;
  }
  .m-lg-212 {
    margin: 212px !important;
  }
  .m-lg-216 {
    margin: 216px !important;
  }
  .m-lg-220 {
    margin: 220px !important;
  }
  .m-lg-224 {
    margin: 224px !important;
  }
  .m-lg-228 {
    margin: 228px !important;
  }
  .m-lg-232 {
    margin: 232px !important;
  }
  .m-lg-236 {
    margin: 236px !important;
  }
  .m-lg-240 {
    margin: 240px !important;
  }
  .m-lg-244 {
    margin: 244px !important;
  }
  .m-lg-248 {
    margin: 248px !important;
  }
  .m-lg-252 {
    margin: 252px !important;
  }
  .m-lg-256 {
    margin: 256px !important;
  }
  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-lg-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-lg-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-lg-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-lg-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-lg-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-lg-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-lg-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-lg-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-lg-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-lg-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-lg-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-lg-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-lg-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-lg-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-lg-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-lg-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-lg-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-lg-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-lg-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-lg-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-lg-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-lg-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-lg-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-lg-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-lg-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-lg-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-lg-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-lg-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-lg-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-lg-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-lg-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-lg-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-lg-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-lg-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-lg-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-lg-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-lg-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-lg-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-lg-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-lg-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-lg-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-lg-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-lg-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-lg-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-lg-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-lg-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-lg-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .mt-lg-28 {
    margin-top: 28px !important;
  }
  .mr-lg-28 {
    margin-right: 28px !important;
  }
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .ml-lg-28 {
    margin-left: 28px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mr-lg-32 {
    margin-right: 32px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .ml-lg-32 {
    margin-left: 32px !important;
  }
  .mt-lg-36 {
    margin-top: 36px !important;
  }
  .mr-lg-36 {
    margin-right: 36px !important;
  }
  .mb-lg-36 {
    margin-bottom: 36px !important;
  }
  .ml-lg-36 {
    margin-left: 36px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mt-lg-44 {
    margin-top: 44px !important;
  }
  .mr-lg-44 {
    margin-right: 44px !important;
  }
  .mb-lg-44 {
    margin-bottom: 44px !important;
  }
  .ml-lg-44 {
    margin-left: 44px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mr-lg-48 {
    margin-right: 48px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .ml-lg-48 {
    margin-left: 48px !important;
  }
  .mt-lg-52 {
    margin-top: 52px !important;
  }
  .mr-lg-52 {
    margin-right: 52px !important;
  }
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .ml-lg-52 {
    margin-left: 52px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mr-lg-56 {
    margin-right: 56px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .ml-lg-56 {
    margin-left: 56px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mr-lg-64 {
    margin-right: 64px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .ml-lg-64 {
    margin-left: 64px !important;
  }
  .mt-lg-68 {
    margin-top: 68px !important;
  }
  .mr-lg-68 {
    margin-right: 68px !important;
  }
  .mb-lg-68 {
    margin-bottom: 68px !important;
  }
  .ml-lg-68 {
    margin-left: 68px !important;
  }
  .mt-lg-72 {
    margin-top: 72px !important;
  }
  .mr-lg-72 {
    margin-right: 72px !important;
  }
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .ml-lg-72 {
    margin-left: 72px !important;
  }
  .mt-lg-76 {
    margin-top: 76px !important;
  }
  .mr-lg-76 {
    margin-right: 76px !important;
  }
  .mb-lg-76 {
    margin-bottom: 76px !important;
  }
  .ml-lg-76 {
    margin-left: 76px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mt-lg-84 {
    margin-top: 84px !important;
  }
  .mr-lg-84 {
    margin-right: 84px !important;
  }
  .mb-lg-84 {
    margin-bottom: 84px !important;
  }
  .ml-lg-84 {
    margin-left: 84px !important;
  }
  .mt-lg-88 {
    margin-top: 88px !important;
  }
  .mr-lg-88 {
    margin-right: 88px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .ml-lg-88 {
    margin-left: 88px !important;
  }
  .mt-lg-92 {
    margin-top: 92px !important;
  }
  .mr-lg-92 {
    margin-right: 92px !important;
  }
  .mb-lg-92 {
    margin-bottom: 92px !important;
  }
  .ml-lg-92 {
    margin-left: 92px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mr-lg-96 {
    margin-right: 96px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .ml-lg-96 {
    margin-left: 96px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mt-lg-104 {
    margin-top: 104px !important;
  }
  .mr-lg-104 {
    margin-right: 104px !important;
  }
  .mb-lg-104 {
    margin-bottom: 104px !important;
  }
  .ml-lg-104 {
    margin-left: 104px !important;
  }
  .mt-lg-108 {
    margin-top: 108px !important;
  }
  .mr-lg-108 {
    margin-right: 108px !important;
  }
  .mb-lg-108 {
    margin-bottom: 108px !important;
  }
  .ml-lg-108 {
    margin-left: 108px !important;
  }
  .mt-lg-112 {
    margin-top: 112px !important;
  }
  .mr-lg-112 {
    margin-right: 112px !important;
  }
  .mb-lg-112 {
    margin-bottom: 112px !important;
  }
  .ml-lg-112 {
    margin-left: 112px !important;
  }
  .mt-lg-116 {
    margin-top: 116px !important;
  }
  .mr-lg-116 {
    margin-right: 116px !important;
  }
  .mb-lg-116 {
    margin-bottom: 116px !important;
  }
  .ml-lg-116 {
    margin-left: 116px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mt-lg-124 {
    margin-top: 124px !important;
  }
  .mr-lg-124 {
    margin-right: 124px !important;
  }
  .mb-lg-124 {
    margin-bottom: 124px !important;
  }
  .ml-lg-124 {
    margin-left: 124px !important;
  }
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mr-lg-128 {
    margin-right: 128px !important;
  }
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .ml-lg-128 {
    margin-left: 128px !important;
  }
  .mt-lg-132 {
    margin-top: 132px !important;
  }
  .mr-lg-132 {
    margin-right: 132px !important;
  }
  .mb-lg-132 {
    margin-bottom: 132px !important;
  }
  .ml-lg-132 {
    margin-left: 132px !important;
  }
  .mt-lg-136 {
    margin-top: 136px !important;
  }
  .mr-lg-136 {
    margin-right: 136px !important;
  }
  .mb-lg-136 {
    margin-bottom: 136px !important;
  }
  .ml-lg-136 {
    margin-left: 136px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mt-lg-144 {
    margin-top: 144px !important;
  }
  .mr-lg-144 {
    margin-right: 144px !important;
  }
  .mb-lg-144 {
    margin-bottom: 144px !important;
  }
  .ml-lg-144 {
    margin-left: 144px !important;
  }
  .mt-lg-148 {
    margin-top: 148px !important;
  }
  .mr-lg-148 {
    margin-right: 148px !important;
  }
  .mb-lg-148 {
    margin-bottom: 148px !important;
  }
  .ml-lg-148 {
    margin-left: 148px !important;
  }
  .mt-lg-152 {
    margin-top: 152px !important;
  }
  .mr-lg-152 {
    margin-right: 152px !important;
  }
  .mb-lg-152 {
    margin-bottom: 152px !important;
  }
  .ml-lg-152 {
    margin-left: 152px !important;
  }
  .mt-lg-156 {
    margin-top: 156px !important;
  }
  .mr-lg-156 {
    margin-right: 156px !important;
  }
  .mb-lg-156 {
    margin-bottom: 156px !important;
  }
  .ml-lg-156 {
    margin-left: 156px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .mt-lg-164 {
    margin-top: 164px !important;
  }
  .mr-lg-164 {
    margin-right: 164px !important;
  }
  .mb-lg-164 {
    margin-bottom: 164px !important;
  }
  .ml-lg-164 {
    margin-left: 164px !important;
  }
  .mt-lg-168 {
    margin-top: 168px !important;
  }
  .mr-lg-168 {
    margin-right: 168px !important;
  }
  .mb-lg-168 {
    margin-bottom: 168px !important;
  }
  .ml-lg-168 {
    margin-left: 168px !important;
  }
  .mt-lg-172 {
    margin-top: 172px !important;
  }
  .mr-lg-172 {
    margin-right: 172px !important;
  }
  .mb-lg-172 {
    margin-bottom: 172px !important;
  }
  .ml-lg-172 {
    margin-left: 172px !important;
  }
  .mt-lg-176 {
    margin-top: 176px !important;
  }
  .mr-lg-176 {
    margin-right: 176px !important;
  }
  .mb-lg-176 {
    margin-bottom: 176px !important;
  }
  .ml-lg-176 {
    margin-left: 176px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .mt-lg-184 {
    margin-top: 184px !important;
  }
  .mr-lg-184 {
    margin-right: 184px !important;
  }
  .mb-lg-184 {
    margin-bottom: 184px !important;
  }
  .ml-lg-184 {
    margin-left: 184px !important;
  }
  .mt-lg-188 {
    margin-top: 188px !important;
  }
  .mr-lg-188 {
    margin-right: 188px !important;
  }
  .mb-lg-188 {
    margin-bottom: 188px !important;
  }
  .ml-lg-188 {
    margin-left: 188px !important;
  }
  .mt-lg-192 {
    margin-top: 192px !important;
  }
  .mr-lg-192 {
    margin-right: 192px !important;
  }
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
  .ml-lg-192 {
    margin-left: 192px !important;
  }
  .mt-lg-196 {
    margin-top: 196px !important;
  }
  .mr-lg-196 {
    margin-right: 196px !important;
  }
  .mb-lg-196 {
    margin-bottom: 196px !important;
  }
  .ml-lg-196 {
    margin-left: 196px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mt-lg-204 {
    margin-top: 204px !important;
  }
  .mr-lg-204 {
    margin-right: 204px !important;
  }
  .mb-lg-204 {
    margin-bottom: 204px !important;
  }
  .ml-lg-204 {
    margin-left: 204px !important;
  }
  .mt-lg-208 {
    margin-top: 208px !important;
  }
  .mr-lg-208 {
    margin-right: 208px !important;
  }
  .mb-lg-208 {
    margin-bottom: 208px !important;
  }
  .ml-lg-208 {
    margin-left: 208px !important;
  }
  .mt-lg-212 {
    margin-top: 212px !important;
  }
  .mr-lg-212 {
    margin-right: 212px !important;
  }
  .mb-lg-212 {
    margin-bottom: 212px !important;
  }
  .ml-lg-212 {
    margin-left: 212px !important;
  }
  .mt-lg-216 {
    margin-top: 216px !important;
  }
  .mr-lg-216 {
    margin-right: 216px !important;
  }
  .mb-lg-216 {
    margin-bottom: 216px !important;
  }
  .ml-lg-216 {
    margin-left: 216px !important;
  }
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .mr-lg-220 {
    margin-right: 220px !important;
  }
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .ml-lg-220 {
    margin-left: 220px !important;
  }
  .mt-lg-224 {
    margin-top: 224px !important;
  }
  .mr-lg-224 {
    margin-right: 224px !important;
  }
  .mb-lg-224 {
    margin-bottom: 224px !important;
  }
  .ml-lg-224 {
    margin-left: 224px !important;
  }
  .mt-lg-228 {
    margin-top: 228px !important;
  }
  .mr-lg-228 {
    margin-right: 228px !important;
  }
  .mb-lg-228 {
    margin-bottom: 228px !important;
  }
  .ml-lg-228 {
    margin-left: 228px !important;
  }
  .mt-lg-232 {
    margin-top: 232px !important;
  }
  .mr-lg-232 {
    margin-right: 232px !important;
  }
  .mb-lg-232 {
    margin-bottom: 232px !important;
  }
  .ml-lg-232 {
    margin-left: 232px !important;
  }
  .mt-lg-236 {
    margin-top: 236px !important;
  }
  .mr-lg-236 {
    margin-right: 236px !important;
  }
  .mb-lg-236 {
    margin-bottom: 236px !important;
  }
  .ml-lg-236 {
    margin-left: 236px !important;
  }
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .mr-lg-240 {
    margin-right: 240px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .ml-lg-240 {
    margin-left: 240px !important;
  }
  .mt-lg-244 {
    margin-top: 244px !important;
  }
  .mr-lg-244 {
    margin-right: 244px !important;
  }
  .mb-lg-244 {
    margin-bottom: 244px !important;
  }
  .ml-lg-244 {
    margin-left: 244px !important;
  }
  .mt-lg-248 {
    margin-top: 248px !important;
  }
  .mr-lg-248 {
    margin-right: 248px !important;
  }
  .mb-lg-248 {
    margin-bottom: 248px !important;
  }
  .ml-lg-248 {
    margin-left: 248px !important;
  }
  .mt-lg-252 {
    margin-top: 252px !important;
  }
  .mr-lg-252 {
    margin-right: 252px !important;
  }
  .mb-lg-252 {
    margin-bottom: 252px !important;
  }
  .ml-lg-252 {
    margin-left: 252px !important;
  }
  .mt-lg-256 {
    margin-top: 256px !important;
  }
  .mr-lg-256 {
    margin-right: 256px !important;
  }
  .mb-lg-256 {
    margin-bottom: 256px !important;
  }
  .ml-lg-256 {
    margin-left: 256px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-28 {
    padding: 28px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-36 {
    padding: 36px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-44 {
    padding: 44px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-52 {
    padding: 52px !important;
  }
  .p-lg-56 {
    padding: 56px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-68 {
    padding: 68px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .p-lg-76 {
    padding: 76px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-84 {
    padding: 84px !important;
  }
  .p-lg-88 {
    padding: 88px !important;
  }
  .p-lg-92 {
    padding: 92px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-104 {
    padding: 104px !important;
  }
  .p-lg-108 {
    padding: 108px !important;
  }
  .p-lg-112 {
    padding: 112px !important;
  }
  .p-lg-116 {
    padding: 116px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-124 {
    padding: 124px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .p-lg-132 {
    padding: 132px !important;
  }
  .p-lg-136 {
    padding: 136px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .p-lg-144 {
    padding: 144px !important;
  }
  .p-lg-148 {
    padding: 148px !important;
  }
  .p-lg-152 {
    padding: 152px !important;
  }
  .p-lg-156 {
    padding: 156px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-164 {
    padding: 164px !important;
  }
  .p-lg-168 {
    padding: 168px !important;
  }
  .p-lg-172 {
    padding: 172px !important;
  }
  .p-lg-176 {
    padding: 176px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .p-lg-184 {
    padding: 184px !important;
  }
  .p-lg-188 {
    padding: 188px !important;
  }
  .p-lg-192 {
    padding: 192px !important;
  }
  .p-lg-196 {
    padding: 196px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .p-lg-204 {
    padding: 204px !important;
  }
  .p-lg-208 {
    padding: 208px !important;
  }
  .p-lg-212 {
    padding: 212px !important;
  }
  .p-lg-216 {
    padding: 216px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
  .p-lg-224 {
    padding: 224px !important;
  }
  .p-lg-228 {
    padding: 228px !important;
  }
  .p-lg-232 {
    padding: 232px !important;
  }
  .p-lg-236 {
    padding: 236px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
  .p-lg-244 {
    padding: 244px !important;
  }
  .p-lg-248 {
    padding: 248px !important;
  }
  .p-lg-252 {
    padding: 252px !important;
  }
  .p-lg-256 {
    padding: 256px !important;
  }
  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-lg-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-lg-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-lg-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-lg-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-lg-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-lg-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-lg-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-lg-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-lg-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-lg-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-lg-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-lg-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-lg-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-lg-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-lg-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-lg-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-lg-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-lg-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-lg-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-lg-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-lg-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-lg-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-lg-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-lg-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-lg-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-lg-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-lg-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-lg-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-lg-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-lg-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-lg-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-lg-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-lg-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-lg-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-lg-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-lg-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-lg-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-lg-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-lg-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-lg-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-lg-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-lg-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-lg-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-lg-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-lg-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-lg-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-lg-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-lg-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pt-lg-28 {
    padding-top: 28px !important;
  }
  .pr-lg-28 {
    padding-right: 28px !important;
  }
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .pl-lg-28 {
    padding-left: 28px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pr-lg-32 {
    padding-right: 32px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pl-lg-32 {
    padding-left: 32px !important;
  }
  .pt-lg-36 {
    padding-top: 36px !important;
  }
  .pr-lg-36 {
    padding-right: 36px !important;
  }
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
  .pl-lg-36 {
    padding-left: 36px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pt-lg-44 {
    padding-top: 44px !important;
  }
  .pr-lg-44 {
    padding-right: 44px !important;
  }
  .pb-lg-44 {
    padding-bottom: 44px !important;
  }
  .pl-lg-44 {
    padding-left: 44px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pr-lg-48 {
    padding-right: 48px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pl-lg-48 {
    padding-left: 48px !important;
  }
  .pt-lg-52 {
    padding-top: 52px !important;
  }
  .pr-lg-52 {
    padding-right: 52px !important;
  }
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .pl-lg-52 {
    padding-left: 52px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pr-lg-56 {
    padding-right: 56px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pl-lg-56 {
    padding-left: 56px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pr-lg-64 {
    padding-right: 64px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pl-lg-64 {
    padding-left: 64px !important;
  }
  .pt-lg-68 {
    padding-top: 68px !important;
  }
  .pr-lg-68 {
    padding-right: 68px !important;
  }
  .pb-lg-68 {
    padding-bottom: 68px !important;
  }
  .pl-lg-68 {
    padding-left: 68px !important;
  }
  .pt-lg-72 {
    padding-top: 72px !important;
  }
  .pr-lg-72 {
    padding-right: 72px !important;
  }
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
  .pl-lg-72 {
    padding-left: 72px !important;
  }
  .pt-lg-76 {
    padding-top: 76px !important;
  }
  .pr-lg-76 {
    padding-right: 76px !important;
  }
  .pb-lg-76 {
    padding-bottom: 76px !important;
  }
  .pl-lg-76 {
    padding-left: 76px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pt-lg-84 {
    padding-top: 84px !important;
  }
  .pr-lg-84 {
    padding-right: 84px !important;
  }
  .pb-lg-84 {
    padding-bottom: 84px !important;
  }
  .pl-lg-84 {
    padding-left: 84px !important;
  }
  .pt-lg-88 {
    padding-top: 88px !important;
  }
  .pr-lg-88 {
    padding-right: 88px !important;
  }
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
  .pl-lg-88 {
    padding-left: 88px !important;
  }
  .pt-lg-92 {
    padding-top: 92px !important;
  }
  .pr-lg-92 {
    padding-right: 92px !important;
  }
  .pb-lg-92 {
    padding-bottom: 92px !important;
  }
  .pl-lg-92 {
    padding-left: 92px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pr-lg-96 {
    padding-right: 96px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pl-lg-96 {
    padding-left: 96px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pt-lg-104 {
    padding-top: 104px !important;
  }
  .pr-lg-104 {
    padding-right: 104px !important;
  }
  .pb-lg-104 {
    padding-bottom: 104px !important;
  }
  .pl-lg-104 {
    padding-left: 104px !important;
  }
  .pt-lg-108 {
    padding-top: 108px !important;
  }
  .pr-lg-108 {
    padding-right: 108px !important;
  }
  .pb-lg-108 {
    padding-bottom: 108px !important;
  }
  .pl-lg-108 {
    padding-left: 108px !important;
  }
  .pt-lg-112 {
    padding-top: 112px !important;
  }
  .pr-lg-112 {
    padding-right: 112px !important;
  }
  .pb-lg-112 {
    padding-bottom: 112px !important;
  }
  .pl-lg-112 {
    padding-left: 112px !important;
  }
  .pt-lg-116 {
    padding-top: 116px !important;
  }
  .pr-lg-116 {
    padding-right: 116px !important;
  }
  .pb-lg-116 {
    padding-bottom: 116px !important;
  }
  .pl-lg-116 {
    padding-left: 116px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pt-lg-124 {
    padding-top: 124px !important;
  }
  .pr-lg-124 {
    padding-right: 124px !important;
  }
  .pb-lg-124 {
    padding-bottom: 124px !important;
  }
  .pl-lg-124 {
    padding-left: 124px !important;
  }
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pr-lg-128 {
    padding-right: 128px !important;
  }
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pl-lg-128 {
    padding-left: 128px !important;
  }
  .pt-lg-132 {
    padding-top: 132px !important;
  }
  .pr-lg-132 {
    padding-right: 132px !important;
  }
  .pb-lg-132 {
    padding-bottom: 132px !important;
  }
  .pl-lg-132 {
    padding-left: 132px !important;
  }
  .pt-lg-136 {
    padding-top: 136px !important;
  }
  .pr-lg-136 {
    padding-right: 136px !important;
  }
  .pb-lg-136 {
    padding-bottom: 136px !important;
  }
  .pl-lg-136 {
    padding-left: 136px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pt-lg-144 {
    padding-top: 144px !important;
  }
  .pr-lg-144 {
    padding-right: 144px !important;
  }
  .pb-lg-144 {
    padding-bottom: 144px !important;
  }
  .pl-lg-144 {
    padding-left: 144px !important;
  }
  .pt-lg-148 {
    padding-top: 148px !important;
  }
  .pr-lg-148 {
    padding-right: 148px !important;
  }
  .pb-lg-148 {
    padding-bottom: 148px !important;
  }
  .pl-lg-148 {
    padding-left: 148px !important;
  }
  .pt-lg-152 {
    padding-top: 152px !important;
  }
  .pr-lg-152 {
    padding-right: 152px !important;
  }
  .pb-lg-152 {
    padding-bottom: 152px !important;
  }
  .pl-lg-152 {
    padding-left: 152px !important;
  }
  .pt-lg-156 {
    padding-top: 156px !important;
  }
  .pr-lg-156 {
    padding-right: 156px !important;
  }
  .pb-lg-156 {
    padding-bottom: 156px !important;
  }
  .pl-lg-156 {
    padding-left: 156px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pt-lg-164 {
    padding-top: 164px !important;
  }
  .pr-lg-164 {
    padding-right: 164px !important;
  }
  .pb-lg-164 {
    padding-bottom: 164px !important;
  }
  .pl-lg-164 {
    padding-left: 164px !important;
  }
  .pt-lg-168 {
    padding-top: 168px !important;
  }
  .pr-lg-168 {
    padding-right: 168px !important;
  }
  .pb-lg-168 {
    padding-bottom: 168px !important;
  }
  .pl-lg-168 {
    padding-left: 168px !important;
  }
  .pt-lg-172 {
    padding-top: 172px !important;
  }
  .pr-lg-172 {
    padding-right: 172px !important;
  }
  .pb-lg-172 {
    padding-bottom: 172px !important;
  }
  .pl-lg-172 {
    padding-left: 172px !important;
  }
  .pt-lg-176 {
    padding-top: 176px !important;
  }
  .pr-lg-176 {
    padding-right: 176px !important;
  }
  .pb-lg-176 {
    padding-bottom: 176px !important;
  }
  .pl-lg-176 {
    padding-left: 176px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  .pt-lg-184 {
    padding-top: 184px !important;
  }
  .pr-lg-184 {
    padding-right: 184px !important;
  }
  .pb-lg-184 {
    padding-bottom: 184px !important;
  }
  .pl-lg-184 {
    padding-left: 184px !important;
  }
  .pt-lg-188 {
    padding-top: 188px !important;
  }
  .pr-lg-188 {
    padding-right: 188px !important;
  }
  .pb-lg-188 {
    padding-bottom: 188px !important;
  }
  .pl-lg-188 {
    padding-left: 188px !important;
  }
  .pt-lg-192 {
    padding-top: 192px !important;
  }
  .pr-lg-192 {
    padding-right: 192px !important;
  }
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
  .pl-lg-192 {
    padding-left: 192px !important;
  }
  .pt-lg-196 {
    padding-top: 196px !important;
  }
  .pr-lg-196 {
    padding-right: 196px !important;
  }
  .pb-lg-196 {
    padding-bottom: 196px !important;
  }
  .pl-lg-196 {
    padding-left: 196px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pt-lg-204 {
    padding-top: 204px !important;
  }
  .pr-lg-204 {
    padding-right: 204px !important;
  }
  .pb-lg-204 {
    padding-bottom: 204px !important;
  }
  .pl-lg-204 {
    padding-left: 204px !important;
  }
  .pt-lg-208 {
    padding-top: 208px !important;
  }
  .pr-lg-208 {
    padding-right: 208px !important;
  }
  .pb-lg-208 {
    padding-bottom: 208px !important;
  }
  .pl-lg-208 {
    padding-left: 208px !important;
  }
  .pt-lg-212 {
    padding-top: 212px !important;
  }
  .pr-lg-212 {
    padding-right: 212px !important;
  }
  .pb-lg-212 {
    padding-bottom: 212px !important;
  }
  .pl-lg-212 {
    padding-left: 212px !important;
  }
  .pt-lg-216 {
    padding-top: 216px !important;
  }
  .pr-lg-216 {
    padding-right: 216px !important;
  }
  .pb-lg-216 {
    padding-bottom: 216px !important;
  }
  .pl-lg-216 {
    padding-left: 216px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
  .pr-lg-220 {
    padding-right: 220px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
  .pl-lg-220 {
    padding-left: 220px !important;
  }
  .pt-lg-224 {
    padding-top: 224px !important;
  }
  .pr-lg-224 {
    padding-right: 224px !important;
  }
  .pb-lg-224 {
    padding-bottom: 224px !important;
  }
  .pl-lg-224 {
    padding-left: 224px !important;
  }
  .pt-lg-228 {
    padding-top: 228px !important;
  }
  .pr-lg-228 {
    padding-right: 228px !important;
  }
  .pb-lg-228 {
    padding-bottom: 228px !important;
  }
  .pl-lg-228 {
    padding-left: 228px !important;
  }
  .pt-lg-232 {
    padding-top: 232px !important;
  }
  .pr-lg-232 {
    padding-right: 232px !important;
  }
  .pb-lg-232 {
    padding-bottom: 232px !important;
  }
  .pl-lg-232 {
    padding-left: 232px !important;
  }
  .pt-lg-236 {
    padding-top: 236px !important;
  }
  .pr-lg-236 {
    padding-right: 236px !important;
  }
  .pb-lg-236 {
    padding-bottom: 236px !important;
  }
  .pl-lg-236 {
    padding-left: 236px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
  .pr-lg-240 {
    padding-right: 240px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
  .pl-lg-240 {
    padding-left: 240px !important;
  }
  .pt-lg-244 {
    padding-top: 244px !important;
  }
  .pr-lg-244 {
    padding-right: 244px !important;
  }
  .pb-lg-244 {
    padding-bottom: 244px !important;
  }
  .pl-lg-244 {
    padding-left: 244px !important;
  }
  .pt-lg-248 {
    padding-top: 248px !important;
  }
  .pr-lg-248 {
    padding-right: 248px !important;
  }
  .pb-lg-248 {
    padding-bottom: 248px !important;
  }
  .pl-lg-248 {
    padding-left: 248px !important;
  }
  .pt-lg-252 {
    padding-top: 252px !important;
  }
  .pr-lg-252 {
    padding-right: 252px !important;
  }
  .pb-lg-252 {
    padding-bottom: 252px !important;
  }
  .pl-lg-252 {
    padding-left: 252px !important;
  }
  .pt-lg-256 {
    padding-top: 256px !important;
  }
  .pr-lg-256 {
    padding-right: 256px !important;
  }
  .pb-lg-256 {
    padding-bottom: 256px !important;
  }
  .pl-lg-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-xl-0 {
    margin: 0px !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-28 {
    margin: 28px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-36 {
    margin: 36px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-44 {
    margin: 44px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-52 {
    margin: 52px !important;
  }
  .m-xl-56 {
    margin: 56px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-68 {
    margin: 68px !important;
  }
  .m-xl-72 {
    margin: 72px !important;
  }
  .m-xl-76 {
    margin: 76px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-84 {
    margin: 84px !important;
  }
  .m-xl-88 {
    margin: 88px !important;
  }
  .m-xl-92 {
    margin: 92px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-104 {
    margin: 104px !important;
  }
  .m-xl-108 {
    margin: 108px !important;
  }
  .m-xl-112 {
    margin: 112px !important;
  }
  .m-xl-116 {
    margin: 116px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-124 {
    margin: 124px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .m-xl-132 {
    margin: 132px !important;
  }
  .m-xl-136 {
    margin: 136px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .m-xl-144 {
    margin: 144px !important;
  }
  .m-xl-148 {
    margin: 148px !important;
  }
  .m-xl-152 {
    margin: 152px !important;
  }
  .m-xl-156 {
    margin: 156px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-164 {
    margin: 164px !important;
  }
  .m-xl-168 {
    margin: 168px !important;
  }
  .m-xl-172 {
    margin: 172px !important;
  }
  .m-xl-176 {
    margin: 176px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .m-xl-184 {
    margin: 184px !important;
  }
  .m-xl-188 {
    margin: 188px !important;
  }
  .m-xl-192 {
    margin: 192px !important;
  }
  .m-xl-196 {
    margin: 196px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .m-xl-204 {
    margin: 204px !important;
  }
  .m-xl-208 {
    margin: 208px !important;
  }
  .m-xl-212 {
    margin: 212px !important;
  }
  .m-xl-216 {
    margin: 216px !important;
  }
  .m-xl-220 {
    margin: 220px !important;
  }
  .m-xl-224 {
    margin: 224px !important;
  }
  .m-xl-228 {
    margin: 228px !important;
  }
  .m-xl-232 {
    margin: 232px !important;
  }
  .m-xl-236 {
    margin: 236px !important;
  }
  .m-xl-240 {
    margin: 240px !important;
  }
  .m-xl-244 {
    margin: 244px !important;
  }
  .m-xl-248 {
    margin: 248px !important;
  }
  .m-xl-252 {
    margin: 252px !important;
  }
  .m-xl-256 {
    margin: 256px !important;
  }
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-xl-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-xl-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-xl-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-xl-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-xl-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-xl-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-xl-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-xl-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-xl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-xl-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-xl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-xl-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-xl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-xl-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-xl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-xl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-xl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-xl-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-xl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-xl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-xl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-xl-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-xl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-xl-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-xl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-xl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-xl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-xl-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-xl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-xl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-xl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-xl-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-xl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-xl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-xl-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-xl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-xl-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-xl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-xl-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-xl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-xl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-xl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-xl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-xl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-xl-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-xl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-xl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-xl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-xl-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-xl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-xl-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-xl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-xl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-xl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-xl-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-xl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-xl-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-xl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mr-xl-4 {
    margin-right: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ml-xl-4 {
    margin-left: 4px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mr-xl-8 {
    margin-right: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ml-xl-8 {
    margin-left: 8px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .mt-xl-28 {
    margin-top: 28px !important;
  }
  .mr-xl-28 {
    margin-right: 28px !important;
  }
  .mb-xl-28 {
    margin-bottom: 28px !important;
  }
  .ml-xl-28 {
    margin-left: 28px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mr-xl-32 {
    margin-right: 32px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .ml-xl-32 {
    margin-left: 32px !important;
  }
  .mt-xl-36 {
    margin-top: 36px !important;
  }
  .mr-xl-36 {
    margin-right: 36px !important;
  }
  .mb-xl-36 {
    margin-bottom: 36px !important;
  }
  .ml-xl-36 {
    margin-left: 36px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mt-xl-44 {
    margin-top: 44px !important;
  }
  .mr-xl-44 {
    margin-right: 44px !important;
  }
  .mb-xl-44 {
    margin-bottom: 44px !important;
  }
  .ml-xl-44 {
    margin-left: 44px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mr-xl-48 {
    margin-right: 48px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .ml-xl-48 {
    margin-left: 48px !important;
  }
  .mt-xl-52 {
    margin-top: 52px !important;
  }
  .mr-xl-52 {
    margin-right: 52px !important;
  }
  .mb-xl-52 {
    margin-bottom: 52px !important;
  }
  .ml-xl-52 {
    margin-left: 52px !important;
  }
  .mt-xl-56 {
    margin-top: 56px !important;
  }
  .mr-xl-56 {
    margin-right: 56px !important;
  }
  .mb-xl-56 {
    margin-bottom: 56px !important;
  }
  .ml-xl-56 {
    margin-left: 56px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mr-xl-64 {
    margin-right: 64px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .ml-xl-64 {
    margin-left: 64px !important;
  }
  .mt-xl-68 {
    margin-top: 68px !important;
  }
  .mr-xl-68 {
    margin-right: 68px !important;
  }
  .mb-xl-68 {
    margin-bottom: 68px !important;
  }
  .ml-xl-68 {
    margin-left: 68px !important;
  }
  .mt-xl-72 {
    margin-top: 72px !important;
  }
  .mr-xl-72 {
    margin-right: 72px !important;
  }
  .mb-xl-72 {
    margin-bottom: 72px !important;
  }
  .ml-xl-72 {
    margin-left: 72px !important;
  }
  .mt-xl-76 {
    margin-top: 76px !important;
  }
  .mr-xl-76 {
    margin-right: 76px !important;
  }
  .mb-xl-76 {
    margin-bottom: 76px !important;
  }
  .ml-xl-76 {
    margin-left: 76px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mt-xl-84 {
    margin-top: 84px !important;
  }
  .mr-xl-84 {
    margin-right: 84px !important;
  }
  .mb-xl-84 {
    margin-bottom: 84px !important;
  }
  .ml-xl-84 {
    margin-left: 84px !important;
  }
  .mt-xl-88 {
    margin-top: 88px !important;
  }
  .mr-xl-88 {
    margin-right: 88px !important;
  }
  .mb-xl-88 {
    margin-bottom: 88px !important;
  }
  .ml-xl-88 {
    margin-left: 88px !important;
  }
  .mt-xl-92 {
    margin-top: 92px !important;
  }
  .mr-xl-92 {
    margin-right: 92px !important;
  }
  .mb-xl-92 {
    margin-bottom: 92px !important;
  }
  .ml-xl-92 {
    margin-left: 92px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mr-xl-96 {
    margin-right: 96px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .ml-xl-96 {
    margin-left: 96px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mt-xl-104 {
    margin-top: 104px !important;
  }
  .mr-xl-104 {
    margin-right: 104px !important;
  }
  .mb-xl-104 {
    margin-bottom: 104px !important;
  }
  .ml-xl-104 {
    margin-left: 104px !important;
  }
  .mt-xl-108 {
    margin-top: 108px !important;
  }
  .mr-xl-108 {
    margin-right: 108px !important;
  }
  .mb-xl-108 {
    margin-bottom: 108px !important;
  }
  .ml-xl-108 {
    margin-left: 108px !important;
  }
  .mt-xl-112 {
    margin-top: 112px !important;
  }
  .mr-xl-112 {
    margin-right: 112px !important;
  }
  .mb-xl-112 {
    margin-bottom: 112px !important;
  }
  .ml-xl-112 {
    margin-left: 112px !important;
  }
  .mt-xl-116 {
    margin-top: 116px !important;
  }
  .mr-xl-116 {
    margin-right: 116px !important;
  }
  .mb-xl-116 {
    margin-bottom: 116px !important;
  }
  .ml-xl-116 {
    margin-left: 116px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .mt-xl-124 {
    margin-top: 124px !important;
  }
  .mr-xl-124 {
    margin-right: 124px !important;
  }
  .mb-xl-124 {
    margin-bottom: 124px !important;
  }
  .ml-xl-124 {
    margin-left: 124px !important;
  }
  .mt-xl-128 {
    margin-top: 128px !important;
  }
  .mr-xl-128 {
    margin-right: 128px !important;
  }
  .mb-xl-128 {
    margin-bottom: 128px !important;
  }
  .ml-xl-128 {
    margin-left: 128px !important;
  }
  .mt-xl-132 {
    margin-top: 132px !important;
  }
  .mr-xl-132 {
    margin-right: 132px !important;
  }
  .mb-xl-132 {
    margin-bottom: 132px !important;
  }
  .ml-xl-132 {
    margin-left: 132px !important;
  }
  .mt-xl-136 {
    margin-top: 136px !important;
  }
  .mr-xl-136 {
    margin-right: 136px !important;
  }
  .mb-xl-136 {
    margin-bottom: 136px !important;
  }
  .ml-xl-136 {
    margin-left: 136px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .mt-xl-144 {
    margin-top: 144px !important;
  }
  .mr-xl-144 {
    margin-right: 144px !important;
  }
  .mb-xl-144 {
    margin-bottom: 144px !important;
  }
  .ml-xl-144 {
    margin-left: 144px !important;
  }
  .mt-xl-148 {
    margin-top: 148px !important;
  }
  .mr-xl-148 {
    margin-right: 148px !important;
  }
  .mb-xl-148 {
    margin-bottom: 148px !important;
  }
  .ml-xl-148 {
    margin-left: 148px !important;
  }
  .mt-xl-152 {
    margin-top: 152px !important;
  }
  .mr-xl-152 {
    margin-right: 152px !important;
  }
  .mb-xl-152 {
    margin-bottom: 152px !important;
  }
  .ml-xl-152 {
    margin-left: 152px !important;
  }
  .mt-xl-156 {
    margin-top: 156px !important;
  }
  .mr-xl-156 {
    margin-right: 156px !important;
  }
  .mb-xl-156 {
    margin-bottom: 156px !important;
  }
  .ml-xl-156 {
    margin-left: 156px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .mt-xl-164 {
    margin-top: 164px !important;
  }
  .mr-xl-164 {
    margin-right: 164px !important;
  }
  .mb-xl-164 {
    margin-bottom: 164px !important;
  }
  .ml-xl-164 {
    margin-left: 164px !important;
  }
  .mt-xl-168 {
    margin-top: 168px !important;
  }
  .mr-xl-168 {
    margin-right: 168px !important;
  }
  .mb-xl-168 {
    margin-bottom: 168px !important;
  }
  .ml-xl-168 {
    margin-left: 168px !important;
  }
  .mt-xl-172 {
    margin-top: 172px !important;
  }
  .mr-xl-172 {
    margin-right: 172px !important;
  }
  .mb-xl-172 {
    margin-bottom: 172px !important;
  }
  .ml-xl-172 {
    margin-left: 172px !important;
  }
  .mt-xl-176 {
    margin-top: 176px !important;
  }
  .mr-xl-176 {
    margin-right: 176px !important;
  }
  .mb-xl-176 {
    margin-bottom: 176px !important;
  }
  .ml-xl-176 {
    margin-left: 176px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .mt-xl-184 {
    margin-top: 184px !important;
  }
  .mr-xl-184 {
    margin-right: 184px !important;
  }
  .mb-xl-184 {
    margin-bottom: 184px !important;
  }
  .ml-xl-184 {
    margin-left: 184px !important;
  }
  .mt-xl-188 {
    margin-top: 188px !important;
  }
  .mr-xl-188 {
    margin-right: 188px !important;
  }
  .mb-xl-188 {
    margin-bottom: 188px !important;
  }
  .ml-xl-188 {
    margin-left: 188px !important;
  }
  .mt-xl-192 {
    margin-top: 192px !important;
  }
  .mr-xl-192 {
    margin-right: 192px !important;
  }
  .mb-xl-192 {
    margin-bottom: 192px !important;
  }
  .ml-xl-192 {
    margin-left: 192px !important;
  }
  .mt-xl-196 {
    margin-top: 196px !important;
  }
  .mr-xl-196 {
    margin-right: 196px !important;
  }
  .mb-xl-196 {
    margin-bottom: 196px !important;
  }
  .ml-xl-196 {
    margin-left: 196px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .mt-xl-204 {
    margin-top: 204px !important;
  }
  .mr-xl-204 {
    margin-right: 204px !important;
  }
  .mb-xl-204 {
    margin-bottom: 204px !important;
  }
  .ml-xl-204 {
    margin-left: 204px !important;
  }
  .mt-xl-208 {
    margin-top: 208px !important;
  }
  .mr-xl-208 {
    margin-right: 208px !important;
  }
  .mb-xl-208 {
    margin-bottom: 208px !important;
  }
  .ml-xl-208 {
    margin-left: 208px !important;
  }
  .mt-xl-212 {
    margin-top: 212px !important;
  }
  .mr-xl-212 {
    margin-right: 212px !important;
  }
  .mb-xl-212 {
    margin-bottom: 212px !important;
  }
  .ml-xl-212 {
    margin-left: 212px !important;
  }
  .mt-xl-216 {
    margin-top: 216px !important;
  }
  .mr-xl-216 {
    margin-right: 216px !important;
  }
  .mb-xl-216 {
    margin-bottom: 216px !important;
  }
  .ml-xl-216 {
    margin-left: 216px !important;
  }
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .mr-xl-220 {
    margin-right: 220px !important;
  }
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .ml-xl-220 {
    margin-left: 220px !important;
  }
  .mt-xl-224 {
    margin-top: 224px !important;
  }
  .mr-xl-224 {
    margin-right: 224px !important;
  }
  .mb-xl-224 {
    margin-bottom: 224px !important;
  }
  .ml-xl-224 {
    margin-left: 224px !important;
  }
  .mt-xl-228 {
    margin-top: 228px !important;
  }
  .mr-xl-228 {
    margin-right: 228px !important;
  }
  .mb-xl-228 {
    margin-bottom: 228px !important;
  }
  .ml-xl-228 {
    margin-left: 228px !important;
  }
  .mt-xl-232 {
    margin-top: 232px !important;
  }
  .mr-xl-232 {
    margin-right: 232px !important;
  }
  .mb-xl-232 {
    margin-bottom: 232px !important;
  }
  .ml-xl-232 {
    margin-left: 232px !important;
  }
  .mt-xl-236 {
    margin-top: 236px !important;
  }
  .mr-xl-236 {
    margin-right: 236px !important;
  }
  .mb-xl-236 {
    margin-bottom: 236px !important;
  }
  .ml-xl-236 {
    margin-left: 236px !important;
  }
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .mr-xl-240 {
    margin-right: 240px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .ml-xl-240 {
    margin-left: 240px !important;
  }
  .mt-xl-244 {
    margin-top: 244px !important;
  }
  .mr-xl-244 {
    margin-right: 244px !important;
  }
  .mb-xl-244 {
    margin-bottom: 244px !important;
  }
  .ml-xl-244 {
    margin-left: 244px !important;
  }
  .mt-xl-248 {
    margin-top: 248px !important;
  }
  .mr-xl-248 {
    margin-right: 248px !important;
  }
  .mb-xl-248 {
    margin-bottom: 248px !important;
  }
  .ml-xl-248 {
    margin-left: 248px !important;
  }
  .mt-xl-252 {
    margin-top: 252px !important;
  }
  .mr-xl-252 {
    margin-right: 252px !important;
  }
  .mb-xl-252 {
    margin-bottom: 252px !important;
  }
  .ml-xl-252 {
    margin-left: 252px !important;
  }
  .mt-xl-256 {
    margin-top: 256px !important;
  }
  .mr-xl-256 {
    margin-right: 256px !important;
  }
  .mb-xl-256 {
    margin-bottom: 256px !important;
  }
  .ml-xl-256 {
    margin-left: 256px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-28 {
    padding: 28px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-36 {
    padding: 36px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-44 {
    padding: 44px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-52 {
    padding: 52px !important;
  }
  .p-xl-56 {
    padding: 56px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-68 {
    padding: 68px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .p-xl-76 {
    padding: 76px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-84 {
    padding: 84px !important;
  }
  .p-xl-88 {
    padding: 88px !important;
  }
  .p-xl-92 {
    padding: 92px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-104 {
    padding: 104px !important;
  }
  .p-xl-108 {
    padding: 108px !important;
  }
  .p-xl-112 {
    padding: 112px !important;
  }
  .p-xl-116 {
    padding: 116px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-124 {
    padding: 124px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .p-xl-132 {
    padding: 132px !important;
  }
  .p-xl-136 {
    padding: 136px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .p-xl-144 {
    padding: 144px !important;
  }
  .p-xl-148 {
    padding: 148px !important;
  }
  .p-xl-152 {
    padding: 152px !important;
  }
  .p-xl-156 {
    padding: 156px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-164 {
    padding: 164px !important;
  }
  .p-xl-168 {
    padding: 168px !important;
  }
  .p-xl-172 {
    padding: 172px !important;
  }
  .p-xl-176 {
    padding: 176px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .p-xl-184 {
    padding: 184px !important;
  }
  .p-xl-188 {
    padding: 188px !important;
  }
  .p-xl-192 {
    padding: 192px !important;
  }
  .p-xl-196 {
    padding: 196px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .p-xl-204 {
    padding: 204px !important;
  }
  .p-xl-208 {
    padding: 208px !important;
  }
  .p-xl-212 {
    padding: 212px !important;
  }
  .p-xl-216 {
    padding: 216px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
  .p-xl-224 {
    padding: 224px !important;
  }
  .p-xl-228 {
    padding: 228px !important;
  }
  .p-xl-232 {
    padding: 232px !important;
  }
  .p-xl-236 {
    padding: 236px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
  .p-xl-244 {
    padding: 244px !important;
  }
  .p-xl-248 {
    padding: 248px !important;
  }
  .p-xl-252 {
    padding: 252px !important;
  }
  .p-xl-256 {
    padding: 256px !important;
  }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-xl-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-xl-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-xl-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-xl-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-xl-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-xl-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-xl-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-xl-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-xl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-xl-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-xl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-xl-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-xl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-xl-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-xl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-xl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-xl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-xl-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-xl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-xl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-xl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-xl-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-xl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-xl-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-xl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-xl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-xl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-xl-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-xl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-xl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-xl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-xl-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-xl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-xl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-xl-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-xl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-xl-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-xl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-xl-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-xl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-xl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-xl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-xl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-xl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-xl-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-xl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-xl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-xl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-xl-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-xl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-xl-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-xl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-xl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-xl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-xl-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-xl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-xl-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-xl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pr-xl-4 {
    padding-right: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .pl-xl-4 {
    padding-left: 4px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pr-xl-8 {
    padding-right: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pl-xl-8 {
    padding-left: 8px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
  .pt-xl-28 {
    padding-top: 28px !important;
  }
  .pr-xl-28 {
    padding-right: 28px !important;
  }
  .pb-xl-28 {
    padding-bottom: 28px !important;
  }
  .pl-xl-28 {
    padding-left: 28px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pr-xl-32 {
    padding-right: 32px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pl-xl-32 {
    padding-left: 32px !important;
  }
  .pt-xl-36 {
    padding-top: 36px !important;
  }
  .pr-xl-36 {
    padding-right: 36px !important;
  }
  .pb-xl-36 {
    padding-bottom: 36px !important;
  }
  .pl-xl-36 {
    padding-left: 36px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pt-xl-44 {
    padding-top: 44px !important;
  }
  .pr-xl-44 {
    padding-right: 44px !important;
  }
  .pb-xl-44 {
    padding-bottom: 44px !important;
  }
  .pl-xl-44 {
    padding-left: 44px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pr-xl-48 {
    padding-right: 48px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pl-xl-48 {
    padding-left: 48px !important;
  }
  .pt-xl-52 {
    padding-top: 52px !important;
  }
  .pr-xl-52 {
    padding-right: 52px !important;
  }
  .pb-xl-52 {
    padding-bottom: 52px !important;
  }
  .pl-xl-52 {
    padding-left: 52px !important;
  }
  .pt-xl-56 {
    padding-top: 56px !important;
  }
  .pr-xl-56 {
    padding-right: 56px !important;
  }
  .pb-xl-56 {
    padding-bottom: 56px !important;
  }
  .pl-xl-56 {
    padding-left: 56px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pr-xl-64 {
    padding-right: 64px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pl-xl-64 {
    padding-left: 64px !important;
  }
  .pt-xl-68 {
    padding-top: 68px !important;
  }
  .pr-xl-68 {
    padding-right: 68px !important;
  }
  .pb-xl-68 {
    padding-bottom: 68px !important;
  }
  .pl-xl-68 {
    padding-left: 68px !important;
  }
  .pt-xl-72 {
    padding-top: 72px !important;
  }
  .pr-xl-72 {
    padding-right: 72px !important;
  }
  .pb-xl-72 {
    padding-bottom: 72px !important;
  }
  .pl-xl-72 {
    padding-left: 72px !important;
  }
  .pt-xl-76 {
    padding-top: 76px !important;
  }
  .pr-xl-76 {
    padding-right: 76px !important;
  }
  .pb-xl-76 {
    padding-bottom: 76px !important;
  }
  .pl-xl-76 {
    padding-left: 76px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pt-xl-84 {
    padding-top: 84px !important;
  }
  .pr-xl-84 {
    padding-right: 84px !important;
  }
  .pb-xl-84 {
    padding-bottom: 84px !important;
  }
  .pl-xl-84 {
    padding-left: 84px !important;
  }
  .pt-xl-88 {
    padding-top: 88px !important;
  }
  .pr-xl-88 {
    padding-right: 88px !important;
  }
  .pb-xl-88 {
    padding-bottom: 88px !important;
  }
  .pl-xl-88 {
    padding-left: 88px !important;
  }
  .pt-xl-92 {
    padding-top: 92px !important;
  }
  .pr-xl-92 {
    padding-right: 92px !important;
  }
  .pb-xl-92 {
    padding-bottom: 92px !important;
  }
  .pl-xl-92 {
    padding-left: 92px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pr-xl-96 {
    padding-right: 96px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pl-xl-96 {
    padding-left: 96px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pt-xl-104 {
    padding-top: 104px !important;
  }
  .pr-xl-104 {
    padding-right: 104px !important;
  }
  .pb-xl-104 {
    padding-bottom: 104px !important;
  }
  .pl-xl-104 {
    padding-left: 104px !important;
  }
  .pt-xl-108 {
    padding-top: 108px !important;
  }
  .pr-xl-108 {
    padding-right: 108px !important;
  }
  .pb-xl-108 {
    padding-bottom: 108px !important;
  }
  .pl-xl-108 {
    padding-left: 108px !important;
  }
  .pt-xl-112 {
    padding-top: 112px !important;
  }
  .pr-xl-112 {
    padding-right: 112px !important;
  }
  .pb-xl-112 {
    padding-bottom: 112px !important;
  }
  .pl-xl-112 {
    padding-left: 112px !important;
  }
  .pt-xl-116 {
    padding-top: 116px !important;
  }
  .pr-xl-116 {
    padding-right: 116px !important;
  }
  .pb-xl-116 {
    padding-bottom: 116px !important;
  }
  .pl-xl-116 {
    padding-left: 116px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
  .pt-xl-124 {
    padding-top: 124px !important;
  }
  .pr-xl-124 {
    padding-right: 124px !important;
  }
  .pb-xl-124 {
    padding-bottom: 124px !important;
  }
  .pl-xl-124 {
    padding-left: 124px !important;
  }
  .pt-xl-128 {
    padding-top: 128px !important;
  }
  .pr-xl-128 {
    padding-right: 128px !important;
  }
  .pb-xl-128 {
    padding-bottom: 128px !important;
  }
  .pl-xl-128 {
    padding-left: 128px !important;
  }
  .pt-xl-132 {
    padding-top: 132px !important;
  }
  .pr-xl-132 {
    padding-right: 132px !important;
  }
  .pb-xl-132 {
    padding-bottom: 132px !important;
  }
  .pl-xl-132 {
    padding-left: 132px !important;
  }
  .pt-xl-136 {
    padding-top: 136px !important;
  }
  .pr-xl-136 {
    padding-right: 136px !important;
  }
  .pb-xl-136 {
    padding-bottom: 136px !important;
  }
  .pl-xl-136 {
    padding-left: 136px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
  .pt-xl-144 {
    padding-top: 144px !important;
  }
  .pr-xl-144 {
    padding-right: 144px !important;
  }
  .pb-xl-144 {
    padding-bottom: 144px !important;
  }
  .pl-xl-144 {
    padding-left: 144px !important;
  }
  .pt-xl-148 {
    padding-top: 148px !important;
  }
  .pr-xl-148 {
    padding-right: 148px !important;
  }
  .pb-xl-148 {
    padding-bottom: 148px !important;
  }
  .pl-xl-148 {
    padding-left: 148px !important;
  }
  .pt-xl-152 {
    padding-top: 152px !important;
  }
  .pr-xl-152 {
    padding-right: 152px !important;
  }
  .pb-xl-152 {
    padding-bottom: 152px !important;
  }
  .pl-xl-152 {
    padding-left: 152px !important;
  }
  .pt-xl-156 {
    padding-top: 156px !important;
  }
  .pr-xl-156 {
    padding-right: 156px !important;
  }
  .pb-xl-156 {
    padding-bottom: 156px !important;
  }
  .pl-xl-156 {
    padding-left: 156px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
  .pt-xl-164 {
    padding-top: 164px !important;
  }
  .pr-xl-164 {
    padding-right: 164px !important;
  }
  .pb-xl-164 {
    padding-bottom: 164px !important;
  }
  .pl-xl-164 {
    padding-left: 164px !important;
  }
  .pt-xl-168 {
    padding-top: 168px !important;
  }
  .pr-xl-168 {
    padding-right: 168px !important;
  }
  .pb-xl-168 {
    padding-bottom: 168px !important;
  }
  .pl-xl-168 {
    padding-left: 168px !important;
  }
  .pt-xl-172 {
    padding-top: 172px !important;
  }
  .pr-xl-172 {
    padding-right: 172px !important;
  }
  .pb-xl-172 {
    padding-bottom: 172px !important;
  }
  .pl-xl-172 {
    padding-left: 172px !important;
  }
  .pt-xl-176 {
    padding-top: 176px !important;
  }
  .pr-xl-176 {
    padding-right: 176px !important;
  }
  .pb-xl-176 {
    padding-bottom: 176px !important;
  }
  .pl-xl-176 {
    padding-left: 176px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
  .pt-xl-184 {
    padding-top: 184px !important;
  }
  .pr-xl-184 {
    padding-right: 184px !important;
  }
  .pb-xl-184 {
    padding-bottom: 184px !important;
  }
  .pl-xl-184 {
    padding-left: 184px !important;
  }
  .pt-xl-188 {
    padding-top: 188px !important;
  }
  .pr-xl-188 {
    padding-right: 188px !important;
  }
  .pb-xl-188 {
    padding-bottom: 188px !important;
  }
  .pl-xl-188 {
    padding-left: 188px !important;
  }
  .pt-xl-192 {
    padding-top: 192px !important;
  }
  .pr-xl-192 {
    padding-right: 192px !important;
  }
  .pb-xl-192 {
    padding-bottom: 192px !important;
  }
  .pl-xl-192 {
    padding-left: 192px !important;
  }
  .pt-xl-196 {
    padding-top: 196px !important;
  }
  .pr-xl-196 {
    padding-right: 196px !important;
  }
  .pb-xl-196 {
    padding-bottom: 196px !important;
  }
  .pl-xl-196 {
    padding-left: 196px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
  .pt-xl-204 {
    padding-top: 204px !important;
  }
  .pr-xl-204 {
    padding-right: 204px !important;
  }
  .pb-xl-204 {
    padding-bottom: 204px !important;
  }
  .pl-xl-204 {
    padding-left: 204px !important;
  }
  .pt-xl-208 {
    padding-top: 208px !important;
  }
  .pr-xl-208 {
    padding-right: 208px !important;
  }
  .pb-xl-208 {
    padding-bottom: 208px !important;
  }
  .pl-xl-208 {
    padding-left: 208px !important;
  }
  .pt-xl-212 {
    padding-top: 212px !important;
  }
  .pr-xl-212 {
    padding-right: 212px !important;
  }
  .pb-xl-212 {
    padding-bottom: 212px !important;
  }
  .pl-xl-212 {
    padding-left: 212px !important;
  }
  .pt-xl-216 {
    padding-top: 216px !important;
  }
  .pr-xl-216 {
    padding-right: 216px !important;
  }
  .pb-xl-216 {
    padding-bottom: 216px !important;
  }
  .pl-xl-216 {
    padding-left: 216px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
  .pr-xl-220 {
    padding-right: 220px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
  .pl-xl-220 {
    padding-left: 220px !important;
  }
  .pt-xl-224 {
    padding-top: 224px !important;
  }
  .pr-xl-224 {
    padding-right: 224px !important;
  }
  .pb-xl-224 {
    padding-bottom: 224px !important;
  }
  .pl-xl-224 {
    padding-left: 224px !important;
  }
  .pt-xl-228 {
    padding-top: 228px !important;
  }
  .pr-xl-228 {
    padding-right: 228px !important;
  }
  .pb-xl-228 {
    padding-bottom: 228px !important;
  }
  .pl-xl-228 {
    padding-left: 228px !important;
  }
  .pt-xl-232 {
    padding-top: 232px !important;
  }
  .pr-xl-232 {
    padding-right: 232px !important;
  }
  .pb-xl-232 {
    padding-bottom: 232px !important;
  }
  .pl-xl-232 {
    padding-left: 232px !important;
  }
  .pt-xl-236 {
    padding-top: 236px !important;
  }
  .pr-xl-236 {
    padding-right: 236px !important;
  }
  .pb-xl-236 {
    padding-bottom: 236px !important;
  }
  .pl-xl-236 {
    padding-left: 236px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
  .pr-xl-240 {
    padding-right: 240px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
  .pl-xl-240 {
    padding-left: 240px !important;
  }
  .pt-xl-244 {
    padding-top: 244px !important;
  }
  .pr-xl-244 {
    padding-right: 244px !important;
  }
  .pb-xl-244 {
    padding-bottom: 244px !important;
  }
  .pl-xl-244 {
    padding-left: 244px !important;
  }
  .pt-xl-248 {
    padding-top: 248px !important;
  }
  .pr-xl-248 {
    padding-right: 248px !important;
  }
  .pb-xl-248 {
    padding-bottom: 248px !important;
  }
  .pl-xl-248 {
    padding-left: 248px !important;
  }
  .pt-xl-252 {
    padding-top: 252px !important;
  }
  .pr-xl-252 {
    padding-right: 252px !important;
  }
  .pb-xl-252 {
    padding-bottom: 252px !important;
  }
  .pl-xl-252 {
    padding-left: 252px !important;
  }
  .pt-xl-256 {
    padding-top: 256px !important;
  }
  .pr-xl-256 {
    padding-right: 256px !important;
  }
  .pb-xl-256 {
    padding-bottom: 256px !important;
  }
  .pl-xl-256 {
    padding-left: 256px !important;
  }
}
.border,
.b {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.border-top,
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right,
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-bottom,
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-left,
.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.border-horizontal,
.bx {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-vertical,
.by {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-radius-100 {
  border-radius: 100%;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-16 {
  border-radius: 16px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
html,
body {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.boxed {
  max-width: 1200px;
  margin: 0 auto;
  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);
}
/*----------------------------------------------------------------*/
/*  @ Text rendering & box sizing
/*----------------------------------------------------------------*/
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
input {
  border: none;
  padding: 0 16px;
}
i,
mat-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}
i.s-4,
mat-icon.s-4 {
  font-size: 4px !important;
  width: 4px !important;
  height: 4px !important;
  min-width: 4px !important;
  min-height: 4px !important;
  line-height: 4px !important;
}
i.s-6,
mat-icon.s-6 {
  font-size: 6px !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  line-height: 6px !important;
}
i.s-8,
mat-icon.s-8 {
  font-size: 8px !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  line-height: 8px !important;
}
i.s-10,
mat-icon.s-10 {
  font-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  line-height: 10px !important;
}
i.s-12,
mat-icon.s-12 {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  line-height: 12px !important;
}
i.s-14,
mat-icon.s-14 {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  line-height: 14px !important;
}
i.s-16,
mat-icon.s-16 {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
}
i.s-18,
mat-icon.s-18 {
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  line-height: 18px !important;
}
i.s-20,
mat-icon.s-20 {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
}
i.s-22,
mat-icon.s-22 {
  font-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
}
i.s-24,
mat-icon.s-24 {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
}
i.s-26,
mat-icon.s-26 {
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  line-height: 26px !important;
}
i.s-28,
mat-icon.s-28 {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}
i.s-30,
mat-icon.s-30 {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
}
i.s-32,
mat-icon.s-32 {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
}
i.s-34,
mat-icon.s-34 {
  font-size: 34px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  line-height: 34px !important;
}
i.s-36,
mat-icon.s-36 {
  font-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}
i.s-38,
mat-icon.s-38 {
  font-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
}
i.s-40,
mat-icon.s-40 {
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
}
i.s-42,
mat-icon.s-42 {
  font-size: 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}
i.s-44,
mat-icon.s-44 {
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}
i.s-46,
mat-icon.s-46 {
  font-size: 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
}
i.s-48,
mat-icon.s-48 {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
}
i.s-50,
mat-icon.s-50 {
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}
i.s-52,
mat-icon.s-52 {
  font-size: 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  line-height: 52px !important;
}
i.s-54,
mat-icon.s-54 {
  font-size: 54px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  line-height: 54px !important;
}
i.s-56,
mat-icon.s-56 {
  font-size: 56px !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  line-height: 56px !important;
}
i.s-58,
mat-icon.s-58 {
  font-size: 58px !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  line-height: 58px !important;
}
i.s-60,
mat-icon.s-60 {
  font-size: 60px !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
}
i.s-62,
mat-icon.s-62 {
  font-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  line-height: 62px !important;
}
i.s-64,
mat-icon.s-64 {
  font-size: 64px !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  line-height: 64px !important;
}
i.s-66,
mat-icon.s-66 {
  font-size: 66px !important;
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
  line-height: 66px !important;
}
i.s-68,
mat-icon.s-68 {
  font-size: 68px !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  line-height: 68px !important;
}
i.s-70,
mat-icon.s-70 {
  font-size: 70px !important;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  line-height: 70px !important;
}
i.s-72,
mat-icon.s-72 {
  font-size: 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  line-height: 72px !important;
}
i.s-74,
mat-icon.s-74 {
  font-size: 74px !important;
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  min-height: 74px !important;
  line-height: 74px !important;
}
i.s-76,
mat-icon.s-76 {
  font-size: 76px !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  line-height: 76px !important;
}
i.s-78,
mat-icon.s-78 {
  font-size: 78px !important;
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  line-height: 78px !important;
}
i.s-80,
mat-icon.s-80 {
  font-size: 80px !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  line-height: 80px !important;
}
i.s-82,
mat-icon.s-82 {
  font-size: 82px !important;
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  line-height: 82px !important;
}
i.s-84,
mat-icon.s-84 {
  font-size: 84px !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  line-height: 84px !important;
}
i.s-86,
mat-icon.s-86 {
  font-size: 86px !important;
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  min-height: 86px !important;
  line-height: 86px !important;
}
i.s-88,
mat-icon.s-88 {
  font-size: 88px !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  line-height: 88px !important;
}
i.s-90,
mat-icon.s-90 {
  font-size: 90px !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  line-height: 90px !important;
}
i.s-92,
mat-icon.s-92 {
  font-size: 92px !important;
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  line-height: 92px !important;
}
i.s-94,
mat-icon.s-94 {
  font-size: 94px !important;
  width: 94px !important;
  height: 94px !important;
  min-width: 94px !important;
  min-height: 94px !important;
  line-height: 94px !important;
}
i.s-96,
mat-icon.s-96 {
  font-size: 96px !important;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  line-height: 96px !important;
}
i.s-98,
mat-icon.s-98 {
  font-size: 98px !important;
  width: 98px !important;
  height: 98px !important;
  min-width: 98px !important;
  min-height: 98px !important;
  line-height: 98px !important;
}
i.s-100,
mat-icon.s-100 {
  font-size: 100px !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  line-height: 100px !important;
}
i.s-102,
mat-icon.s-102 {
  font-size: 102px !important;
  width: 102px !important;
  height: 102px !important;
  min-width: 102px !important;
  min-height: 102px !important;
  line-height: 102px !important;
}
i.s-104,
mat-icon.s-104 {
  font-size: 104px !important;
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  min-height: 104px !important;
  line-height: 104px !important;
}
i.s-106,
mat-icon.s-106 {
  font-size: 106px !important;
  width: 106px !important;
  height: 106px !important;
  min-width: 106px !important;
  min-height: 106px !important;
  line-height: 106px !important;
}
i.s-108,
mat-icon.s-108 {
  font-size: 108px !important;
  width: 108px !important;
  height: 108px !important;
  min-width: 108px !important;
  min-height: 108px !important;
  line-height: 108px !important;
}
i.s-110,
mat-icon.s-110 {
  font-size: 110px !important;
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  min-height: 110px !important;
  line-height: 110px !important;
}
i.s-112,
mat-icon.s-112 {
  font-size: 112px !important;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  min-height: 112px !important;
  line-height: 112px !important;
}
i.s-114,
mat-icon.s-114 {
  font-size: 114px !important;
  width: 114px !important;
  height: 114px !important;
  min-width: 114px !important;
  min-height: 114px !important;
  line-height: 114px !important;
}
i.s-116,
mat-icon.s-116 {
  font-size: 116px !important;
  width: 116px !important;
  height: 116px !important;
  min-width: 116px !important;
  min-height: 116px !important;
  line-height: 116px !important;
}
i.s-118,
mat-icon.s-118 {
  font-size: 118px !important;
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  min-height: 118px !important;
  line-height: 118px !important;
}
i.s-120,
mat-icon.s-120 {
  font-size: 120px !important;
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  line-height: 120px !important;
}
i.s-122,
mat-icon.s-122 {
  font-size: 122px !important;
  width: 122px !important;
  height: 122px !important;
  min-width: 122px !important;
  min-height: 122px !important;
  line-height: 122px !important;
}
i.s-124,
mat-icon.s-124 {
  font-size: 124px !important;
  width: 124px !important;
  height: 124px !important;
  min-width: 124px !important;
  min-height: 124px !important;
  line-height: 124px !important;
}
i.s-126,
mat-icon.s-126 {
  font-size: 126px !important;
  width: 126px !important;
  height: 126px !important;
  min-width: 126px !important;
  min-height: 126px !important;
  line-height: 126px !important;
}
i.s-128,
mat-icon.s-128 {
  font-size: 128px !important;
  width: 128px !important;
  height: 128px !important;
  min-width: 128px !important;
  min-height: 128px !important;
  line-height: 128px !important;
}
i.s-130,
mat-icon.s-130 {
  font-size: 130px !important;
  width: 130px !important;
  height: 130px !important;
  min-width: 130px !important;
  min-height: 130px !important;
  line-height: 130px !important;
}
i.s-132,
mat-icon.s-132 {
  font-size: 132px !important;
  width: 132px !important;
  height: 132px !important;
  min-width: 132px !important;
  min-height: 132px !important;
  line-height: 132px !important;
}
i.s-134,
mat-icon.s-134 {
  font-size: 134px !important;
  width: 134px !important;
  height: 134px !important;
  min-width: 134px !important;
  min-height: 134px !important;
  line-height: 134px !important;
}
i.s-136,
mat-icon.s-136 {
  font-size: 136px !important;
  width: 136px !important;
  height: 136px !important;
  min-width: 136px !important;
  min-height: 136px !important;
  line-height: 136px !important;
}
i.s-138,
mat-icon.s-138 {
  font-size: 138px !important;
  width: 138px !important;
  height: 138px !important;
  min-width: 138px !important;
  min-height: 138px !important;
  line-height: 138px !important;
}
i.s-140,
mat-icon.s-140 {
  font-size: 140px !important;
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  line-height: 140px !important;
}
i.s-142,
mat-icon.s-142 {
  font-size: 142px !important;
  width: 142px !important;
  height: 142px !important;
  min-width: 142px !important;
  min-height: 142px !important;
  line-height: 142px !important;
}
i.s-144,
mat-icon.s-144 {
  font-size: 144px !important;
  width: 144px !important;
  height: 144px !important;
  min-width: 144px !important;
  min-height: 144px !important;
  line-height: 144px !important;
}
i.s-146,
mat-icon.s-146 {
  font-size: 146px !important;
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  line-height: 146px !important;
}
i.s-148,
mat-icon.s-148 {
  font-size: 148px !important;
  width: 148px !important;
  height: 148px !important;
  min-width: 148px !important;
  min-height: 148px !important;
  line-height: 148px !important;
}
i.s-150,
mat-icon.s-150 {
  font-size: 150px !important;
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  line-height: 150px !important;
}
i.s-152,
mat-icon.s-152 {
  font-size: 152px !important;
  width: 152px !important;
  height: 152px !important;
  min-width: 152px !important;
  min-height: 152px !important;
  line-height: 152px !important;
}
i.s-154,
mat-icon.s-154 {
  font-size: 154px !important;
  width: 154px !important;
  height: 154px !important;
  min-width: 154px !important;
  min-height: 154px !important;
  line-height: 154px !important;
}
i.s-156,
mat-icon.s-156 {
  font-size: 156px !important;
  width: 156px !important;
  height: 156px !important;
  min-width: 156px !important;
  min-height: 156px !important;
  line-height: 156px !important;
}
i.s-158,
mat-icon.s-158 {
  font-size: 158px !important;
  width: 158px !important;
  height: 158px !important;
  min-width: 158px !important;
  min-height: 158px !important;
  line-height: 158px !important;
}
i.s-160,
mat-icon.s-160 {
  font-size: 160px !important;
  width: 160px !important;
  height: 160px !important;
  min-width: 160px !important;
  min-height: 160px !important;
  line-height: 160px !important;
}
i.s-162,
mat-icon.s-162 {
  font-size: 162px !important;
  width: 162px !important;
  height: 162px !important;
  min-width: 162px !important;
  min-height: 162px !important;
  line-height: 162px !important;
}
i.s-164,
mat-icon.s-164 {
  font-size: 164px !important;
  width: 164px !important;
  height: 164px !important;
  min-width: 164px !important;
  min-height: 164px !important;
  line-height: 164px !important;
}
i.s-166,
mat-icon.s-166 {
  font-size: 166px !important;
  width: 166px !important;
  height: 166px !important;
  min-width: 166px !important;
  min-height: 166px !important;
  line-height: 166px !important;
}
i.s-168,
mat-icon.s-168 {
  font-size: 168px !important;
  width: 168px !important;
  height: 168px !important;
  min-width: 168px !important;
  min-height: 168px !important;
  line-height: 168px !important;
}
i.s-170,
mat-icon.s-170 {
  font-size: 170px !important;
  width: 170px !important;
  height: 170px !important;
  min-width: 170px !important;
  min-height: 170px !important;
  line-height: 170px !important;
}
i.s-172,
mat-icon.s-172 {
  font-size: 172px !important;
  width: 172px !important;
  height: 172px !important;
  min-width: 172px !important;
  min-height: 172px !important;
  line-height: 172px !important;
}
i.s-174,
mat-icon.s-174 {
  font-size: 174px !important;
  width: 174px !important;
  height: 174px !important;
  min-width: 174px !important;
  min-height: 174px !important;
  line-height: 174px !important;
}
i.s-176,
mat-icon.s-176 {
  font-size: 176px !important;
  width: 176px !important;
  height: 176px !important;
  min-width: 176px !important;
  min-height: 176px !important;
  line-height: 176px !important;
}
i.s-178,
mat-icon.s-178 {
  font-size: 178px !important;
  width: 178px !important;
  height: 178px !important;
  min-width: 178px !important;
  min-height: 178px !important;
  line-height: 178px !important;
}
i.s-180,
mat-icon.s-180 {
  font-size: 180px !important;
  width: 180px !important;
  height: 180px !important;
  min-width: 180px !important;
  min-height: 180px !important;
  line-height: 180px !important;
}
i.s-182,
mat-icon.s-182 {
  font-size: 182px !important;
  width: 182px !important;
  height: 182px !important;
  min-width: 182px !important;
  min-height: 182px !important;
  line-height: 182px !important;
}
i.s-184,
mat-icon.s-184 {
  font-size: 184px !important;
  width: 184px !important;
  height: 184px !important;
  min-width: 184px !important;
  min-height: 184px !important;
  line-height: 184px !important;
}
i.s-186,
mat-icon.s-186 {
  font-size: 186px !important;
  width: 186px !important;
  height: 186px !important;
  min-width: 186px !important;
  min-height: 186px !important;
  line-height: 186px !important;
}
i.s-188,
mat-icon.s-188 {
  font-size: 188px !important;
  width: 188px !important;
  height: 188px !important;
  min-width: 188px !important;
  min-height: 188px !important;
  line-height: 188px !important;
}
i.s-190,
mat-icon.s-190 {
  font-size: 190px !important;
  width: 190px !important;
  height: 190px !important;
  min-width: 190px !important;
  min-height: 190px !important;
  line-height: 190px !important;
}
i.s-192,
mat-icon.s-192 {
  font-size: 192px !important;
  width: 192px !important;
  height: 192px !important;
  min-width: 192px !important;
  min-height: 192px !important;
  line-height: 192px !important;
}
i.s-194,
mat-icon.s-194 {
  font-size: 194px !important;
  width: 194px !important;
  height: 194px !important;
  min-width: 194px !important;
  min-height: 194px !important;
  line-height: 194px !important;
}
i.s-196,
mat-icon.s-196 {
  font-size: 196px !important;
  width: 196px !important;
  height: 196px !important;
  min-width: 196px !important;
  min-height: 196px !important;
  line-height: 196px !important;
}
i.s-198,
mat-icon.s-198 {
  font-size: 198px !important;
  width: 198px !important;
  height: 198px !important;
  min-width: 198px !important;
  min-height: 198px !important;
  line-height: 198px !important;
}
i.s-200,
mat-icon.s-200 {
  font-size: 200px !important;
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  line-height: 200px !important;
}
i.s-202,
mat-icon.s-202 {
  font-size: 202px !important;
  width: 202px !important;
  height: 202px !important;
  min-width: 202px !important;
  min-height: 202px !important;
  line-height: 202px !important;
}
i.s-204,
mat-icon.s-204 {
  font-size: 204px !important;
  width: 204px !important;
  height: 204px !important;
  min-width: 204px !important;
  min-height: 204px !important;
  line-height: 204px !important;
}
i.s-206,
mat-icon.s-206 {
  font-size: 206px !important;
  width: 206px !important;
  height: 206px !important;
  min-width: 206px !important;
  min-height: 206px !important;
  line-height: 206px !important;
}
i.s-208,
mat-icon.s-208 {
  font-size: 208px !important;
  width: 208px !important;
  height: 208px !important;
  min-width: 208px !important;
  min-height: 208px !important;
  line-height: 208px !important;
}
i.s-210,
mat-icon.s-210 {
  font-size: 210px !important;
  width: 210px !important;
  height: 210px !important;
  min-width: 210px !important;
  min-height: 210px !important;
  line-height: 210px !important;
}
i.s-212,
mat-icon.s-212 {
  font-size: 212px !important;
  width: 212px !important;
  height: 212px !important;
  min-width: 212px !important;
  min-height: 212px !important;
  line-height: 212px !important;
}
i.s-214,
mat-icon.s-214 {
  font-size: 214px !important;
  width: 214px !important;
  height: 214px !important;
  min-width: 214px !important;
  min-height: 214px !important;
  line-height: 214px !important;
}
i.s-216,
mat-icon.s-216 {
  font-size: 216px !important;
  width: 216px !important;
  height: 216px !important;
  min-width: 216px !important;
  min-height: 216px !important;
  line-height: 216px !important;
}
i.s-218,
mat-icon.s-218 {
  font-size: 218px !important;
  width: 218px !important;
  height: 218px !important;
  min-width: 218px !important;
  min-height: 218px !important;
  line-height: 218px !important;
}
i.s-220,
mat-icon.s-220 {
  font-size: 220px !important;
  width: 220px !important;
  height: 220px !important;
  min-width: 220px !important;
  min-height: 220px !important;
  line-height: 220px !important;
}
i.s-222,
mat-icon.s-222 {
  font-size: 222px !important;
  width: 222px !important;
  height: 222px !important;
  min-width: 222px !important;
  min-height: 222px !important;
  line-height: 222px !important;
}
i.s-224,
mat-icon.s-224 {
  font-size: 224px !important;
  width: 224px !important;
  height: 224px !important;
  min-width: 224px !important;
  min-height: 224px !important;
  line-height: 224px !important;
}
i.s-226,
mat-icon.s-226 {
  font-size: 226px !important;
  width: 226px !important;
  height: 226px !important;
  min-width: 226px !important;
  min-height: 226px !important;
  line-height: 226px !important;
}
i.s-228,
mat-icon.s-228 {
  font-size: 228px !important;
  width: 228px !important;
  height: 228px !important;
  min-width: 228px !important;
  min-height: 228px !important;
  line-height: 228px !important;
}
i.s-230,
mat-icon.s-230 {
  font-size: 230px !important;
  width: 230px !important;
  height: 230px !important;
  min-width: 230px !important;
  min-height: 230px !important;
  line-height: 230px !important;
}
i.s-232,
mat-icon.s-232 {
  font-size: 232px !important;
  width: 232px !important;
  height: 232px !important;
  min-width: 232px !important;
  min-height: 232px !important;
  line-height: 232px !important;
}
i.s-234,
mat-icon.s-234 {
  font-size: 234px !important;
  width: 234px !important;
  height: 234px !important;
  min-width: 234px !important;
  min-height: 234px !important;
  line-height: 234px !important;
}
i.s-236,
mat-icon.s-236 {
  font-size: 236px !important;
  width: 236px !important;
  height: 236px !important;
  min-width: 236px !important;
  min-height: 236px !important;
  line-height: 236px !important;
}
i.s-238,
mat-icon.s-238 {
  font-size: 238px !important;
  width: 238px !important;
  height: 238px !important;
  min-width: 238px !important;
  min-height: 238px !important;
  line-height: 238px !important;
}
i.s-240,
mat-icon.s-240 {
  font-size: 240px !important;
  width: 240px !important;
  height: 240px !important;
  min-width: 240px !important;
  min-height: 240px !important;
  line-height: 240px !important;
}
i.s-242,
mat-icon.s-242 {
  font-size: 242px !important;
  width: 242px !important;
  height: 242px !important;
  min-width: 242px !important;
  min-height: 242px !important;
  line-height: 242px !important;
}
i.s-244,
mat-icon.s-244 {
  font-size: 244px !important;
  width: 244px !important;
  height: 244px !important;
  min-width: 244px !important;
  min-height: 244px !important;
  line-height: 244px !important;
}
i.s-246,
mat-icon.s-246 {
  font-size: 246px !important;
  width: 246px !important;
  height: 246px !important;
  min-width: 246px !important;
  min-height: 246px !important;
  line-height: 246px !important;
}
i.s-248,
mat-icon.s-248 {
  font-size: 248px !important;
  width: 248px !important;
  height: 248px !important;
  min-width: 248px !important;
  min-height: 248px !important;
  line-height: 248px !important;
}
i.s-250,
mat-icon.s-250 {
  font-size: 250px !important;
  width: 250px !important;
  height: 250px !important;
  min-width: 250px !important;
  min-height: 250px !important;
  line-height: 250px !important;
}
i.s-252,
mat-icon.s-252 {
  font-size: 252px !important;
  width: 252px !important;
  height: 252px !important;
  min-width: 252px !important;
  min-height: 252px !important;
  line-height: 252px !important;
}
i.s-254,
mat-icon.s-254 {
  font-size: 254px !important;
  width: 254px !important;
  height: 254px !important;
  min-width: 254px !important;
  min-height: 254px !important;
  line-height: 254px !important;
}
i.s-256,
mat-icon.s-256 {
  font-size: 256px !important;
  width: 256px !important;
  height: 256px !important;
  min-width: 256px !important;
  min-height: 256px !important;
  line-height: 256px !important;
}
@media screen and (min-width: 600px) {
  i.s-sm-4,
mat-icon.s-sm-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-sm-6,
mat-icon.s-sm-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-sm-8,
mat-icon.s-sm-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-sm-10,
mat-icon.s-sm-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-sm-12,
mat-icon.s-sm-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-sm-14,
mat-icon.s-sm-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-sm-16,
mat-icon.s-sm-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-sm-18,
mat-icon.s-sm-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-sm-20,
mat-icon.s-sm-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-sm-22,
mat-icon.s-sm-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-sm-24,
mat-icon.s-sm-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-sm-26,
mat-icon.s-sm-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-sm-28,
mat-icon.s-sm-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-sm-30,
mat-icon.s-sm-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-sm-32,
mat-icon.s-sm-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-sm-34,
mat-icon.s-sm-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-sm-36,
mat-icon.s-sm-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-sm-38,
mat-icon.s-sm-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-sm-40,
mat-icon.s-sm-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-sm-42,
mat-icon.s-sm-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-sm-44,
mat-icon.s-sm-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-sm-46,
mat-icon.s-sm-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-sm-48,
mat-icon.s-sm-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-sm-50,
mat-icon.s-sm-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-sm-52,
mat-icon.s-sm-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-sm-54,
mat-icon.s-sm-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-sm-56,
mat-icon.s-sm-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-sm-58,
mat-icon.s-sm-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-sm-60,
mat-icon.s-sm-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-sm-62,
mat-icon.s-sm-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-sm-64,
mat-icon.s-sm-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-sm-66,
mat-icon.s-sm-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-sm-68,
mat-icon.s-sm-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-sm-70,
mat-icon.s-sm-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-sm-72,
mat-icon.s-sm-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-sm-74,
mat-icon.s-sm-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-sm-76,
mat-icon.s-sm-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-sm-78,
mat-icon.s-sm-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-sm-80,
mat-icon.s-sm-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-sm-82,
mat-icon.s-sm-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-sm-84,
mat-icon.s-sm-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-sm-86,
mat-icon.s-sm-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-sm-88,
mat-icon.s-sm-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-sm-90,
mat-icon.s-sm-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-sm-92,
mat-icon.s-sm-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-sm-94,
mat-icon.s-sm-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-sm-96,
mat-icon.s-sm-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-sm-98,
mat-icon.s-sm-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-sm-100,
mat-icon.s-sm-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-sm-102,
mat-icon.s-sm-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-sm-104,
mat-icon.s-sm-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-sm-106,
mat-icon.s-sm-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-sm-108,
mat-icon.s-sm-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-sm-110,
mat-icon.s-sm-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-sm-112,
mat-icon.s-sm-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-sm-114,
mat-icon.s-sm-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-sm-116,
mat-icon.s-sm-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-sm-118,
mat-icon.s-sm-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-sm-120,
mat-icon.s-sm-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-sm-122,
mat-icon.s-sm-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-sm-124,
mat-icon.s-sm-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-sm-126,
mat-icon.s-sm-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-sm-128,
mat-icon.s-sm-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-sm-130,
mat-icon.s-sm-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-sm-132,
mat-icon.s-sm-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-sm-134,
mat-icon.s-sm-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-sm-136,
mat-icon.s-sm-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-sm-138,
mat-icon.s-sm-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-sm-140,
mat-icon.s-sm-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-sm-142,
mat-icon.s-sm-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-sm-144,
mat-icon.s-sm-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-sm-146,
mat-icon.s-sm-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-sm-148,
mat-icon.s-sm-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-sm-150,
mat-icon.s-sm-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-sm-152,
mat-icon.s-sm-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-sm-154,
mat-icon.s-sm-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-sm-156,
mat-icon.s-sm-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-sm-158,
mat-icon.s-sm-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-sm-160,
mat-icon.s-sm-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-sm-162,
mat-icon.s-sm-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-sm-164,
mat-icon.s-sm-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-sm-166,
mat-icon.s-sm-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-sm-168,
mat-icon.s-sm-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-sm-170,
mat-icon.s-sm-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-sm-172,
mat-icon.s-sm-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-sm-174,
mat-icon.s-sm-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-sm-176,
mat-icon.s-sm-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-sm-178,
mat-icon.s-sm-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-sm-180,
mat-icon.s-sm-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-sm-182,
mat-icon.s-sm-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-sm-184,
mat-icon.s-sm-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-sm-186,
mat-icon.s-sm-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-sm-188,
mat-icon.s-sm-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-sm-190,
mat-icon.s-sm-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-sm-192,
mat-icon.s-sm-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-sm-194,
mat-icon.s-sm-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-sm-196,
mat-icon.s-sm-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-sm-198,
mat-icon.s-sm-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-sm-200,
mat-icon.s-sm-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-sm-202,
mat-icon.s-sm-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-sm-204,
mat-icon.s-sm-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-sm-206,
mat-icon.s-sm-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-sm-208,
mat-icon.s-sm-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-sm-210,
mat-icon.s-sm-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-sm-212,
mat-icon.s-sm-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-sm-214,
mat-icon.s-sm-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-sm-216,
mat-icon.s-sm-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-sm-218,
mat-icon.s-sm-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-sm-220,
mat-icon.s-sm-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-sm-222,
mat-icon.s-sm-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-sm-224,
mat-icon.s-sm-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-sm-226,
mat-icon.s-sm-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-sm-228,
mat-icon.s-sm-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-sm-230,
mat-icon.s-sm-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-sm-232,
mat-icon.s-sm-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-sm-234,
mat-icon.s-sm-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-sm-236,
mat-icon.s-sm-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-sm-238,
mat-icon.s-sm-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-sm-240,
mat-icon.s-sm-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-sm-242,
mat-icon.s-sm-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-sm-244,
mat-icon.s-sm-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-sm-246,
mat-icon.s-sm-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-sm-248,
mat-icon.s-sm-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-sm-250,
mat-icon.s-sm-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-sm-252,
mat-icon.s-sm-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-sm-254,
mat-icon.s-sm-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-sm-256,
mat-icon.s-sm-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  i.s-md-4,
mat-icon.s-md-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-md-6,
mat-icon.s-md-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-md-8,
mat-icon.s-md-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-md-10,
mat-icon.s-md-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-md-12,
mat-icon.s-md-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-md-14,
mat-icon.s-md-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-md-16,
mat-icon.s-md-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-md-18,
mat-icon.s-md-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-md-20,
mat-icon.s-md-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-md-22,
mat-icon.s-md-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-md-24,
mat-icon.s-md-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-md-26,
mat-icon.s-md-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-md-28,
mat-icon.s-md-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-md-30,
mat-icon.s-md-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-md-32,
mat-icon.s-md-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-md-34,
mat-icon.s-md-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-md-36,
mat-icon.s-md-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-md-38,
mat-icon.s-md-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-md-40,
mat-icon.s-md-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-md-42,
mat-icon.s-md-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-md-44,
mat-icon.s-md-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-md-46,
mat-icon.s-md-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-md-48,
mat-icon.s-md-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-md-50,
mat-icon.s-md-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-md-52,
mat-icon.s-md-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-md-54,
mat-icon.s-md-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-md-56,
mat-icon.s-md-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-md-58,
mat-icon.s-md-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-md-60,
mat-icon.s-md-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-md-62,
mat-icon.s-md-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-md-64,
mat-icon.s-md-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-md-66,
mat-icon.s-md-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-md-68,
mat-icon.s-md-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-md-70,
mat-icon.s-md-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-md-72,
mat-icon.s-md-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-md-74,
mat-icon.s-md-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-md-76,
mat-icon.s-md-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-md-78,
mat-icon.s-md-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-md-80,
mat-icon.s-md-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-md-82,
mat-icon.s-md-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-md-84,
mat-icon.s-md-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-md-86,
mat-icon.s-md-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-md-88,
mat-icon.s-md-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-md-90,
mat-icon.s-md-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-md-92,
mat-icon.s-md-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-md-94,
mat-icon.s-md-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-md-96,
mat-icon.s-md-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-md-98,
mat-icon.s-md-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-md-100,
mat-icon.s-md-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-md-102,
mat-icon.s-md-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-md-104,
mat-icon.s-md-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-md-106,
mat-icon.s-md-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-md-108,
mat-icon.s-md-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-md-110,
mat-icon.s-md-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-md-112,
mat-icon.s-md-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-md-114,
mat-icon.s-md-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-md-116,
mat-icon.s-md-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-md-118,
mat-icon.s-md-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-md-120,
mat-icon.s-md-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-md-122,
mat-icon.s-md-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-md-124,
mat-icon.s-md-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-md-126,
mat-icon.s-md-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-md-128,
mat-icon.s-md-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-md-130,
mat-icon.s-md-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-md-132,
mat-icon.s-md-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-md-134,
mat-icon.s-md-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-md-136,
mat-icon.s-md-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-md-138,
mat-icon.s-md-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-md-140,
mat-icon.s-md-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-md-142,
mat-icon.s-md-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-md-144,
mat-icon.s-md-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-md-146,
mat-icon.s-md-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-md-148,
mat-icon.s-md-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-md-150,
mat-icon.s-md-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-md-152,
mat-icon.s-md-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-md-154,
mat-icon.s-md-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-md-156,
mat-icon.s-md-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-md-158,
mat-icon.s-md-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-md-160,
mat-icon.s-md-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-md-162,
mat-icon.s-md-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-md-164,
mat-icon.s-md-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-md-166,
mat-icon.s-md-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-md-168,
mat-icon.s-md-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-md-170,
mat-icon.s-md-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-md-172,
mat-icon.s-md-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-md-174,
mat-icon.s-md-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-md-176,
mat-icon.s-md-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-md-178,
mat-icon.s-md-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-md-180,
mat-icon.s-md-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-md-182,
mat-icon.s-md-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-md-184,
mat-icon.s-md-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-md-186,
mat-icon.s-md-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-md-188,
mat-icon.s-md-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-md-190,
mat-icon.s-md-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-md-192,
mat-icon.s-md-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-md-194,
mat-icon.s-md-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-md-196,
mat-icon.s-md-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-md-198,
mat-icon.s-md-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-md-200,
mat-icon.s-md-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-md-202,
mat-icon.s-md-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-md-204,
mat-icon.s-md-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-md-206,
mat-icon.s-md-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-md-208,
mat-icon.s-md-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-md-210,
mat-icon.s-md-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-md-212,
mat-icon.s-md-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-md-214,
mat-icon.s-md-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-md-216,
mat-icon.s-md-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-md-218,
mat-icon.s-md-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-md-220,
mat-icon.s-md-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-md-222,
mat-icon.s-md-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-md-224,
mat-icon.s-md-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-md-226,
mat-icon.s-md-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-md-228,
mat-icon.s-md-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-md-230,
mat-icon.s-md-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-md-232,
mat-icon.s-md-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-md-234,
mat-icon.s-md-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-md-236,
mat-icon.s-md-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-md-238,
mat-icon.s-md-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-md-240,
mat-icon.s-md-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-md-242,
mat-icon.s-md-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-md-244,
mat-icon.s-md-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-md-246,
mat-icon.s-md-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-md-248,
mat-icon.s-md-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-md-250,
mat-icon.s-md-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-md-252,
mat-icon.s-md-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-md-254,
mat-icon.s-md-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-md-256,
mat-icon.s-md-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  i.s-lg-4,
mat-icon.s-lg-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-lg-6,
mat-icon.s-lg-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-lg-8,
mat-icon.s-lg-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-lg-10,
mat-icon.s-lg-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-lg-12,
mat-icon.s-lg-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-lg-14,
mat-icon.s-lg-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-lg-16,
mat-icon.s-lg-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-lg-18,
mat-icon.s-lg-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-lg-20,
mat-icon.s-lg-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-lg-22,
mat-icon.s-lg-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-lg-24,
mat-icon.s-lg-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-lg-26,
mat-icon.s-lg-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-lg-28,
mat-icon.s-lg-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-lg-30,
mat-icon.s-lg-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-lg-32,
mat-icon.s-lg-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-lg-34,
mat-icon.s-lg-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-lg-36,
mat-icon.s-lg-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-lg-38,
mat-icon.s-lg-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-lg-40,
mat-icon.s-lg-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-lg-42,
mat-icon.s-lg-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-lg-44,
mat-icon.s-lg-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-lg-46,
mat-icon.s-lg-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-lg-48,
mat-icon.s-lg-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-lg-50,
mat-icon.s-lg-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-lg-52,
mat-icon.s-lg-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-lg-54,
mat-icon.s-lg-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-lg-56,
mat-icon.s-lg-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-lg-58,
mat-icon.s-lg-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-lg-60,
mat-icon.s-lg-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-lg-62,
mat-icon.s-lg-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-lg-64,
mat-icon.s-lg-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-lg-66,
mat-icon.s-lg-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-lg-68,
mat-icon.s-lg-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-lg-70,
mat-icon.s-lg-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-lg-72,
mat-icon.s-lg-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-lg-74,
mat-icon.s-lg-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-lg-76,
mat-icon.s-lg-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-lg-78,
mat-icon.s-lg-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-lg-80,
mat-icon.s-lg-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-lg-82,
mat-icon.s-lg-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-lg-84,
mat-icon.s-lg-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-lg-86,
mat-icon.s-lg-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-lg-88,
mat-icon.s-lg-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-lg-90,
mat-icon.s-lg-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-lg-92,
mat-icon.s-lg-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-lg-94,
mat-icon.s-lg-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-lg-96,
mat-icon.s-lg-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-lg-98,
mat-icon.s-lg-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-lg-100,
mat-icon.s-lg-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-lg-102,
mat-icon.s-lg-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-lg-104,
mat-icon.s-lg-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-lg-106,
mat-icon.s-lg-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-lg-108,
mat-icon.s-lg-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-lg-110,
mat-icon.s-lg-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-lg-112,
mat-icon.s-lg-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-lg-114,
mat-icon.s-lg-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-lg-116,
mat-icon.s-lg-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-lg-118,
mat-icon.s-lg-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-lg-120,
mat-icon.s-lg-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-lg-122,
mat-icon.s-lg-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-lg-124,
mat-icon.s-lg-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-lg-126,
mat-icon.s-lg-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-lg-128,
mat-icon.s-lg-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-lg-130,
mat-icon.s-lg-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-lg-132,
mat-icon.s-lg-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-lg-134,
mat-icon.s-lg-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-lg-136,
mat-icon.s-lg-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-lg-138,
mat-icon.s-lg-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-lg-140,
mat-icon.s-lg-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-lg-142,
mat-icon.s-lg-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-lg-144,
mat-icon.s-lg-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-lg-146,
mat-icon.s-lg-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-lg-148,
mat-icon.s-lg-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-lg-150,
mat-icon.s-lg-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-lg-152,
mat-icon.s-lg-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-lg-154,
mat-icon.s-lg-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-lg-156,
mat-icon.s-lg-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-lg-158,
mat-icon.s-lg-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-lg-160,
mat-icon.s-lg-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-lg-162,
mat-icon.s-lg-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-lg-164,
mat-icon.s-lg-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-lg-166,
mat-icon.s-lg-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-lg-168,
mat-icon.s-lg-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-lg-170,
mat-icon.s-lg-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-lg-172,
mat-icon.s-lg-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-lg-174,
mat-icon.s-lg-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-lg-176,
mat-icon.s-lg-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-lg-178,
mat-icon.s-lg-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-lg-180,
mat-icon.s-lg-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-lg-182,
mat-icon.s-lg-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-lg-184,
mat-icon.s-lg-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-lg-186,
mat-icon.s-lg-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-lg-188,
mat-icon.s-lg-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-lg-190,
mat-icon.s-lg-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-lg-192,
mat-icon.s-lg-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-lg-194,
mat-icon.s-lg-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-lg-196,
mat-icon.s-lg-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-lg-198,
mat-icon.s-lg-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-lg-200,
mat-icon.s-lg-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-lg-202,
mat-icon.s-lg-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-lg-204,
mat-icon.s-lg-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-lg-206,
mat-icon.s-lg-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-lg-208,
mat-icon.s-lg-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-lg-210,
mat-icon.s-lg-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-lg-212,
mat-icon.s-lg-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-lg-214,
mat-icon.s-lg-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-lg-216,
mat-icon.s-lg-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-lg-218,
mat-icon.s-lg-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-lg-220,
mat-icon.s-lg-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-lg-222,
mat-icon.s-lg-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-lg-224,
mat-icon.s-lg-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-lg-226,
mat-icon.s-lg-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-lg-228,
mat-icon.s-lg-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-lg-230,
mat-icon.s-lg-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-lg-232,
mat-icon.s-lg-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-lg-234,
mat-icon.s-lg-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-lg-236,
mat-icon.s-lg-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-lg-238,
mat-icon.s-lg-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-lg-240,
mat-icon.s-lg-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-lg-242,
mat-icon.s-lg-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-lg-244,
mat-icon.s-lg-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-lg-246,
mat-icon.s-lg-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-lg-248,
mat-icon.s-lg-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-lg-250,
mat-icon.s-lg-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-lg-252,
mat-icon.s-lg-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-lg-254,
mat-icon.s-lg-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-lg-256,
mat-icon.s-lg-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  i.s-xl-4,
mat-icon.s-xl-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-xl-6,
mat-icon.s-xl-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-xl-8,
mat-icon.s-xl-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-xl-10,
mat-icon.s-xl-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-xl-12,
mat-icon.s-xl-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-xl-14,
mat-icon.s-xl-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-xl-16,
mat-icon.s-xl-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-xl-18,
mat-icon.s-xl-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-xl-20,
mat-icon.s-xl-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-xl-22,
mat-icon.s-xl-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-xl-24,
mat-icon.s-xl-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-xl-26,
mat-icon.s-xl-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-xl-28,
mat-icon.s-xl-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-xl-30,
mat-icon.s-xl-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-xl-32,
mat-icon.s-xl-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-xl-34,
mat-icon.s-xl-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-xl-36,
mat-icon.s-xl-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-xl-38,
mat-icon.s-xl-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-xl-40,
mat-icon.s-xl-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-xl-42,
mat-icon.s-xl-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-xl-44,
mat-icon.s-xl-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-xl-46,
mat-icon.s-xl-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-xl-48,
mat-icon.s-xl-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-xl-50,
mat-icon.s-xl-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-xl-52,
mat-icon.s-xl-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-xl-54,
mat-icon.s-xl-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-xl-56,
mat-icon.s-xl-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-xl-58,
mat-icon.s-xl-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-xl-60,
mat-icon.s-xl-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-xl-62,
mat-icon.s-xl-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-xl-64,
mat-icon.s-xl-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-xl-66,
mat-icon.s-xl-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-xl-68,
mat-icon.s-xl-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-xl-70,
mat-icon.s-xl-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-xl-72,
mat-icon.s-xl-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-xl-74,
mat-icon.s-xl-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-xl-76,
mat-icon.s-xl-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-xl-78,
mat-icon.s-xl-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-xl-80,
mat-icon.s-xl-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-xl-82,
mat-icon.s-xl-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-xl-84,
mat-icon.s-xl-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-xl-86,
mat-icon.s-xl-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-xl-88,
mat-icon.s-xl-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-xl-90,
mat-icon.s-xl-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-xl-92,
mat-icon.s-xl-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-xl-94,
mat-icon.s-xl-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-xl-96,
mat-icon.s-xl-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-xl-98,
mat-icon.s-xl-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-xl-100,
mat-icon.s-xl-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-xl-102,
mat-icon.s-xl-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-xl-104,
mat-icon.s-xl-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-xl-106,
mat-icon.s-xl-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-xl-108,
mat-icon.s-xl-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-xl-110,
mat-icon.s-xl-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-xl-112,
mat-icon.s-xl-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-xl-114,
mat-icon.s-xl-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-xl-116,
mat-icon.s-xl-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-xl-118,
mat-icon.s-xl-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-xl-120,
mat-icon.s-xl-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-xl-122,
mat-icon.s-xl-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-xl-124,
mat-icon.s-xl-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-xl-126,
mat-icon.s-xl-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-xl-128,
mat-icon.s-xl-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-xl-130,
mat-icon.s-xl-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-xl-132,
mat-icon.s-xl-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-xl-134,
mat-icon.s-xl-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-xl-136,
mat-icon.s-xl-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-xl-138,
mat-icon.s-xl-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-xl-140,
mat-icon.s-xl-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-xl-142,
mat-icon.s-xl-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-xl-144,
mat-icon.s-xl-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-xl-146,
mat-icon.s-xl-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-xl-148,
mat-icon.s-xl-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-xl-150,
mat-icon.s-xl-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-xl-152,
mat-icon.s-xl-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-xl-154,
mat-icon.s-xl-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-xl-156,
mat-icon.s-xl-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-xl-158,
mat-icon.s-xl-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-xl-160,
mat-icon.s-xl-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-xl-162,
mat-icon.s-xl-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-xl-164,
mat-icon.s-xl-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-xl-166,
mat-icon.s-xl-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-xl-168,
mat-icon.s-xl-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-xl-170,
mat-icon.s-xl-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-xl-172,
mat-icon.s-xl-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-xl-174,
mat-icon.s-xl-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-xl-176,
mat-icon.s-xl-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-xl-178,
mat-icon.s-xl-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-xl-180,
mat-icon.s-xl-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-xl-182,
mat-icon.s-xl-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-xl-184,
mat-icon.s-xl-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-xl-186,
mat-icon.s-xl-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-xl-188,
mat-icon.s-xl-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-xl-190,
mat-icon.s-xl-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-xl-192,
mat-icon.s-xl-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-xl-194,
mat-icon.s-xl-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-xl-196,
mat-icon.s-xl-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-xl-198,
mat-icon.s-xl-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-xl-200,
mat-icon.s-xl-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-xl-202,
mat-icon.s-xl-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-xl-204,
mat-icon.s-xl-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-xl-206,
mat-icon.s-xl-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-xl-208,
mat-icon.s-xl-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-xl-210,
mat-icon.s-xl-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-xl-212,
mat-icon.s-xl-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-xl-214,
mat-icon.s-xl-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-xl-216,
mat-icon.s-xl-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-xl-218,
mat-icon.s-xl-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-xl-220,
mat-icon.s-xl-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-xl-222,
mat-icon.s-xl-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-xl-224,
mat-icon.s-xl-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-xl-226,
mat-icon.s-xl-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-xl-228,
mat-icon.s-xl-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-xl-230,
mat-icon.s-xl-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-xl-232,
mat-icon.s-xl-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-xl-234,
mat-icon.s-xl-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-xl-236,
mat-icon.s-xl-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-xl-238,
mat-icon.s-xl-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-xl-240,
mat-icon.s-xl-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-xl-242,
mat-icon.s-xl-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-xl-244,
mat-icon.s-xl-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-xl-246,
mat-icon.s-xl-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-xl-248,
mat-icon.s-xl-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-xl-250,
mat-icon.s-xl-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-xl-252,
mat-icon.s-xl-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-xl-254,
mat-icon.s-xl-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-xl-256,
mat-icon.s-xl-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
.red-50-bg {
  background-color: #ffebee !important;
}
.red-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-50-fg {
  color: #ffebee !important;
}
.red-50-border {
  border-color: #ffebee !important;
}
.red-50-border-top {
  border-top-color: #ffebee !important;
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.red-50-border-left {
  border-left-color: #ffebee !important;
}
.red-100-bg {
  background-color: #ffcdd2 !important;
}
.red-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-100-fg {
  color: #ffcdd2 !important;
}
.red-100-border {
  border-color: #ffcdd2 !important;
}
.red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.red-200-bg {
  background-color: #ef9a9a !important;
}
.red-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-200-fg {
  color: #ef9a9a !important;
}
.red-200-border {
  border-color: #ef9a9a !important;
}
.red-200-border-top {
  border-top-color: #ef9a9a !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.red-200-border-left {
  border-left-color: #ef9a9a !important;
}
.red-300-bg {
  background-color: #e57373 !important;
}
.red-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-300-fg {
  color: #e57373 !important;
}
.red-300-border {
  border-color: #e57373 !important;
}
.red-300-border-top {
  border-top-color: #e57373 !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.red-300-border-left {
  border-left-color: #e57373 !important;
}
.red-400-bg {
  background-color: #ef5350 !important;
}
.red-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-400-fg {
  color: #ef5350 !important;
}
.red-400-border {
  border-color: #ef5350 !important;
}
.red-400-border-top {
  border-top-color: #ef5350 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.red-400-border-left {
  border-left-color: #ef5350 !important;
}
.red-500-bg {
  background-color: #f44336 !important;
}
.red-500 {
  background-color: #f44336 !important;
  color: white !important;
}
.red-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-500-fg {
  color: #f44336 !important;
}
.red-500-border {
  border-color: #f44336 !important;
}
.red-500-border-top {
  border-top-color: #f44336 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-500-border-left {
  border-left-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.red {
  background-color: #f44336 !important;
  color: white !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.red-border {
  border-color: #f44336 !important;
}
.red-border-top {
  border-top-color: #f44336 !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-border-left {
  border-left-color: #f44336 !important;
}
.red-600-bg {
  background-color: #e53935 !important;
}
.red-600 {
  background-color: #e53935 !important;
  color: white !important;
}
.red-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-600-fg {
  color: #e53935 !important;
}
.red-600-border {
  border-color: #e53935 !important;
}
.red-600-border-top {
  border-top-color: #e53935 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.red-600-border-left {
  border-left-color: #e53935 !important;
}
.red-700-bg {
  background-color: #d32f2f !important;
}
.red-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
.red-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-700-fg {
  color: #d32f2f !important;
}
.red-700-border {
  border-color: #d32f2f !important;
}
.red-700-border-top {
  border-top-color: #d32f2f !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.red-700-border-left {
  border-left-color: #d32f2f !important;
}
.red-800-bg {
  background-color: #c62828 !important;
}
.red-800 {
  background-color: #c62828 !important;
  color: white !important;
}
.red-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-800-fg {
  color: #c62828 !important;
}
.red-800-border {
  border-color: #c62828 !important;
}
.red-800-border-top {
  border-top-color: #c62828 !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.red-800-border-left {
  border-left-color: #c62828 !important;
}
.red-900-bg {
  background-color: #b71c1c !important;
}
.red-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
.red-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-900-fg {
  color: #b71c1c !important;
}
.red-900-border {
  border-color: #b71c1c !important;
}
.red-900-border-top {
  border-top-color: #b71c1c !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.red-900-border-left {
  border-left-color: #b71c1c !important;
}
.red-A100-bg {
  background-color: #ff8a80 !important;
}
.red-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-A100-fg {
  color: #ff8a80 !important;
}
.red-A100-border {
  border-color: #ff8a80 !important;
}
.red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.red-A200-bg {
  background-color: #ff5252 !important;
}
.red-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
.red-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A200-fg {
  color: #ff5252 !important;
}
.red-A200-border {
  border-color: #ff5252 !important;
}
.red-A200-border-top {
  border-top-color: #ff5252 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.red-A200-border-left {
  border-left-color: #ff5252 !important;
}
.red-A400-bg {
  background-color: #ff1744 !important;
}
.red-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
.red-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A400-fg {
  color: #ff1744 !important;
}
.red-A400-border {
  border-color: #ff1744 !important;
}
.red-A400-border-top {
  border-top-color: #ff1744 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.red-A400-border-left {
  border-left-color: #ff1744 !important;
}
.red-A700-bg {
  background-color: #d50000 !important;
}
.red-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
.red-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A700-fg {
  color: #d50000 !important;
}
.red-A700-border {
  border-color: #d50000 !important;
}
.red-A700-border-top {
  border-top-color: #d50000 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.red-A700-border-left {
  border-left-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #fce4ec !important;
}
.pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-50-fg {
  color: #fce4ec !important;
}
.pink-50-border {
  border-color: #fce4ec !important;
}
.pink-50-border-top {
  border-top-color: #fce4ec !important;
}
.pink-50-border-right {
  border-right-color: #fce4ec !important;
}
.pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
.pink-50-border-left {
  border-left-color: #fce4ec !important;
}
.pink-100-bg {
  background-color: #f8bbd0 !important;
}
.pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-100-fg {
  color: #f8bbd0 !important;
}
.pink-100-border {
  border-color: #f8bbd0 !important;
}
.pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
.pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
.pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
.pink-200-bg {
  background-color: #f48fb1 !important;
}
.pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-200-fg {
  color: #f48fb1 !important;
}
.pink-200-border {
  border-color: #f48fb1 !important;
}
.pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
.pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
.pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
.pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
.pink-300-bg {
  background-color: #f06292 !important;
}
.pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-300-fg {
  color: #f06292 !important;
}
.pink-300-border {
  border-color: #f06292 !important;
}
.pink-300-border-top {
  border-top-color: #f06292 !important;
}
.pink-300-border-right {
  border-right-color: #f06292 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
.pink-300-border-left {
  border-left-color: #f06292 !important;
}
.pink-400-bg {
  background-color: #ec407a !important;
}
.pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-400-fg {
  color: #ec407a !important;
}
.pink-400-border {
  border-color: #ec407a !important;
}
.pink-400-border-top {
  border-top-color: #ec407a !important;
}
.pink-400-border-right {
  border-right-color: #ec407a !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
.pink-400-border-left {
  border-left-color: #ec407a !important;
}
.pink-500-bg {
  background-color: #e91e63 !important;
}
.pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-500-fg {
  color: #e91e63 !important;
}
.pink-500-border {
  border-color: #e91e63 !important;
}
.pink-500-border-top {
  border-top-color: #e91e63 !important;
}
.pink-500-border-right {
  border-right-color: #e91e63 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-500-border-left {
  border-left-color: #e91e63 !important;
}
.pink-bg {
  background-color: #e91e63 !important;
}
.pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-fg {
  color: #e91e63 !important;
}
.pink-border {
  border-color: #e91e63 !important;
}
.pink-border-top {
  border-top-color: #e91e63 !important;
}
.pink-border-right {
  border-right-color: #e91e63 !important;
}
.pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-border-left {
  border-left-color: #e91e63 !important;
}
.pink-600-bg {
  background-color: #d81b60 !important;
}
.pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
.pink-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-600-fg {
  color: #d81b60 !important;
}
.pink-600-border {
  border-color: #d81b60 !important;
}
.pink-600-border-top {
  border-top-color: #d81b60 !important;
}
.pink-600-border-right {
  border-right-color: #d81b60 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
.pink-600-border-left {
  border-left-color: #d81b60 !important;
}
.pink-700-bg {
  background-color: #c2185b !important;
}
.pink-700 {
  background-color: #c2185b !important;
  color: white !important;
}
.pink-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-700-fg {
  color: #c2185b !important;
}
.pink-700-border {
  border-color: #c2185b !important;
}
.pink-700-border-top {
  border-top-color: #c2185b !important;
}
.pink-700-border-right {
  border-right-color: #c2185b !important;
}
.pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
.pink-700-border-left {
  border-left-color: #c2185b !important;
}
.pink-800-bg {
  background-color: #ad1457 !important;
}
.pink-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
.pink-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-800-fg {
  color: #ad1457 !important;
}
.pink-800-border {
  border-color: #ad1457 !important;
}
.pink-800-border-top {
  border-top-color: #ad1457 !important;
}
.pink-800-border-right {
  border-right-color: #ad1457 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
.pink-800-border-left {
  border-left-color: #ad1457 !important;
}
.pink-900-bg {
  background-color: #880e4f !important;
}
.pink-900 {
  background-color: #880e4f !important;
  color: white !important;
}
.pink-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-900-fg {
  color: #880e4f !important;
}
.pink-900-border {
  border-color: #880e4f !important;
}
.pink-900-border-top {
  border-top-color: #880e4f !important;
}
.pink-900-border-right {
  border-right-color: #880e4f !important;
}
.pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
.pink-900-border-left {
  border-left-color: #880e4f !important;
}
.pink-A100-bg {
  background-color: #ff80ab !important;
}
.pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-A100-fg {
  color: #ff80ab !important;
}
.pink-A100-border {
  border-color: #ff80ab !important;
}
.pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
.pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
.pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
.pink-A200-bg {
  background-color: #ff4081 !important;
}
.pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
.pink-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A200-fg {
  color: #ff4081 !important;
}
.pink-A200-border {
  border-color: #ff4081 !important;
}
.pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
.pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
.pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
.pink-A400-bg {
  background-color: #f50057 !important;
}
.pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
.pink-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A400-fg {
  color: #f50057 !important;
}
.pink-A400-border {
  border-color: #f50057 !important;
}
.pink-A400-border-top {
  border-top-color: #f50057 !important;
}
.pink-A400-border-right {
  border-right-color: #f50057 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
.pink-A400-border-left {
  border-left-color: #f50057 !important;
}
.pink-A700-bg {
  background-color: #c51162 !important;
}
.pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
.pink-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A700-fg {
  color: #c51162 !important;
}
.pink-A700-border {
  border-color: #c51162 !important;
}
.pink-A700-border-top {
  border-top-color: #c51162 !important;
}
.pink-A700-border-right {
  border-right-color: #c51162 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
.pink-A700-border-left {
  border-left-color: #c51162 !important;
}
.purple-50-bg {
  background-color: #f3e5f5 !important;
}
.purple-50 {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-50[disabled] {
  background-color: rgba(243, 229, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-50-fg {
  color: #f3e5f5 !important;
}
.purple-50-border {
  border-color: #f3e5f5 !important;
}
.purple-50-border-top {
  border-top-color: #f3e5f5 !important;
}
.purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
.purple-50-border-bottom {
  border-bottom-color: #f3e5f5 !important;
}
.purple-50-border-left {
  border-left-color: #f3e5f5 !important;
}
.purple-100-bg {
  background-color: #e1bee7 !important;
}
.purple-100 {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-100[disabled] {
  background-color: rgba(225, 190, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-100-fg {
  color: #e1bee7 !important;
}
.purple-100-border {
  border-color: #e1bee7 !important;
}
.purple-100-border-top {
  border-top-color: #e1bee7 !important;
}
.purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
.purple-100-border-bottom {
  border-bottom-color: #e1bee7 !important;
}
.purple-100-border-left {
  border-left-color: #e1bee7 !important;
}
.purple-200-bg {
  background-color: #ce93d8 !important;
}
.purple-200 {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-200[disabled] {
  background-color: rgba(206, 147, 216, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-200-fg {
  color: #ce93d8 !important;
}
.purple-200-border {
  border-color: #ce93d8 !important;
}
.purple-200-border-top {
  border-top-color: #ce93d8 !important;
}
.purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
.purple-200-border-bottom {
  border-bottom-color: #ce93d8 !important;
}
.purple-200-border-left {
  border-left-color: #ce93d8 !important;
}
.purple-300-bg {
  background-color: #ba68c8 !important;
}
.purple-300 {
  background-color: #ba68c8 !important;
  color: white !important;
}
.purple-300[disabled] {
  background-color: rgba(186, 104, 200, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-300-fg {
  color: #ba68c8 !important;
}
.purple-300-border {
  border-color: #ba68c8 !important;
}
.purple-300-border-top {
  border-top-color: #ba68c8 !important;
}
.purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
.purple-300-border-bottom {
  border-bottom-color: #ba68c8 !important;
}
.purple-300-border-left {
  border-left-color: #ba68c8 !important;
}
.purple-400-bg {
  background-color: #ab47bc !important;
}
.purple-400 {
  background-color: #ab47bc !important;
  color: white !important;
}
.purple-400[disabled] {
  background-color: rgba(171, 71, 188, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-400-fg {
  color: #ab47bc !important;
}
.purple-400-border {
  border-color: #ab47bc !important;
}
.purple-400-border-top {
  border-top-color: #ab47bc !important;
}
.purple-400-border-right {
  border-right-color: #ab47bc !important;
}
.purple-400-border-bottom {
  border-bottom-color: #ab47bc !important;
}
.purple-400-border-left {
  border-left-color: #ab47bc !important;
}
.purple-500-bg {
  background-color: #9c27b0 !important;
}
.purple-500 {
  background-color: #9c27b0 !important;
  color: white !important;
}
.purple-500[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-500-fg {
  color: #9c27b0 !important;
}
.purple-500-border {
  border-color: #9c27b0 !important;
}
.purple-500-border-top {
  border-top-color: #9c27b0 !important;
}
.purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
.purple-500-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
.purple-500-border-left {
  border-left-color: #9c27b0 !important;
}
.purple-bg {
  background-color: #9c27b0 !important;
}
.purple {
  background-color: #9c27b0 !important;
  color: white !important;
}
.purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-fg {
  color: #9c27b0 !important;
}
.purple-border {
  border-color: #9c27b0 !important;
}
.purple-border-top {
  border-top-color: #9c27b0 !important;
}
.purple-border-right {
  border-right-color: #9c27b0 !important;
}
.purple-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
.purple-border-left {
  border-left-color: #9c27b0 !important;
}
.purple-600-bg {
  background-color: #8e24aa !important;
}
.purple-600 {
  background-color: #8e24aa !important;
  color: white !important;
}
.purple-600[disabled] {
  background-color: rgba(142, 36, 170, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-600-fg {
  color: #8e24aa !important;
}
.purple-600-border {
  border-color: #8e24aa !important;
}
.purple-600-border-top {
  border-top-color: #8e24aa !important;
}
.purple-600-border-right {
  border-right-color: #8e24aa !important;
}
.purple-600-border-bottom {
  border-bottom-color: #8e24aa !important;
}
.purple-600-border-left {
  border-left-color: #8e24aa !important;
}
.purple-700-bg {
  background-color: #7b1fa2 !important;
}
.purple-700 {
  background-color: #7b1fa2 !important;
  color: white !important;
}
.purple-700[disabled] {
  background-color: rgba(123, 31, 162, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-700-fg {
  color: #7b1fa2 !important;
}
.purple-700-border {
  border-color: #7b1fa2 !important;
}
.purple-700-border-top {
  border-top-color: #7b1fa2 !important;
}
.purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
.purple-700-border-bottom {
  border-bottom-color: #7b1fa2 !important;
}
.purple-700-border-left {
  border-left-color: #7b1fa2 !important;
}
.purple-800-bg {
  background-color: #6a1b9a !important;
}
.purple-800 {
  background-color: #6a1b9a !important;
  color: white !important;
}
.purple-800[disabled] {
  background-color: rgba(106, 27, 154, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-800-fg {
  color: #6a1b9a !important;
}
.purple-800-border {
  border-color: #6a1b9a !important;
}
.purple-800-border-top {
  border-top-color: #6a1b9a !important;
}
.purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
.purple-800-border-bottom {
  border-bottom-color: #6a1b9a !important;
}
.purple-800-border-left {
  border-left-color: #6a1b9a !important;
}
.purple-900-bg {
  background-color: #4a148c !important;
}
.purple-900 {
  background-color: #4a148c !important;
  color: white !important;
}
.purple-900[disabled] {
  background-color: rgba(74, 20, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-900-fg {
  color: #4a148c !important;
}
.purple-900-border {
  border-color: #4a148c !important;
}
.purple-900-border-top {
  border-top-color: #4a148c !important;
}
.purple-900-border-right {
  border-right-color: #4a148c !important;
}
.purple-900-border-bottom {
  border-bottom-color: #4a148c !important;
}
.purple-900-border-left {
  border-left-color: #4a148c !important;
}
.purple-A100-bg {
  background-color: #ea80fc !important;
}
.purple-A100 {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-A100[disabled] {
  background-color: rgba(234, 128, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-A100-fg {
  color: #ea80fc !important;
}
.purple-A100-border {
  border-color: #ea80fc !important;
}
.purple-A100-border-top {
  border-top-color: #ea80fc !important;
}
.purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
.purple-A100-border-bottom {
  border-bottom-color: #ea80fc !important;
}
.purple-A100-border-left {
  border-left-color: #ea80fc !important;
}
.purple-A200-bg {
  background-color: #e040fb !important;
}
.purple-A200 {
  background-color: #e040fb !important;
  color: white !important;
}
.purple-A200[disabled] {
  background-color: rgba(224, 64, 251, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A200-fg {
  color: #e040fb !important;
}
.purple-A200-border {
  border-color: #e040fb !important;
}
.purple-A200-border-top {
  border-top-color: #e040fb !important;
}
.purple-A200-border-right {
  border-right-color: #e040fb !important;
}
.purple-A200-border-bottom {
  border-bottom-color: #e040fb !important;
}
.purple-A200-border-left {
  border-left-color: #e040fb !important;
}
.purple-A400-bg {
  background-color: #d500f9 !important;
}
.purple-A400 {
  background-color: #d500f9 !important;
  color: white !important;
}
.purple-A400[disabled] {
  background-color: rgba(213, 0, 249, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A400-fg {
  color: #d500f9 !important;
}
.purple-A400-border {
  border-color: #d500f9 !important;
}
.purple-A400-border-top {
  border-top-color: #d500f9 !important;
}
.purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
.purple-A400-border-bottom {
  border-bottom-color: #d500f9 !important;
}
.purple-A400-border-left {
  border-left-color: #d500f9 !important;
}
.purple-A700-bg {
  background-color: #aa00ff !important;
}
.purple-A700 {
  background-color: #aa00ff !important;
  color: white !important;
}
.purple-A700[disabled] {
  background-color: rgba(170, 0, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A700-fg {
  color: #aa00ff !important;
}
.purple-A700-border {
  border-color: #aa00ff !important;
}
.purple-A700-border-top {
  border-top-color: #aa00ff !important;
}
.purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
.purple-A700-border-bottom {
  border-bottom-color: #aa00ff !important;
}
.purple-A700-border-left {
  border-left-color: #aa00ff !important;
}
.deep-purple-50-bg {
  background-color: #ede7f6 !important;
}
.deep-purple-50 {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-50[disabled] {
  background-color: rgba(237, 231, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-50-fg {
  color: #ede7f6 !important;
}
.deep-purple-50-border {
  border-color: #ede7f6 !important;
}
.deep-purple-50-border-top {
  border-top-color: #ede7f6 !important;
}
.deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
.deep-purple-50-border-bottom {
  border-bottom-color: #ede7f6 !important;
}
.deep-purple-50-border-left {
  border-left-color: #ede7f6 !important;
}
.deep-purple-100-bg {
  background-color: #d1c4e9 !important;
}
.deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-100[disabled] {
  background-color: rgba(209, 196, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-100-fg {
  color: #d1c4e9 !important;
}
.deep-purple-100-border {
  border-color: #d1c4e9 !important;
}
.deep-purple-100-border-top {
  border-top-color: #d1c4e9 !important;
}
.deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
.deep-purple-100-border-bottom {
  border-bottom-color: #d1c4e9 !important;
}
.deep-purple-100-border-left {
  border-left-color: #d1c4e9 !important;
}
.deep-purple-200-bg {
  background-color: #b39ddb !important;
}
.deep-purple-200 {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-200[disabled] {
  background-color: rgba(179, 157, 219, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-200-fg {
  color: #b39ddb !important;
}
.deep-purple-200-border {
  border-color: #b39ddb !important;
}
.deep-purple-200-border-top {
  border-top-color: #b39ddb !important;
}
.deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
.deep-purple-200-border-bottom {
  border-bottom-color: #b39ddb !important;
}
.deep-purple-200-border-left {
  border-left-color: #b39ddb !important;
}
.deep-purple-300-bg {
  background-color: #9575cd !important;
}
.deep-purple-300 {
  background-color: #9575cd !important;
  color: white !important;
}
.deep-purple-300[disabled] {
  background-color: rgba(149, 117, 205, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-300-fg {
  color: #9575cd !important;
}
.deep-purple-300-border {
  border-color: #9575cd !important;
}
.deep-purple-300-border-top {
  border-top-color: #9575cd !important;
}
.deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
.deep-purple-300-border-bottom {
  border-bottom-color: #9575cd !important;
}
.deep-purple-300-border-left {
  border-left-color: #9575cd !important;
}
.deep-purple-400-bg {
  background-color: #7e57c2 !important;
}
.deep-purple-400 {
  background-color: #7e57c2 !important;
  color: white !important;
}
.deep-purple-400[disabled] {
  background-color: rgba(126, 87, 194, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-400-fg {
  color: #7e57c2 !important;
}
.deep-purple-400-border {
  border-color: #7e57c2 !important;
}
.deep-purple-400-border-top {
  border-top-color: #7e57c2 !important;
}
.deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
.deep-purple-400-border-bottom {
  border-bottom-color: #7e57c2 !important;
}
.deep-purple-400-border-left {
  border-left-color: #7e57c2 !important;
}
.deep-purple-500-bg {
  background-color: #673ab7 !important;
}
.deep-purple-500 {
  background-color: #673ab7 !important;
  color: white !important;
}
.deep-purple-500[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-500-fg {
  color: #673ab7 !important;
}
.deep-purple-500-border {
  border-color: #673ab7 !important;
}
.deep-purple-500-border-top {
  border-top-color: #673ab7 !important;
}
.deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-500-border-bottom {
  border-bottom-color: #673ab7 !important;
}
.deep-purple-500-border-left {
  border-left-color: #673ab7 !important;
}
.deep-purple-bg {
  background-color: #673ab7 !important;
}
.deep-purple {
  background-color: #673ab7 !important;
  color: white !important;
}
.deep-purple[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-fg {
  color: #673ab7 !important;
}
.deep-purple-border {
  border-color: #673ab7 !important;
}
.deep-purple-border-top {
  border-top-color: #673ab7 !important;
}
.deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-border-bottom {
  border-bottom-color: #673ab7 !important;
}
.deep-purple-border-left {
  border-left-color: #673ab7 !important;
}
.deep-purple-600-bg {
  background-color: #5e35b1 !important;
}
.deep-purple-600 {
  background-color: #5e35b1 !important;
  color: white !important;
}
.deep-purple-600[disabled] {
  background-color: rgba(94, 53, 177, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-600-fg {
  color: #5e35b1 !important;
}
.deep-purple-600-border {
  border-color: #5e35b1 !important;
}
.deep-purple-600-border-top {
  border-top-color: #5e35b1 !important;
}
.deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
.deep-purple-600-border-bottom {
  border-bottom-color: #5e35b1 !important;
}
.deep-purple-600-border-left {
  border-left-color: #5e35b1 !important;
}
.deep-purple-700-bg {
  background-color: #512da8 !important;
}
.deep-purple-700 {
  background-color: #512da8 !important;
  color: white !important;
}
.deep-purple-700[disabled] {
  background-color: rgba(81, 45, 168, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-700-fg {
  color: #512da8 !important;
}
.deep-purple-700-border {
  border-color: #512da8 !important;
}
.deep-purple-700-border-top {
  border-top-color: #512da8 !important;
}
.deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
.deep-purple-700-border-bottom {
  border-bottom-color: #512da8 !important;
}
.deep-purple-700-border-left {
  border-left-color: #512da8 !important;
}
.deep-purple-800-bg {
  background-color: #4527a0 !important;
}
.deep-purple-800 {
  background-color: #4527a0 !important;
  color: white !important;
}
.deep-purple-800[disabled] {
  background-color: rgba(69, 39, 160, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-800-fg {
  color: #4527a0 !important;
}
.deep-purple-800-border {
  border-color: #4527a0 !important;
}
.deep-purple-800-border-top {
  border-top-color: #4527a0 !important;
}
.deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
.deep-purple-800-border-bottom {
  border-bottom-color: #4527a0 !important;
}
.deep-purple-800-border-left {
  border-left-color: #4527a0 !important;
}
.deep-purple-900-bg {
  background-color: #311b92 !important;
}
.deep-purple-900 {
  background-color: #311b92 !important;
  color: white !important;
}
.deep-purple-900[disabled] {
  background-color: rgba(49, 27, 146, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-900-fg {
  color: #311b92 !important;
}
.deep-purple-900-border {
  border-color: #311b92 !important;
}
.deep-purple-900-border-top {
  border-top-color: #311b92 !important;
}
.deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
.deep-purple-900-border-bottom {
  border-bottom-color: #311b92 !important;
}
.deep-purple-900-border-left {
  border-left-color: #311b92 !important;
}
.deep-purple-A100-bg {
  background-color: #b388ff !important;
}
.deep-purple-A100 {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-A100[disabled] {
  background-color: rgba(179, 136, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-A100-fg {
  color: #b388ff !important;
}
.deep-purple-A100-border {
  border-color: #b388ff !important;
}
.deep-purple-A100-border-top {
  border-top-color: #b388ff !important;
}
.deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
.deep-purple-A100-border-bottom {
  border-bottom-color: #b388ff !important;
}
.deep-purple-A100-border-left {
  border-left-color: #b388ff !important;
}
.deep-purple-A200-bg {
  background-color: #7c4dff !important;
}
.deep-purple-A200 {
  background-color: #7c4dff !important;
  color: white !important;
}
.deep-purple-A200[disabled] {
  background-color: rgba(124, 77, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A200-fg {
  color: #7c4dff !important;
}
.deep-purple-A200-border {
  border-color: #7c4dff !important;
}
.deep-purple-A200-border-top {
  border-top-color: #7c4dff !important;
}
.deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
.deep-purple-A200-border-bottom {
  border-bottom-color: #7c4dff !important;
}
.deep-purple-A200-border-left {
  border-left-color: #7c4dff !important;
}
.deep-purple-A400-bg {
  background-color: #651fff !important;
}
.deep-purple-A400 {
  background-color: #651fff !important;
  color: white !important;
}
.deep-purple-A400[disabled] {
  background-color: rgba(101, 31, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A400-fg {
  color: #651fff !important;
}
.deep-purple-A400-border {
  border-color: #651fff !important;
}
.deep-purple-A400-border-top {
  border-top-color: #651fff !important;
}
.deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
.deep-purple-A400-border-bottom {
  border-bottom-color: #651fff !important;
}
.deep-purple-A400-border-left {
  border-left-color: #651fff !important;
}
.deep-purple-A700-bg {
  background-color: #6200ea !important;
}
.deep-purple-A700 {
  background-color: #6200ea !important;
  color: white !important;
}
.deep-purple-A700[disabled] {
  background-color: rgba(98, 0, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A700-fg {
  color: #6200ea !important;
}
.deep-purple-A700-border {
  border-color: #6200ea !important;
}
.deep-purple-A700-border-top {
  border-top-color: #6200ea !important;
}
.deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
.deep-purple-A700-border-bottom {
  border-bottom-color: #6200ea !important;
}
.deep-purple-A700-border-left {
  border-left-color: #6200ea !important;
}
.indigo-50-bg {
  background-color: #e8eaf6 !important;
}
.indigo-50 {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-50-fg {
  color: #e8eaf6 !important;
}
.indigo-50-border {
  border-color: #e8eaf6 !important;
}
.indigo-50-border-top {
  border-top-color: #e8eaf6 !important;
}
.indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
.indigo-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
.indigo-50-border-left {
  border-left-color: #e8eaf6 !important;
}
.indigo-100-bg {
  background-color: #c5cae9 !important;
}
.indigo-100 {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-100-fg {
  color: #c5cae9 !important;
}
.indigo-100-border {
  border-color: #c5cae9 !important;
}
.indigo-100-border-top {
  border-top-color: #c5cae9 !important;
}
.indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
.indigo-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
.indigo-100-border-left {
  border-left-color: #c5cae9 !important;
}
.indigo-200-bg {
  background-color: #9fa8da !important;
}
.indigo-200 {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-200-fg {
  color: #9fa8da !important;
}
.indigo-200-border {
  border-color: #9fa8da !important;
}
.indigo-200-border-top {
  border-top-color: #9fa8da !important;
}
.indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
.indigo-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
.indigo-200-border-left {
  border-left-color: #9fa8da !important;
}
.indigo-300-bg {
  background-color: #7986cb !important;
}
.indigo-300 {
  background-color: #7986cb !important;
  color: white !important;
}
.indigo-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-300-fg {
  color: #7986cb !important;
}
.indigo-300-border {
  border-color: #7986cb !important;
}
.indigo-300-border-top {
  border-top-color: #7986cb !important;
}
.indigo-300-border-right {
  border-right-color: #7986cb !important;
}
.indigo-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
.indigo-300-border-left {
  border-left-color: #7986cb !important;
}
.indigo-400-bg {
  background-color: #5c6bc0 !important;
}
.indigo-400 {
  background-color: #5c6bc0 !important;
  color: white !important;
}
.indigo-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-400-fg {
  color: #5c6bc0 !important;
}
.indigo-400-border {
  border-color: #5c6bc0 !important;
}
.indigo-400-border-top {
  border-top-color: #5c6bc0 !important;
}
.indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
.indigo-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
.indigo-400-border-left {
  border-left-color: #5c6bc0 !important;
}
.indigo-500-bg {
  background-color: #3f51b5 !important;
}
.indigo-500 {
  background-color: #3f51b5 !important;
  color: white !important;
}
.indigo-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-500-fg {
  color: #3f51b5 !important;
}
.indigo-500-border {
  border-color: #3f51b5 !important;
}
.indigo-500-border-top {
  border-top-color: #3f51b5 !important;
}
.indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.indigo-500-border-left {
  border-left-color: #3f51b5 !important;
}
.indigo-bg {
  background-color: #3f51b5 !important;
}
.indigo {
  background-color: #3f51b5 !important;
  color: white !important;
}
.indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-fg {
  color: #3f51b5 !important;
}
.indigo-border {
  border-color: #3f51b5 !important;
}
.indigo-border-top {
  border-top-color: #3f51b5 !important;
}
.indigo-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.indigo-border-left {
  border-left-color: #3f51b5 !important;
}
.indigo-600-bg {
  background-color: #3949ab !important;
}
.indigo-600 {
  background-color: #3949ab !important;
  color: white !important;
}
.indigo-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-600-fg {
  color: #3949ab !important;
}
.indigo-600-border {
  border-color: #3949ab !important;
}
.indigo-600-border-top {
  border-top-color: #3949ab !important;
}
.indigo-600-border-right {
  border-right-color: #3949ab !important;
}
.indigo-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
.indigo-600-border-left {
  border-left-color: #3949ab !important;
}
.indigo-700-bg {
  background-color: #303f9f !important;
}
.indigo-700 {
  background-color: #303f9f !important;
  color: white !important;
}
.indigo-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-700-fg {
  color: #303f9f !important;
}
.indigo-700-border {
  border-color: #303f9f !important;
}
.indigo-700-border-top {
  border-top-color: #303f9f !important;
}
.indigo-700-border-right {
  border-right-color: #303f9f !important;
}
.indigo-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
.indigo-700-border-left {
  border-left-color: #303f9f !important;
}
.indigo-800-bg {
  background-color: #283593 !important;
}
.indigo-800 {
  background-color: #283593 !important;
  color: white !important;
}
.indigo-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-800-fg {
  color: #283593 !important;
}
.indigo-800-border {
  border-color: #283593 !important;
}
.indigo-800-border-top {
  border-top-color: #283593 !important;
}
.indigo-800-border-right {
  border-right-color: #283593 !important;
}
.indigo-800-border-bottom {
  border-bottom-color: #283593 !important;
}
.indigo-800-border-left {
  border-left-color: #283593 !important;
}
.indigo-900-bg {
  background-color: #1a237e !important;
}
.indigo-900 {
  background-color: #1a237e !important;
  color: white !important;
}
.indigo-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-900-fg {
  color: #1a237e !important;
}
.indigo-900-border {
  border-color: #1a237e !important;
}
.indigo-900-border-top {
  border-top-color: #1a237e !important;
}
.indigo-900-border-right {
  border-right-color: #1a237e !important;
}
.indigo-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
.indigo-900-border-left {
  border-left-color: #1a237e !important;
}
.indigo-A100-bg {
  background-color: #8c9eff !important;
}
.indigo-A100 {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-A100-fg {
  color: #8c9eff !important;
}
.indigo-A100-border {
  border-color: #8c9eff !important;
}
.indigo-A100-border-top {
  border-top-color: #8c9eff !important;
}
.indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
.indigo-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
.indigo-A100-border-left {
  border-left-color: #8c9eff !important;
}
.indigo-A200-bg {
  background-color: #536dfe !important;
}
.indigo-A200 {
  background-color: #536dfe !important;
  color: white !important;
}
.indigo-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A200-fg {
  color: #536dfe !important;
}
.indigo-A200-border {
  border-color: #536dfe !important;
}
.indigo-A200-border-top {
  border-top-color: #536dfe !important;
}
.indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
.indigo-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
.indigo-A200-border-left {
  border-left-color: #536dfe !important;
}
.indigo-A400-bg {
  background-color: #3d5afe !important;
}
.indigo-A400 {
  background-color: #3d5afe !important;
  color: white !important;
}
.indigo-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A400-fg {
  color: #3d5afe !important;
}
.indigo-A400-border {
  border-color: #3d5afe !important;
}
.indigo-A400-border-top {
  border-top-color: #3d5afe !important;
}
.indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
.indigo-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
.indigo-A400-border-left {
  border-left-color: #3d5afe !important;
}
.indigo-A700-bg {
  background-color: #304ffe !important;
}
.indigo-A700 {
  background-color: #304ffe !important;
  color: white !important;
}
.indigo-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A700-fg {
  color: #304ffe !important;
}
.indigo-A700-border {
  border-color: #304ffe !important;
}
.indigo-A700-border-top {
  border-top-color: #304ffe !important;
}
.indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
.indigo-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
.indigo-A700-border-left {
  border-left-color: #304ffe !important;
}
.blue-50-bg {
  background-color: #e3f2fd !important;
}
.blue-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-50-fg {
  color: #e3f2fd !important;
}
.blue-50-border {
  border-color: #e3f2fd !important;
}
.blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
.blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
.blue-100-bg {
  background-color: #bbdefb !important;
}
.blue-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-100-fg {
  color: #bbdefb !important;
}
.blue-100-border {
  border-color: #bbdefb !important;
}
.blue-100-border-top {
  border-top-color: #bbdefb !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
.blue-100-border-left {
  border-left-color: #bbdefb !important;
}
.blue-200-bg {
  background-color: #90caf9 !important;
}
.blue-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-200-fg {
  color: #90caf9 !important;
}
.blue-200-border {
  border-color: #90caf9 !important;
}
.blue-200-border-top {
  border-top-color: #90caf9 !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
.blue-200-border-left {
  border-left-color: #90caf9 !important;
}
.blue-300-bg {
  background-color: #64b5f6 !important;
}
.blue-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-300-fg {
  color: #64b5f6 !important;
}
.blue-300-border {
  border-color: #64b5f6 !important;
}
.blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
.blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
.blue-400-bg {
  background-color: #42a5f5 !important;
}
.blue-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-400-fg {
  color: #42a5f5 !important;
}
.blue-400-border {
  border-color: #42a5f5 !important;
}
.blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
.blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
.blue-500-bg {
  background-color: #2196f3 !important;
}
.blue-500 {
  background-color: #2196f3 !important;
  color: white !important;
}
.blue-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-500-fg {
  color: #2196f3 !important;
}
.blue-500-border {
  border-color: #2196f3 !important;
}
.blue-500-border-top {
  border-top-color: #2196f3 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-500-border-left {
  border-left-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.blue {
  background-color: #2196f3 !important;
  color: white !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.blue-border {
  border-color: #2196f3 !important;
}
.blue-border-top {
  border-top-color: #2196f3 !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-border-left {
  border-left-color: #2196f3 !important;
}
.blue-600-bg {
  background-color: #1e88e5 !important;
}
.blue-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}
.blue-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-600-fg {
  color: #1e88e5 !important;
}
.blue-600-border {
  border-color: #1e88e5 !important;
}
.blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
.blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
.blue-700-bg {
  background-color: #1976d2 !important;
}
.blue-700 {
  background-color: #1976d2 !important;
  color: white !important;
}
.blue-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-700-fg {
  color: #1976d2 !important;
}
.blue-700-border {
  border-color: #1976d2 !important;
}
.blue-700-border-top {
  border-top-color: #1976d2 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
.blue-700-border-left {
  border-left-color: #1976d2 !important;
}
.blue-800-bg {
  background-color: #1565c0 !important;
}
.blue-800 {
  background-color: #1565c0 !important;
  color: white !important;
}
.blue-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-800-fg {
  color: #1565c0 !important;
}
.blue-800-border {
  border-color: #1565c0 !important;
}
.blue-800-border-top {
  border-top-color: #1565c0 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
.blue-800-border-left {
  border-left-color: #1565c0 !important;
}
.blue-900-bg {
  background-color: #0d47a1 !important;
}
.blue-900 {
  background-color: #0d47a1 !important;
  color: white !important;
}
.blue-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-900-fg {
  color: #0d47a1 !important;
}
.blue-900-border {
  border-color: #0d47a1 !important;
}
.blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
.blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
.blue-A100-bg {
  background-color: #82b1ff !important;
}
.blue-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-A100-fg {
  color: #82b1ff !important;
}
.blue-A100-border {
  border-color: #82b1ff !important;
}
.blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
.blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
.blue-A200-bg {
  background-color: #448aff !important;
}
.blue-A200 {
  background-color: #448aff !important;
  color: white !important;
}
.blue-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A200-fg {
  color: #448aff !important;
}
.blue-A200-border {
  border-color: #448aff !important;
}
.blue-A200-border-top {
  border-top-color: #448aff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
.blue-A200-border-left {
  border-left-color: #448aff !important;
}
.blue-A400-bg {
  background-color: #2979ff !important;
}
.blue-A400 {
  background-color: #2979ff !important;
  color: white !important;
}
.blue-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A400-fg {
  color: #2979ff !important;
}
.blue-A400-border {
  border-color: #2979ff !important;
}
.blue-A400-border-top {
  border-top-color: #2979ff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
.blue-A400-border-left {
  border-left-color: #2979ff !important;
}
.blue-A700-bg {
  background-color: #2962ff !important;
}
.blue-A700 {
  background-color: #2962ff !important;
  color: white !important;
}
.blue-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A700-fg {
  color: #2962ff !important;
}
.blue-A700-border {
  border-color: #2962ff !important;
}
.blue-A700-border-top {
  border-top-color: #2962ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
.blue-A700-border-left {
  border-left-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #e1f5fe !important;
}
.light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-50-fg {
  color: #e1f5fe !important;
}
.light-blue-50-border {
  border-color: #e1f5fe !important;
}
.light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
.light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
.light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
.light-blue-100-bg {
  background-color: #b3e5fc !important;
}
.light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-100-fg {
  color: #b3e5fc !important;
}
.light-blue-100-border {
  border-color: #b3e5fc !important;
}
.light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
.light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
.light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
.light-blue-200-bg {
  background-color: #81d4fa !important;
}
.light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-200-fg {
  color: #81d4fa !important;
}
.light-blue-200-border {
  border-color: #81d4fa !important;
}
.light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
.light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
.light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
.light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
.light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-300-fg {
  color: #4fc3f7 !important;
}
.light-blue-300-border {
  border-color: #4fc3f7 !important;
}
.light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
.light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
.light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
.light-blue-400-bg {
  background-color: #29b6f6 !important;
}
.light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-400-fg {
  color: #29b6f6 !important;
}
.light-blue-400-border {
  border-color: #29b6f6 !important;
}
.light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
.light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
.light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
.light-blue-500-bg {
  background-color: #03a9f4 !important;
}
.light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-500-fg {
  color: #03a9f4 !important;
}
.light-blue-500-border {
  border-color: #03a9f4 !important;
}
.light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-bg {
  background-color: #03a9f4 !important;
}
.light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-fg {
  color: #03a9f4 !important;
}
.light-blue-border {
  border-color: #03a9f4 !important;
}
.light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-600-bg {
  background-color: #039be5 !important;
}
.light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}
.light-blue-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-600-fg {
  color: #039be5 !important;
}
.light-blue-600-border {
  border-color: #039be5 !important;
}
.light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
.light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
.light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
.light-blue-700-bg {
  background-color: #0288d1 !important;
}
.light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}
.light-blue-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-700-fg {
  color: #0288d1 !important;
}
.light-blue-700-border {
  border-color: #0288d1 !important;
}
.light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
.light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
.light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
.light-blue-800-bg {
  background-color: #0277bd !important;
}
.light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}
.light-blue-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-800-fg {
  color: #0277bd !important;
}
.light-blue-800-border {
  border-color: #0277bd !important;
}
.light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
.light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
.light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
.light-blue-900-bg {
  background-color: #01579b !important;
}
.light-blue-900 {
  background-color: #01579b !important;
  color: white !important;
}
.light-blue-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-900-fg {
  color: #01579b !important;
}
.light-blue-900-border {
  border-color: #01579b !important;
}
.light-blue-900-border-top {
  border-top-color: #01579b !important;
}
.light-blue-900-border-right {
  border-right-color: #01579b !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
.light-blue-900-border-left {
  border-left-color: #01579b !important;
}
.light-blue-A100-bg {
  background-color: #80d8ff !important;
}
.light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A100-fg {
  color: #80d8ff !important;
}
.light-blue-A100-border {
  border-color: #80d8ff !important;
}
.light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
.light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
.light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
.light-blue-A200-bg {
  background-color: #40c4ff !important;
}
.light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A200-fg {
  color: #40c4ff !important;
}
.light-blue-A200-border {
  border-color: #40c4ff !important;
}
.light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
.light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
.light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
.light-blue-A400-bg {
  background-color: #00b0ff !important;
}
.light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A400-fg {
  color: #00b0ff !important;
}
.light-blue-A400-border {
  border-color: #00b0ff !important;
}
.light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
.light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
.light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
.light-blue-A700-bg {
  background-color: #0091ea !important;
}
.light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}
.light-blue-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-A700-fg {
  color: #0091ea !important;
}
.light-blue-A700-border {
  border-color: #0091ea !important;
}
.light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
.light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
.light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
.cyan-50-bg {
  background-color: #e0f7fa !important;
}
.cyan-50 {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-50[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-50-fg {
  color: #e0f7fa !important;
}
.cyan-50-border {
  border-color: #e0f7fa !important;
}
.cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
.cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
.cyan-100-bg {
  background-color: #b2ebf2 !important;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-100[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-100-fg {
  color: #b2ebf2 !important;
}
.cyan-100-border {
  border-color: #b2ebf2 !important;
}
.cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
.cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
.cyan-200-bg {
  background-color: #80deea !important;
}
.cyan-200 {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-200[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-200-fg {
  color: #80deea !important;
}
.cyan-200-border {
  border-color: #80deea !important;
}
.cyan-200-border-top {
  border-top-color: #80deea !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
.cyan-200-border-left {
  border-left-color: #80deea !important;
}
.cyan-300-bg {
  background-color: #4dd0e1 !important;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-300[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-300-fg {
  color: #4dd0e1 !important;
}
.cyan-300-border {
  border-color: #4dd0e1 !important;
}
.cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
.cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
.cyan-400-bg {
  background-color: #26c6da !important;
}
.cyan-400 {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-400[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-400-fg {
  color: #26c6da !important;
}
.cyan-400-border {
  border-color: #26c6da !important;
}
.cyan-400-border-top {
  border-top-color: #26c6da !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
.cyan-400-border-left {
  border-left-color: #26c6da !important;
}
.cyan-500-bg {
  background-color: #00bcd4 !important;
}
.cyan-500 {
  background-color: #00bcd4 !important;
  color: white !important;
}
.cyan-500[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-500-fg {
  color: #00bcd4 !important;
}
.cyan-500-border {
  border-color: #00bcd4 !important;
}
.cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-bg {
  background-color: #00bcd4 !important;
}
.cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.cyan-border {
  border-color: #00bcd4 !important;
}
.cyan-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-600-bg {
  background-color: #00acc1 !important;
}
.cyan-600 {
  background-color: #00acc1 !important;
  color: white !important;
}
.cyan-600[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-600-fg {
  color: #00acc1 !important;
}
.cyan-600-border {
  border-color: #00acc1 !important;
}
.cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
.cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
.cyan-700-bg {
  background-color: #0097a7 !important;
}
.cyan-700 {
  background-color: #0097a7 !important;
  color: white !important;
}
.cyan-700[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-700-fg {
  color: #0097a7 !important;
}
.cyan-700-border {
  border-color: #0097a7 !important;
}
.cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
.cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
.cyan-800-bg {
  background-color: #00838f !important;
}
.cyan-800 {
  background-color: #00838f !important;
  color: white !important;
}
.cyan-800[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-800-fg {
  color: #00838f !important;
}
.cyan-800-border {
  border-color: #00838f !important;
}
.cyan-800-border-top {
  border-top-color: #00838f !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
.cyan-800-border-left {
  border-left-color: #00838f !important;
}
.cyan-900-bg {
  background-color: #006064 !important;
}
.cyan-900 {
  background-color: #006064 !important;
  color: white !important;
}
.cyan-900[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-900-fg {
  color: #006064 !important;
}
.cyan-900-border {
  border-color: #006064 !important;
}
.cyan-900-border-top {
  border-top-color: #006064 !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
.cyan-900-border-left {
  border-left-color: #006064 !important;
}
.cyan-A100-bg {
  background-color: #84ffff !important;
}
.cyan-A100 {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A100[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A100-fg {
  color: #84ffff !important;
}
.cyan-A100-border {
  border-color: #84ffff !important;
}
.cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
.cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
.cyan-A200-bg {
  background-color: #18ffff !important;
}
.cyan-A200 {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A200[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A200-fg {
  color: #18ffff !important;
}
.cyan-A200-border {
  border-color: #18ffff !important;
}
.cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
.cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
.cyan-A400-bg {
  background-color: #00e5ff !important;
}
.cyan-A400 {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A400[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A400-fg {
  color: #00e5ff !important;
}
.cyan-A400-border {
  border-color: #00e5ff !important;
}
.cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
.cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
.cyan-A700-bg {
  background-color: #00b8d4 !important;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A700[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A700-fg {
  color: #00b8d4 !important;
}
.cyan-A700-border {
  border-color: #00b8d4 !important;
}
.cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
.cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
.teal-50-bg {
  background-color: #e0f2f1 !important;
}
.teal-50 {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-50[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-50-fg {
  color: #e0f2f1 !important;
}
.teal-50-border {
  border-color: #e0f2f1 !important;
}
.teal-50-border-top {
  border-top-color: #e0f2f1 !important;
}
.teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
.teal-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
.teal-50-border-left {
  border-left-color: #e0f2f1 !important;
}
.teal-100-bg {
  background-color: #b2dfdb !important;
}
.teal-100 {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-100[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-100-fg {
  color: #b2dfdb !important;
}
.teal-100-border {
  border-color: #b2dfdb !important;
}
.teal-100-border-top {
  border-top-color: #b2dfdb !important;
}
.teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
.teal-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
.teal-100-border-left {
  border-left-color: #b2dfdb !important;
}
.teal-200-bg {
  background-color: #80cbc4 !important;
}
.teal-200 {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-200[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-200-fg {
  color: #80cbc4 !important;
}
.teal-200-border {
  border-color: #80cbc4 !important;
}
.teal-200-border-top {
  border-top-color: #80cbc4 !important;
}
.teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
.teal-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
.teal-200-border-left {
  border-left-color: #80cbc4 !important;
}
.teal-300-bg {
  background-color: #4db6ac !important;
}
.teal-300 {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-300[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-300-fg {
  color: #4db6ac !important;
}
.teal-300-border {
  border-color: #4db6ac !important;
}
.teal-300-border-top {
  border-top-color: #4db6ac !important;
}
.teal-300-border-right {
  border-right-color: #4db6ac !important;
}
.teal-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
.teal-300-border-left {
  border-left-color: #4db6ac !important;
}
.teal-400-bg {
  background-color: #26a69a !important;
}
.teal-400 {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-400[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-400-fg {
  color: #26a69a !important;
}
.teal-400-border {
  border-color: #26a69a !important;
}
.teal-400-border-top {
  border-top-color: #26a69a !important;
}
.teal-400-border-right {
  border-right-color: #26a69a !important;
}
.teal-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
.teal-400-border-left {
  border-left-color: #26a69a !important;
}
.teal-500-bg {
  background-color: #009688 !important;
}
.teal-500 {
  background-color: #009688 !important;
  color: white !important;
}
.teal-500[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-500-fg {
  color: #009688 !important;
}
.teal-500-border {
  border-color: #009688 !important;
}
.teal-500-border-top {
  border-top-color: #009688 !important;
}
.teal-500-border-right {
  border-right-color: #009688 !important;
}
.teal-500-border-bottom {
  border-bottom-color: #009688 !important;
}
.teal-500-border-left {
  border-left-color: #009688 !important;
}
.teal-bg {
  background-color: #009688 !important;
}
.teal {
  background-color: #009688 !important;
  color: white !important;
}
.teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-fg {
  color: #009688 !important;
}
.teal-border {
  border-color: #009688 !important;
}
.teal-border-top {
  border-top-color: #009688 !important;
}
.teal-border-right {
  border-right-color: #009688 !important;
}
.teal-border-bottom {
  border-bottom-color: #009688 !important;
}
.teal-border-left {
  border-left-color: #009688 !important;
}
.teal-600-bg {
  background-color: #00897b !important;
}
.teal-600 {
  background-color: #00897b !important;
  color: white !important;
}
.teal-600[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-600-fg {
  color: #00897b !important;
}
.teal-600-border {
  border-color: #00897b !important;
}
.teal-600-border-top {
  border-top-color: #00897b !important;
}
.teal-600-border-right {
  border-right-color: #00897b !important;
}
.teal-600-border-bottom {
  border-bottom-color: #00897b !important;
}
.teal-600-border-left {
  border-left-color: #00897b !important;
}
.teal-700-bg {
  background-color: #00796b !important;
}
.teal-700 {
  background-color: #00796b !important;
  color: white !important;
}
.teal-700[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-700-fg {
  color: #00796b !important;
}
.teal-700-border {
  border-color: #00796b !important;
}
.teal-700-border-top {
  border-top-color: #00796b !important;
}
.teal-700-border-right {
  border-right-color: #00796b !important;
}
.teal-700-border-bottom {
  border-bottom-color: #00796b !important;
}
.teal-700-border-left {
  border-left-color: #00796b !important;
}
.teal-800-bg {
  background-color: #00695c !important;
}
.teal-800 {
  background-color: #00695c !important;
  color: white !important;
}
.teal-800[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-800-fg {
  color: #00695c !important;
}
.teal-800-border {
  border-color: #00695c !important;
}
.teal-800-border-top {
  border-top-color: #00695c !important;
}
.teal-800-border-right {
  border-right-color: #00695c !important;
}
.teal-800-border-bottom {
  border-bottom-color: #00695c !important;
}
.teal-800-border-left {
  border-left-color: #00695c !important;
}
.teal-900-bg {
  background-color: #004d40 !important;
}
.teal-900 {
  background-color: #004d40 !important;
  color: white !important;
}
.teal-900[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-900-fg {
  color: #004d40 !important;
}
.teal-900-border {
  border-color: #004d40 !important;
}
.teal-900-border-top {
  border-top-color: #004d40 !important;
}
.teal-900-border-right {
  border-right-color: #004d40 !important;
}
.teal-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
.teal-900-border-left {
  border-left-color: #004d40 !important;
}
.teal-A100-bg {
  background-color: #a7ffeb !important;
}
.teal-A100 {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A100[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A100-fg {
  color: #a7ffeb !important;
}
.teal-A100-border {
  border-color: #a7ffeb !important;
}
.teal-A100-border-top {
  border-top-color: #a7ffeb !important;
}
.teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
.teal-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
.teal-A100-border-left {
  border-left-color: #a7ffeb !important;
}
.teal-A200-bg {
  background-color: #64ffda !important;
}
.teal-A200 {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A200[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A200-fg {
  color: #64ffda !important;
}
.teal-A200-border {
  border-color: #64ffda !important;
}
.teal-A200-border-top {
  border-top-color: #64ffda !important;
}
.teal-A200-border-right {
  border-right-color: #64ffda !important;
}
.teal-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
.teal-A200-border-left {
  border-left-color: #64ffda !important;
}
.teal-A400-bg {
  background-color: #1de9b6 !important;
}
.teal-A400 {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A400[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A400-fg {
  color: #1de9b6 !important;
}
.teal-A400-border {
  border-color: #1de9b6 !important;
}
.teal-A400-border-top {
  border-top-color: #1de9b6 !important;
}
.teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
.teal-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
.teal-A400-border-left {
  border-left-color: #1de9b6 !important;
}
.teal-A700-bg {
  background-color: #00bfa5 !important;
}
.teal-A700 {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A700[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A700-fg {
  color: #00bfa5 !important;
}
.teal-A700-border {
  border-color: #00bfa5 !important;
}
.teal-A700-border-top {
  border-top-color: #00bfa5 !important;
}
.teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
.teal-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
.teal-A700-border-left {
  border-left-color: #00bfa5 !important;
}
.green-50-bg {
  background-color: #e8f5e9 !important;
}
.green-50 {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-50[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-50-fg {
  color: #e8f5e9 !important;
}
.green-50-border {
  border-color: #e8f5e9 !important;
}
.green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
.green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
.green-100-bg {
  background-color: #c8e6c9 !important;
}
.green-100 {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-100[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-100-fg {
  color: #c8e6c9 !important;
}
.green-100-border {
  border-color: #c8e6c9 !important;
}
.green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
.green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
.green-200-bg {
  background-color: #a5d6a7 !important;
}
.green-200 {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-200[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-200-fg {
  color: #a5d6a7 !important;
}
.green-200-border {
  border-color: #a5d6a7 !important;
}
.green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
.green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
.green-300-bg {
  background-color: #81c784 !important;
}
.green-300 {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-300[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-300-fg {
  color: #81c784 !important;
}
.green-300-border {
  border-color: #81c784 !important;
}
.green-300-border-top {
  border-top-color: #81c784 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
.green-300-border-left {
  border-left-color: #81c784 !important;
}
.green-400-bg {
  background-color: #66bb6a !important;
}
.green-400 {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-400[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-400-fg {
  color: #66bb6a !important;
}
.green-400-border {
  border-color: #66bb6a !important;
}
.green-400-border-top {
  border-top-color: #66bb6a !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
.green-400-border-left {
  border-left-color: #66bb6a !important;
}
.green-500-bg {
  background-color: #4caf50 !important;
}
.green-500 {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-500[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-500-fg {
  color: #4caf50 !important;
}
.green-500-border {
  border-color: #4caf50 !important;
}
.green-500-border-top {
  border-top-color: #4caf50 !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-500-border-left {
  border-left-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.green {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.green-border {
  border-color: #4caf50 !important;
}
.green-border-top {
  border-top-color: #4caf50 !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-border-left {
  border-left-color: #4caf50 !important;
}
.green-600-bg {
  background-color: #43a047 !important;
}
.green-600 {
  background-color: #43a047 !important;
  color: white !important;
}
.green-600[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-600-fg {
  color: #43a047 !important;
}
.green-600-border {
  border-color: #43a047 !important;
}
.green-600-border-top {
  border-top-color: #43a047 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
.green-600-border-left {
  border-left-color: #43a047 !important;
}
.green-700-bg {
  background-color: #388e3c !important;
}
.green-700 {
  background-color: #388e3c !important;
  color: white !important;
}
.green-700[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-700-fg {
  color: #388e3c !important;
}
.green-700-border {
  border-color: #388e3c !important;
}
.green-700-border-top {
  border-top-color: #388e3c !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
.green-700-border-left {
  border-left-color: #388e3c !important;
}
.green-800-bg {
  background-color: #2e7d32 !important;
}
.green-800 {
  background-color: #2e7d32 !important;
  color: white !important;
}
.green-800[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-800-fg {
  color: #2e7d32 !important;
}
.green-800-border {
  border-color: #2e7d32 !important;
}
.green-800-border-top {
  border-top-color: #2e7d32 !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
.green-800-border-left {
  border-left-color: #2e7d32 !important;
}
.green-900-bg {
  background-color: #1b5e20 !important;
}
.green-900 {
  background-color: #1b5e20 !important;
  color: white !important;
}
.green-900[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-900-fg {
  color: #1b5e20 !important;
}
.green-900-border {
  border-color: #1b5e20 !important;
}
.green-900-border-top {
  border-top-color: #1b5e20 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
.green-900-border-left {
  border-left-color: #1b5e20 !important;
}
.green-A100-bg {
  background-color: #b9f6ca !important;
}
.green-A100 {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A100[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A100-fg {
  color: #b9f6ca !important;
}
.green-A100-border {
  border-color: #b9f6ca !important;
}
.green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
.green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
.green-A200-bg {
  background-color: #69f0ae !important;
}
.green-A200 {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A200[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A200-fg {
  color: #69f0ae !important;
}
.green-A200-border {
  border-color: #69f0ae !important;
}
.green-A200-border-top {
  border-top-color: #69f0ae !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
.green-A200-border-left {
  border-left-color: #69f0ae !important;
}
.green-A400-bg {
  background-color: #00e676 !important;
}
.green-A400 {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A400[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A400-fg {
  color: #00e676 !important;
}
.green-A400-border {
  border-color: #00e676 !important;
}
.green-A400-border-top {
  border-top-color: #00e676 !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
.green-A400-border-left {
  border-left-color: #00e676 !important;
}
.green-A700-bg {
  background-color: #00c853 !important;
}
.green-A700 {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A700[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A700-fg {
  color: #00c853 !important;
}
.green-A700-border {
  border-color: #00c853 !important;
}
.green-A700-border-top {
  border-top-color: #00c853 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
.green-A700-border-left {
  border-left-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #f1f8e9 !important;
}
.light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-50-fg {
  color: #f1f8e9 !important;
}
.light-green-50-border {
  border-color: #f1f8e9 !important;
}
.light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
.light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
.light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
.light-green-100-bg {
  background-color: #dcedc8 !important;
}
.light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-100-fg {
  color: #dcedc8 !important;
}
.light-green-100-border {
  border-color: #dcedc8 !important;
}
.light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
.light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
.light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
.light-green-200-bg {
  background-color: #c5e1a5 !important;
}
.light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-200-fg {
  color: #c5e1a5 !important;
}
.light-green-200-border {
  border-color: #c5e1a5 !important;
}
.light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
.light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
.light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
.light-green-300-bg {
  background-color: #aed581 !important;
}
.light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-300-fg {
  color: #aed581 !important;
}
.light-green-300-border {
  border-color: #aed581 !important;
}
.light-green-300-border-top {
  border-top-color: #aed581 !important;
}
.light-green-300-border-right {
  border-right-color: #aed581 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
.light-green-300-border-left {
  border-left-color: #aed581 !important;
}
.light-green-400-bg {
  background-color: #9ccc65 !important;
}
.light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-400-fg {
  color: #9ccc65 !important;
}
.light-green-400-border {
  border-color: #9ccc65 !important;
}
.light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
.light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
.light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
.light-green-500-bg {
  background-color: #8bc34a !important;
}
.light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-500-fg {
  color: #8bc34a !important;
}
.light-green-500-border {
  border-color: #8bc34a !important;
}
.light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-bg {
  background-color: #8bc34a !important;
}
.light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-fg {
  color: #8bc34a !important;
}
.light-green-border {
  border-color: #8bc34a !important;
}
.light-green-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-600-bg {
  background-color: #7cb342 !important;
}
.light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-600-fg {
  color: #7cb342 !important;
}
.light-green-600-border {
  border-color: #7cb342 !important;
}
.light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
.light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
.light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
.light-green-700-bg {
  background-color: #689f38 !important;
}
.light-green-700 {
  background-color: #689f38 !important;
  color: white !important;
}
.light-green-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-700-fg {
  color: #689f38 !important;
}
.light-green-700-border {
  border-color: #689f38 !important;
}
.light-green-700-border-top {
  border-top-color: #689f38 !important;
}
.light-green-700-border-right {
  border-right-color: #689f38 !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
.light-green-700-border-left {
  border-left-color: #689f38 !important;
}
.light-green-800-bg {
  background-color: #558b2f !important;
}
.light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}
.light-green-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-800-fg {
  color: #558b2f !important;
}
.light-green-800-border {
  border-color: #558b2f !important;
}
.light-green-800-border-top {
  border-top-color: #558b2f !important;
}
.light-green-800-border-right {
  border-right-color: #558b2f !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
.light-green-800-border-left {
  border-left-color: #558b2f !important;
}
.light-green-900-bg {
  background-color: #33691e !important;
}
.light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}
.light-green-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-900-fg {
  color: #33691e !important;
}
.light-green-900-border {
  border-color: #33691e !important;
}
.light-green-900-border-top {
  border-top-color: #33691e !important;
}
.light-green-900-border-right {
  border-right-color: #33691e !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
.light-green-900-border-left {
  border-left-color: #33691e !important;
}
.light-green-A100-bg {
  background-color: #ccff90 !important;
}
.light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A100-fg {
  color: #ccff90 !important;
}
.light-green-A100-border {
  border-color: #ccff90 !important;
}
.light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
.light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
.light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
.light-green-A200-bg {
  background-color: #b2ff59 !important;
}
.light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A200-fg {
  color: #b2ff59 !important;
}
.light-green-A200-border {
  border-color: #b2ff59 !important;
}
.light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
.light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
.light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
.light-green-A400-bg {
  background-color: #76ff03 !important;
}
.light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A400-fg {
  color: #76ff03 !important;
}
.light-green-A400-border {
  border-color: #76ff03 !important;
}
.light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
.light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
.light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
.light-green-A700-bg {
  background-color: #64dd17 !important;
}
.light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #64dd17 !important;
}
.light-green-A700-border {
  border-color: #64dd17 !important;
}
.light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
.light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
.light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
.lime-50-bg {
  background-color: #f9fbe7 !important;
}
.lime-50 {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-50[disabled] {
  background-color: rgba(249, 251, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-50-fg {
  color: #f9fbe7 !important;
}
.lime-50-border {
  border-color: #f9fbe7 !important;
}
.lime-50-border-top {
  border-top-color: #f9fbe7 !important;
}
.lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
.lime-50-border-bottom {
  border-bottom-color: #f9fbe7 !important;
}
.lime-50-border-left {
  border-left-color: #f9fbe7 !important;
}
.lime-100-bg {
  background-color: #f0f4c3 !important;
}
.lime-100 {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-100[disabled] {
  background-color: rgba(240, 244, 195, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-100-fg {
  color: #f0f4c3 !important;
}
.lime-100-border {
  border-color: #f0f4c3 !important;
}
.lime-100-border-top {
  border-top-color: #f0f4c3 !important;
}
.lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
.lime-100-border-bottom {
  border-bottom-color: #f0f4c3 !important;
}
.lime-100-border-left {
  border-left-color: #f0f4c3 !important;
}
.lime-200-bg {
  background-color: #e6ee9c !important;
}
.lime-200 {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-200[disabled] {
  background-color: rgba(230, 238, 156, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-200-fg {
  color: #e6ee9c !important;
}
.lime-200-border {
  border-color: #e6ee9c !important;
}
.lime-200-border-top {
  border-top-color: #e6ee9c !important;
}
.lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
.lime-200-border-bottom {
  border-bottom-color: #e6ee9c !important;
}
.lime-200-border-left {
  border-left-color: #e6ee9c !important;
}
.lime-300-bg {
  background-color: #dce775 !important;
}
.lime-300 {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-300[disabled] {
  background-color: rgba(220, 231, 117, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-300-fg {
  color: #dce775 !important;
}
.lime-300-border {
  border-color: #dce775 !important;
}
.lime-300-border-top {
  border-top-color: #dce775 !important;
}
.lime-300-border-right {
  border-right-color: #dce775 !important;
}
.lime-300-border-bottom {
  border-bottom-color: #dce775 !important;
}
.lime-300-border-left {
  border-left-color: #dce775 !important;
}
.lime-400-bg {
  background-color: #d4e157 !important;
}
.lime-400 {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-400[disabled] {
  background-color: rgba(212, 225, 87, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-400-fg {
  color: #d4e157 !important;
}
.lime-400-border {
  border-color: #d4e157 !important;
}
.lime-400-border-top {
  border-top-color: #d4e157 !important;
}
.lime-400-border-right {
  border-right-color: #d4e157 !important;
}
.lime-400-border-bottom {
  border-bottom-color: #d4e157 !important;
}
.lime-400-border-left {
  border-left-color: #d4e157 !important;
}
.lime-500-bg {
  background-color: #cddc39 !important;
}
.lime-500 {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-500[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-500-fg {
  color: #cddc39 !important;
}
.lime-500-border {
  border-color: #cddc39 !important;
}
.lime-500-border-top {
  border-top-color: #cddc39 !important;
}
.lime-500-border-right {
  border-right-color: #cddc39 !important;
}
.lime-500-border-bottom {
  border-bottom-color: #cddc39 !important;
}
.lime-500-border-left {
  border-left-color: #cddc39 !important;
}
.lime-bg {
  background-color: #cddc39 !important;
}
.lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-fg {
  color: #cddc39 !important;
}
.lime-border {
  border-color: #cddc39 !important;
}
.lime-border-top {
  border-top-color: #cddc39 !important;
}
.lime-border-right {
  border-right-color: #cddc39 !important;
}
.lime-border-bottom {
  border-bottom-color: #cddc39 !important;
}
.lime-border-left {
  border-left-color: #cddc39 !important;
}
.lime-600-bg {
  background-color: #c0ca33 !important;
}
.lime-600 {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-600[disabled] {
  background-color: rgba(192, 202, 51, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-600-fg {
  color: #c0ca33 !important;
}
.lime-600-border {
  border-color: #c0ca33 !important;
}
.lime-600-border-top {
  border-top-color: #c0ca33 !important;
}
.lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
.lime-600-border-bottom {
  border-bottom-color: #c0ca33 !important;
}
.lime-600-border-left {
  border-left-color: #c0ca33 !important;
}
.lime-700-bg {
  background-color: #afb42b !important;
}
.lime-700 {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-700[disabled] {
  background-color: rgba(175, 180, 43, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-700-fg {
  color: #afb42b !important;
}
.lime-700-border {
  border-color: #afb42b !important;
}
.lime-700-border-top {
  border-top-color: #afb42b !important;
}
.lime-700-border-right {
  border-right-color: #afb42b !important;
}
.lime-700-border-bottom {
  border-bottom-color: #afb42b !important;
}
.lime-700-border-left {
  border-left-color: #afb42b !important;
}
.lime-800-bg {
  background-color: #9e9d24 !important;
}
.lime-800 {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-800[disabled] {
  background-color: rgba(158, 157, 36, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-800-fg {
  color: #9e9d24 !important;
}
.lime-800-border {
  border-color: #9e9d24 !important;
}
.lime-800-border-top {
  border-top-color: #9e9d24 !important;
}
.lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
.lime-800-border-bottom {
  border-bottom-color: #9e9d24 !important;
}
.lime-800-border-left {
  border-left-color: #9e9d24 !important;
}
.lime-900-bg {
  background-color: #827717 !important;
}
.lime-900 {
  background-color: #827717 !important;
  color: white !important;
}
.lime-900[disabled] {
  background-color: rgba(130, 119, 23, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.lime-900-fg {
  color: #827717 !important;
}
.lime-900-border {
  border-color: #827717 !important;
}
.lime-900-border-top {
  border-top-color: #827717 !important;
}
.lime-900-border-right {
  border-right-color: #827717 !important;
}
.lime-900-border-bottom {
  border-bottom-color: #827717 !important;
}
.lime-900-border-left {
  border-left-color: #827717 !important;
}
.lime-A100-bg {
  background-color: #f4ff81 !important;
}
.lime-A100 {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A100[disabled] {
  background-color: rgba(244, 255, 129, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A100-fg {
  color: #f4ff81 !important;
}
.lime-A100-border {
  border-color: #f4ff81 !important;
}
.lime-A100-border-top {
  border-top-color: #f4ff81 !important;
}
.lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
.lime-A100-border-bottom {
  border-bottom-color: #f4ff81 !important;
}
.lime-A100-border-left {
  border-left-color: #f4ff81 !important;
}
.lime-A200-bg {
  background-color: #eeff41 !important;
}
.lime-A200 {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A200[disabled] {
  background-color: rgba(238, 255, 65, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A200-fg {
  color: #eeff41 !important;
}
.lime-A200-border {
  border-color: #eeff41 !important;
}
.lime-A200-border-top {
  border-top-color: #eeff41 !important;
}
.lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
.lime-A200-border-bottom {
  border-bottom-color: #eeff41 !important;
}
.lime-A200-border-left {
  border-left-color: #eeff41 !important;
}
.lime-A400-bg {
  background-color: #c6ff00 !important;
}
.lime-A400 {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A400[disabled] {
  background-color: rgba(198, 255, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A400-fg {
  color: #c6ff00 !important;
}
.lime-A400-border {
  border-color: #c6ff00 !important;
}
.lime-A400-border-top {
  border-top-color: #c6ff00 !important;
}
.lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
.lime-A400-border-bottom {
  border-bottom-color: #c6ff00 !important;
}
.lime-A400-border-left {
  border-left-color: #c6ff00 !important;
}
.lime-A700-bg {
  background-color: #aeea00 !important;
}
.lime-A700 {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A700[disabled] {
  background-color: rgba(174, 234, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A700-fg {
  color: #aeea00 !important;
}
.lime-A700-border {
  border-color: #aeea00 !important;
}
.lime-A700-border-top {
  border-top-color: #aeea00 !important;
}
.lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
.lime-A700-border-bottom {
  border-bottom-color: #aeea00 !important;
}
.lime-A700-border-left {
  border-left-color: #aeea00 !important;
}
.yellow-50-bg {
  background-color: #fffde7 !important;
}
.yellow-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-50-fg {
  color: #fffde7 !important;
}
.yellow-50-border {
  border-color: #fffde7 !important;
}
.yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
.yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
.yellow-100-bg {
  background-color: #fff9c4 !important;
}
.yellow-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-100-fg {
  color: #fff9c4 !important;
}
.yellow-100-border {
  border-color: #fff9c4 !important;
}
.yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
.yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
.yellow-200-bg {
  background-color: #fff59d !important;
}
.yellow-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-200-fg {
  color: #fff59d !important;
}
.yellow-200-border {
  border-color: #fff59d !important;
}
.yellow-200-border-top {
  border-top-color: #fff59d !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
.yellow-200-border-left {
  border-left-color: #fff59d !important;
}
.yellow-300-bg {
  background-color: #fff176 !important;
}
.yellow-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-300-fg {
  color: #fff176 !important;
}
.yellow-300-border {
  border-color: #fff176 !important;
}
.yellow-300-border-top {
  border-top-color: #fff176 !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
.yellow-300-border-left {
  border-left-color: #fff176 !important;
}
.yellow-400-bg {
  background-color: #ffee58 !important;
}
.yellow-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-400-fg {
  color: #ffee58 !important;
}
.yellow-400-border {
  border-color: #ffee58 !important;
}
.yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
.yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
.yellow-500-bg {
  background-color: #ffeb3b !important;
}
.yellow-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-500-fg {
  color: #ffeb3b !important;
}
.yellow-500-border {
  border-color: #ffeb3b !important;
}
.yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.yellow-border {
  border-color: #ffeb3b !important;
}
.yellow-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-600-bg {
  background-color: #fdd835 !important;
}
.yellow-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-600-fg {
  color: #fdd835 !important;
}
.yellow-600-border {
  border-color: #fdd835 !important;
}
.yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
.yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
.yellow-700-bg {
  background-color: #fbc02d !important;
}
.yellow-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-700-fg {
  color: #fbc02d !important;
}
.yellow-700-border {
  border-color: #fbc02d !important;
}
.yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
.yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
.yellow-800-bg {
  background-color: #f9a825 !important;
}
.yellow-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-800-fg {
  color: #f9a825 !important;
}
.yellow-800-border {
  border-color: #f9a825 !important;
}
.yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
.yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
.yellow-900-bg {
  background-color: #f57f17 !important;
}
.yellow-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-900-fg {
  color: #f57f17 !important;
}
.yellow-900-border {
  border-color: #f57f17 !important;
}
.yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
.yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
.yellow-A100-bg {
  background-color: #ffff8d !important;
}
.yellow-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A100-fg {
  color: #ffff8d !important;
}
.yellow-A100-border {
  border-color: #ffff8d !important;
}
.yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
.yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
.yellow-A200-bg {
  background-color: #ffff00 !important;
}
.yellow-A200 {
  background-color: #ffff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A200-fg {
  color: #ffff00 !important;
}
.yellow-A200-border {
  border-color: #ffff00 !important;
}
.yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
.yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
.yellow-A400-bg {
  background-color: #ffea00 !important;
}
.yellow-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A400-fg {
  color: #ffea00 !important;
}
.yellow-A400-border {
  border-color: #ffea00 !important;
}
.yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
.yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
.yellow-A700-bg {
  background-color: #ffd600 !important;
}
.yellow-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A700-fg {
  color: #ffd600 !important;
}
.yellow-A700-border {
  border-color: #ffd600 !important;
}
.yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
.yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
.amber-50-bg {
  background-color: #fff8e1 !important;
}
.amber-50 {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-50-fg {
  color: #fff8e1 !important;
}
.amber-50-border {
  border-color: #fff8e1 !important;
}
.amber-50-border-top {
  border-top-color: #fff8e1 !important;
}
.amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
.amber-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
.amber-50-border-left {
  border-left-color: #fff8e1 !important;
}
.amber-100-bg {
  background-color: #ffecb3 !important;
}
.amber-100 {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-100-fg {
  color: #ffecb3 !important;
}
.amber-100-border {
  border-color: #ffecb3 !important;
}
.amber-100-border-top {
  border-top-color: #ffecb3 !important;
}
.amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
.amber-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
.amber-100-border-left {
  border-left-color: #ffecb3 !important;
}
.amber-200-bg {
  background-color: #ffe082 !important;
}
.amber-200 {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-200-fg {
  color: #ffe082 !important;
}
.amber-200-border {
  border-color: #ffe082 !important;
}
.amber-200-border-top {
  border-top-color: #ffe082 !important;
}
.amber-200-border-right {
  border-right-color: #ffe082 !important;
}
.amber-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
.amber-200-border-left {
  border-left-color: #ffe082 !important;
}
.amber-300-bg {
  background-color: #ffd54f !important;
}
.amber-300 {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-300-fg {
  color: #ffd54f !important;
}
.amber-300-border {
  border-color: #ffd54f !important;
}
.amber-300-border-top {
  border-top-color: #ffd54f !important;
}
.amber-300-border-right {
  border-right-color: #ffd54f !important;
}
.amber-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
.amber-300-border-left {
  border-left-color: #ffd54f !important;
}
.amber-400-bg {
  background-color: #ffca28 !important;
}
.amber-400 {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-400-fg {
  color: #ffca28 !important;
}
.amber-400-border {
  border-color: #ffca28 !important;
}
.amber-400-border-top {
  border-top-color: #ffca28 !important;
}
.amber-400-border-right {
  border-right-color: #ffca28 !important;
}
.amber-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
.amber-400-border-left {
  border-left-color: #ffca28 !important;
}
.amber-500-bg {
  background-color: #ffc107 !important;
}
.amber-500 {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-500-fg {
  color: #ffc107 !important;
}
.amber-500-border {
  border-color: #ffc107 !important;
}
.amber-500-border-top {
  border-top-color: #ffc107 !important;
}
.amber-500-border-right {
  border-right-color: #ffc107 !important;
}
.amber-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
.amber-500-border-left {
  border-left-color: #ffc107 !important;
}
.amber-bg {
  background-color: #ffc107 !important;
}
.amber {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-fg {
  color: #ffc107 !important;
}
.amber-border {
  border-color: #ffc107 !important;
}
.amber-border-top {
  border-top-color: #ffc107 !important;
}
.amber-border-right {
  border-right-color: #ffc107 !important;
}
.amber-border-bottom {
  border-bottom-color: #ffc107 !important;
}
.amber-border-left {
  border-left-color: #ffc107 !important;
}
.amber-600-bg {
  background-color: #ffb300 !important;
}
.amber-600 {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-600-fg {
  color: #ffb300 !important;
}
.amber-600-border {
  border-color: #ffb300 !important;
}
.amber-600-border-top {
  border-top-color: #ffb300 !important;
}
.amber-600-border-right {
  border-right-color: #ffb300 !important;
}
.amber-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
.amber-600-border-left {
  border-left-color: #ffb300 !important;
}
.amber-700-bg {
  background-color: #ffa000 !important;
}
.amber-700 {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-700-fg {
  color: #ffa000 !important;
}
.amber-700-border {
  border-color: #ffa000 !important;
}
.amber-700-border-top {
  border-top-color: #ffa000 !important;
}
.amber-700-border-right {
  border-right-color: #ffa000 !important;
}
.amber-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
.amber-700-border-left {
  border-left-color: #ffa000 !important;
}
.amber-800-bg {
  background-color: #ff8f00 !important;
}
.amber-800 {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-800-fg {
  color: #ff8f00 !important;
}
.amber-800-border {
  border-color: #ff8f00 !important;
}
.amber-800-border-top {
  border-top-color: #ff8f00 !important;
}
.amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
.amber-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
.amber-800-border-left {
  border-left-color: #ff8f00 !important;
}
.amber-900-bg {
  background-color: #ff6f00 !important;
}
.amber-900 {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-900-fg {
  color: #ff6f00 !important;
}
.amber-900-border {
  border-color: #ff6f00 !important;
}
.amber-900-border-top {
  border-top-color: #ff6f00 !important;
}
.amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
.amber-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
.amber-900-border-left {
  border-left-color: #ff6f00 !important;
}
.amber-A100-bg {
  background-color: #ffe57f !important;
}
.amber-A100 {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A100[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A100-fg {
  color: #ffe57f !important;
}
.amber-A100-border {
  border-color: #ffe57f !important;
}
.amber-A100-border-top {
  border-top-color: #ffe57f !important;
}
.amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
.amber-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
.amber-A100-border-left {
  border-left-color: #ffe57f !important;
}
.amber-A200-bg {
  background-color: #ffd740 !important;
}
.amber-A200 {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A200-fg {
  color: #ffd740 !important;
}
.amber-A200-border {
  border-color: #ffd740 !important;
}
.amber-A200-border-top {
  border-top-color: #ffd740 !important;
}
.amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
.amber-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
.amber-A200-border-left {
  border-left-color: #ffd740 !important;
}
.amber-A400-bg {
  background-color: #ffc400 !important;
}
.amber-A400 {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A400-fg {
  color: #ffc400 !important;
}
.amber-A400-border {
  border-color: #ffc400 !important;
}
.amber-A400-border-top {
  border-top-color: #ffc400 !important;
}
.amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
.amber-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
.amber-A400-border-left {
  border-left-color: #ffc400 !important;
}
.amber-A700-bg {
  background-color: #ffab00 !important;
}
.amber-A700 {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A700-fg {
  color: #ffab00 !important;
}
.amber-A700-border {
  border-color: #ffab00 !important;
}
.amber-A700-border-top {
  border-top-color: #ffab00 !important;
}
.amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
.amber-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
.amber-A700-border-left {
  border-left-color: #ffab00 !important;
}
.orange-50-bg {
  background-color: #fff3e0 !important;
}
.orange-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-50-fg {
  color: #fff3e0 !important;
}
.orange-50-border {
  border-color: #fff3e0 !important;
}
.orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
.orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
.orange-100-bg {
  background-color: #ffe0b2 !important;
}
.orange-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-100-fg {
  color: #ffe0b2 !important;
}
.orange-100-border {
  border-color: #ffe0b2 !important;
}
.orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
.orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
.orange-200-bg {
  background-color: #ffcc80 !important;
}
.orange-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-200-fg {
  color: #ffcc80 !important;
}
.orange-200-border {
  border-color: #ffcc80 !important;
}
.orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
.orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
.orange-300-bg {
  background-color: #ffb74d !important;
}
.orange-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-300-fg {
  color: #ffb74d !important;
}
.orange-300-border {
  border-color: #ffb74d !important;
}
.orange-300-border-top {
  border-top-color: #ffb74d !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
.orange-300-border-left {
  border-left-color: #ffb74d !important;
}
.orange-400-bg {
  background-color: #ffa726 !important;
}
.orange-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-400-fg {
  color: #ffa726 !important;
}
.orange-400-border {
  border-color: #ffa726 !important;
}
.orange-400-border-top {
  border-top-color: #ffa726 !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
.orange-400-border-left {
  border-left-color: #ffa726 !important;
}
.orange-500-bg {
  background-color: #ff9800 !important;
}
.orange-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-500-fg {
  color: #ff9800 !important;
}
.orange-500-border {
  border-color: #ff9800 !important;
}
.orange-500-border-top {
  border-top-color: #ff9800 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-500-border-left {
  border-left-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.orange-border {
  border-color: #ff9800 !important;
}
.orange-border-top {
  border-top-color: #ff9800 !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-border-left {
  border-left-color: #ff9800 !important;
}
.orange-600-bg {
  background-color: #fb8c00 !important;
}
.orange-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-600-fg {
  color: #fb8c00 !important;
}
.orange-600-border {
  border-color: #fb8c00 !important;
}
.orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
.orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
.orange-700-bg {
  background-color: #f57c00 !important;
}
.orange-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-700-fg {
  color: #f57c00 !important;
}
.orange-700-border {
  border-color: #f57c00 !important;
}
.orange-700-border-top {
  border-top-color: #f57c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
.orange-700-border-left {
  border-left-color: #f57c00 !important;
}
.orange-800-bg {
  background-color: #ef6c00 !important;
}
.orange-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}
.orange-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.orange-800-fg {
  color: #ef6c00 !important;
}
.orange-800-border {
  border-color: #ef6c00 !important;
}
.orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
.orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
.orange-900-bg {
  background-color: #e65100 !important;
}
.orange-900 {
  background-color: #e65100 !important;
  color: white !important;
}
.orange-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.orange-900-fg {
  color: #e65100 !important;
}
.orange-900-border {
  border-color: #e65100 !important;
}
.orange-900-border-top {
  border-top-color: #e65100 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
.orange-900-border-left {
  border-left-color: #e65100 !important;
}
.orange-A100-bg {
  background-color: #ffd180 !important;
}
.orange-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A100-fg {
  color: #ffd180 !important;
}
.orange-A100-border {
  border-color: #ffd180 !important;
}
.orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
.orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
.orange-A200-bg {
  background-color: #ffab40 !important;
}
.orange-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A200-fg {
  color: #ffab40 !important;
}
.orange-A200-border {
  border-color: #ffab40 !important;
}
.orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
.orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
.orange-A400-bg {
  background-color: #ff9100 !important;
}
.orange-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A400-fg {
  color: #ff9100 !important;
}
.orange-A400-border {
  border-color: #ff9100 !important;
}
.orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
.orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
.orange-A700-bg {
  background-color: #ff6d00 !important;
}
.orange-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}
.orange-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A700-fg {
  color: #ff6d00 !important;
}
.orange-A700-border {
  border-color: #ff6d00 !important;
}
.orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
.orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
.deep-orange-50-bg {
  background-color: #fbe9e7 !important;
}
.deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-50[disabled] {
  background-color: rgba(251, 233, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-50-fg {
  color: #fbe9e7 !important;
}
.deep-orange-50-border {
  border-color: #fbe9e7 !important;
}
.deep-orange-50-border-top {
  border-top-color: #fbe9e7 !important;
}
.deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
.deep-orange-50-border-bottom {
  border-bottom-color: #fbe9e7 !important;
}
.deep-orange-50-border-left {
  border-left-color: #fbe9e7 !important;
}
.deep-orange-100-bg {
  background-color: #ffccbc !important;
}
.deep-orange-100 {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-100[disabled] {
  background-color: rgba(255, 204, 188, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-100-fg {
  color: #ffccbc !important;
}
.deep-orange-100-border {
  border-color: #ffccbc !important;
}
.deep-orange-100-border-top {
  border-top-color: #ffccbc !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
.deep-orange-100-border-bottom {
  border-bottom-color: #ffccbc !important;
}
.deep-orange-100-border-left {
  border-left-color: #ffccbc !important;
}
.deep-orange-200-bg {
  background-color: #ffab91 !important;
}
.deep-orange-200 {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-200[disabled] {
  background-color: rgba(255, 171, 145, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-200-fg {
  color: #ffab91 !important;
}
.deep-orange-200-border {
  border-color: #ffab91 !important;
}
.deep-orange-200-border-top {
  border-top-color: #ffab91 !important;
}
.deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
.deep-orange-200-border-bottom {
  border-bottom-color: #ffab91 !important;
}
.deep-orange-200-border-left {
  border-left-color: #ffab91 !important;
}
.deep-orange-300-bg {
  background-color: #ff8a65 !important;
}
.deep-orange-300 {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-300[disabled] {
  background-color: rgba(255, 138, 101, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-300-fg {
  color: #ff8a65 !important;
}
.deep-orange-300-border {
  border-color: #ff8a65 !important;
}
.deep-orange-300-border-top {
  border-top-color: #ff8a65 !important;
}
.deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
.deep-orange-300-border-bottom {
  border-bottom-color: #ff8a65 !important;
}
.deep-orange-300-border-left {
  border-left-color: #ff8a65 !important;
}
.deep-orange-400-bg {
  background-color: #ff7043 !important;
}
.deep-orange-400 {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-400[disabled] {
  background-color: rgba(255, 112, 67, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-400-fg {
  color: #ff7043 !important;
}
.deep-orange-400-border {
  border-color: #ff7043 !important;
}
.deep-orange-400-border-top {
  border-top-color: #ff7043 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
.deep-orange-400-border-bottom {
  border-bottom-color: #ff7043 !important;
}
.deep-orange-400-border-left {
  border-left-color: #ff7043 !important;
}
.deep-orange-500-bg {
  background-color: #ff5722 !important;
}
.deep-orange-500 {
  background-color: #ff5722 !important;
  color: white !important;
}
.deep-orange-500[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-500-fg {
  color: #ff5722 !important;
}
.deep-orange-500-border {
  border-color: #ff5722 !important;
}
.deep-orange-500-border-top {
  border-top-color: #ff5722 !important;
}
.deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-500-border-bottom {
  border-bottom-color: #ff5722 !important;
}
.deep-orange-500-border-left {
  border-left-color: #ff5722 !important;
}
.deep-orange-bg {
  background-color: #ff5722 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
  color: white !important;
}
.deep-orange[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-fg {
  color: #ff5722 !important;
}
.deep-orange-border {
  border-color: #ff5722 !important;
}
.deep-orange-border-top {
  border-top-color: #ff5722 !important;
}
.deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-border-bottom {
  border-bottom-color: #ff5722 !important;
}
.deep-orange-border-left {
  border-left-color: #ff5722 !important;
}
.deep-orange-600-bg {
  background-color: #f4511e !important;
}
.deep-orange-600 {
  background-color: #f4511e !important;
  color: white !important;
}
.deep-orange-600[disabled] {
  background-color: rgba(244, 81, 30, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-600-fg {
  color: #f4511e !important;
}
.deep-orange-600-border {
  border-color: #f4511e !important;
}
.deep-orange-600-border-top {
  border-top-color: #f4511e !important;
}
.deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
.deep-orange-600-border-bottom {
  border-bottom-color: #f4511e !important;
}
.deep-orange-600-border-left {
  border-left-color: #f4511e !important;
}
.deep-orange-700-bg {
  background-color: #e64a19 !important;
}
.deep-orange-700 {
  background-color: #e64a19 !important;
  color: white !important;
}
.deep-orange-700[disabled] {
  background-color: rgba(230, 74, 25, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-700-fg {
  color: #e64a19 !important;
}
.deep-orange-700-border {
  border-color: #e64a19 !important;
}
.deep-orange-700-border-top {
  border-top-color: #e64a19 !important;
}
.deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
.deep-orange-700-border-bottom {
  border-bottom-color: #e64a19 !important;
}
.deep-orange-700-border-left {
  border-left-color: #e64a19 !important;
}
.deep-orange-800-bg {
  background-color: #d84315 !important;
}
.deep-orange-800 {
  background-color: #d84315 !important;
  color: white !important;
}
.deep-orange-800[disabled] {
  background-color: rgba(216, 67, 21, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-800-fg {
  color: #d84315 !important;
}
.deep-orange-800-border {
  border-color: #d84315 !important;
}
.deep-orange-800-border-top {
  border-top-color: #d84315 !important;
}
.deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
.deep-orange-800-border-bottom {
  border-bottom-color: #d84315 !important;
}
.deep-orange-800-border-left {
  border-left-color: #d84315 !important;
}
.deep-orange-900-bg {
  background-color: #bf360c !important;
}
.deep-orange-900 {
  background-color: #bf360c !important;
  color: white !important;
}
.deep-orange-900[disabled] {
  background-color: rgba(191, 54, 12, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-900-fg {
  color: #bf360c !important;
}
.deep-orange-900-border {
  border-color: #bf360c !important;
}
.deep-orange-900-border-top {
  border-top-color: #bf360c !important;
}
.deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
.deep-orange-900-border-bottom {
  border-bottom-color: #bf360c !important;
}
.deep-orange-900-border-left {
  border-left-color: #bf360c !important;
}
.deep-orange-A100-bg {
  background-color: #ff9e80 !important;
}
.deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-A100[disabled] {
  background-color: rgba(255, 158, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-A100-fg {
  color: #ff9e80 !important;
}
.deep-orange-A100-border {
  border-color: #ff9e80 !important;
}
.deep-orange-A100-border-top {
  border-top-color: #ff9e80 !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
.deep-orange-A100-border-bottom {
  border-bottom-color: #ff9e80 !important;
}
.deep-orange-A100-border-left {
  border-left-color: #ff9e80 !important;
}
.deep-orange-A200-bg {
  background-color: #ff6e40 !important;
}
.deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-A200[disabled] {
  background-color: rgba(255, 110, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-A200-fg {
  color: #ff6e40 !important;
}
.deep-orange-A200-border {
  border-color: #ff6e40 !important;
}
.deep-orange-A200-border-top {
  border-top-color: #ff6e40 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
.deep-orange-A200-border-bottom {
  border-bottom-color: #ff6e40 !important;
}
.deep-orange-A200-border-left {
  border-left-color: #ff6e40 !important;
}
.deep-orange-A400-bg {
  background-color: #ff3d00 !important;
}
.deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: white !important;
}
.deep-orange-A400[disabled] {
  background-color: rgba(255, 61, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-A400-fg {
  color: #ff3d00 !important;
}
.deep-orange-A400-border {
  border-color: #ff3d00 !important;
}
.deep-orange-A400-border-top {
  border-top-color: #ff3d00 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
.deep-orange-A400-border-bottom {
  border-bottom-color: #ff3d00 !important;
}
.deep-orange-A400-border-left {
  border-left-color: #ff3d00 !important;
}
.deep-orange-A700-bg {
  background-color: #dd2c00 !important;
}
.deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: white !important;
}
.deep-orange-A700[disabled] {
  background-color: rgba(221, 44, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-A700-fg {
  color: #dd2c00 !important;
}
.deep-orange-A700-border {
  border-color: #dd2c00 !important;
}
.deep-orange-A700-border-top {
  border-top-color: #dd2c00 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
.deep-orange-A700-border-bottom {
  border-bottom-color: #dd2c00 !important;
}
.deep-orange-A700-border-left {
  border-left-color: #dd2c00 !important;
}
.brown-50-bg {
  background-color: #efebe9 !important;
}
.brown-50 {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-50[disabled] {
  background-color: rgba(239, 235, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-50-fg {
  color: #efebe9 !important;
}
.brown-50-border {
  border-color: #efebe9 !important;
}
.brown-50-border-top {
  border-top-color: #efebe9 !important;
}
.brown-50-border-right {
  border-right-color: #efebe9 !important;
}
.brown-50-border-bottom {
  border-bottom-color: #efebe9 !important;
}
.brown-50-border-left {
  border-left-color: #efebe9 !important;
}
.brown-100-bg {
  background-color: #d7ccc8 !important;
}
.brown-100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-100-fg {
  color: #d7ccc8 !important;
}
.brown-100-border {
  border-color: #d7ccc8 !important;
}
.brown-100-border-top {
  border-top-color: #d7ccc8 !important;
}
.brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
.brown-100-border-left {
  border-left-color: #d7ccc8 !important;
}
.brown-200-bg {
  background-color: #bcaaa4 !important;
}
.brown-200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-200-fg {
  color: #bcaaa4 !important;
}
.brown-200-border {
  border-color: #bcaaa4 !important;
}
.brown-200-border-top {
  border-top-color: #bcaaa4 !important;
}
.brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
.brown-200-border-left {
  border-left-color: #bcaaa4 !important;
}
.brown-300-bg {
  background-color: #a1887f !important;
}
.brown-300 {
  background-color: #a1887f !important;
  color: white !important;
}
.brown-300[disabled] {
  background-color: rgba(161, 136, 127, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-300-fg {
  color: #a1887f !important;
}
.brown-300-border {
  border-color: #a1887f !important;
}
.brown-300-border-top {
  border-top-color: #a1887f !important;
}
.brown-300-border-right {
  border-right-color: #a1887f !important;
}
.brown-300-border-bottom {
  border-bottom-color: #a1887f !important;
}
.brown-300-border-left {
  border-left-color: #a1887f !important;
}
.brown-400-bg {
  background-color: #8d6e63 !important;
}
.brown-400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.brown-400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-400-fg {
  color: #8d6e63 !important;
}
.brown-400-border {
  border-color: #8d6e63 !important;
}
.brown-400-border-top {
  border-top-color: #8d6e63 !important;
}
.brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
.brown-400-border-left {
  border-left-color: #8d6e63 !important;
}
.brown-500-bg {
  background-color: #795548 !important;
}
.brown-500 {
  background-color: #795548 !important;
  color: white !important;
}
.brown-500[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-500-fg {
  color: #795548 !important;
}
.brown-500-border {
  border-color: #795548 !important;
}
.brown-500-border-top {
  border-top-color: #795548 !important;
}
.brown-500-border-right {
  border-right-color: #795548 !important;
}
.brown-500-border-bottom {
  border-bottom-color: #795548 !important;
}
.brown-500-border-left {
  border-left-color: #795548 !important;
}
.brown-bg {
  background-color: #795548 !important;
}
.brown {
  background-color: #795548 !important;
  color: white !important;
}
.brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-fg {
  color: #795548 !important;
}
.brown-border {
  border-color: #795548 !important;
}
.brown-border-top {
  border-top-color: #795548 !important;
}
.brown-border-right {
  border-right-color: #795548 !important;
}
.brown-border-bottom {
  border-bottom-color: #795548 !important;
}
.brown-border-left {
  border-left-color: #795548 !important;
}
.brown-600-bg {
  background-color: #6d4c41 !important;
}
.brown-600 {
  background-color: #6d4c41 !important;
  color: white !important;
}
.brown-600[disabled] {
  background-color: rgba(109, 76, 65, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-600-fg {
  color: #6d4c41 !important;
}
.brown-600-border {
  border-color: #6d4c41 !important;
}
.brown-600-border-top {
  border-top-color: #6d4c41 !important;
}
.brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
.brown-600-border-bottom {
  border-bottom-color: #6d4c41 !important;
}
.brown-600-border-left {
  border-left-color: #6d4c41 !important;
}
.brown-700-bg {
  background-color: #5d4037 !important;
}
.brown-700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.brown-700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-700-fg {
  color: #5d4037 !important;
}
.brown-700-border {
  border-color: #5d4037 !important;
}
.brown-700-border-top {
  border-top-color: #5d4037 !important;
}
.brown-700-border-right {
  border-right-color: #5d4037 !important;
}
.brown-700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
.brown-700-border-left {
  border-left-color: #5d4037 !important;
}
.brown-800-bg {
  background-color: #4e342e !important;
}
.brown-800 {
  background-color: #4e342e !important;
  color: white !important;
}
.brown-800[disabled] {
  background-color: rgba(78, 52, 46, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-800-fg {
  color: #4e342e !important;
}
.brown-800-border {
  border-color: #4e342e !important;
}
.brown-800-border-top {
  border-top-color: #4e342e !important;
}
.brown-800-border-right {
  border-right-color: #4e342e !important;
}
.brown-800-border-bottom {
  border-bottom-color: #4e342e !important;
}
.brown-800-border-left {
  border-left-color: #4e342e !important;
}
.brown-900-bg {
  background-color: #3e2723 !important;
}
.brown-900 {
  background-color: #3e2723 !important;
  color: white !important;
}
.brown-900[disabled] {
  background-color: rgba(62, 39, 35, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-900-fg {
  color: #3e2723 !important;
}
.brown-900-border {
  border-color: #3e2723 !important;
}
.brown-900-border-top {
  border-top-color: #3e2723 !important;
}
.brown-900-border-right {
  border-right-color: #3e2723 !important;
}
.brown-900-border-bottom {
  border-bottom-color: #3e2723 !important;
}
.brown-900-border-left {
  border-left-color: #3e2723 !important;
}
.brown-A100-bg {
  background-color: #d7ccc8 !important;
}
.brown-A100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-A100[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-A100-fg {
  color: #d7ccc8 !important;
}
.brown-A100-border {
  border-color: #d7ccc8 !important;
}
.brown-A100-border-top {
  border-top-color: #d7ccc8 !important;
}
.brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-A100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
.brown-A100-border-left {
  border-left-color: #d7ccc8 !important;
}
.brown-A200-bg {
  background-color: #bcaaa4 !important;
}
.brown-A200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-A200[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-A200-fg {
  color: #bcaaa4 !important;
}
.brown-A200-border {
  border-color: #bcaaa4 !important;
}
.brown-A200-border-top {
  border-top-color: #bcaaa4 !important;
}
.brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-A200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
.brown-A200-border-left {
  border-left-color: #bcaaa4 !important;
}
.brown-A400-bg {
  background-color: #8d6e63 !important;
}
.brown-A400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.brown-A400[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-A400-fg {
  color: #8d6e63 !important;
}
.brown-A400-border {
  border-color: #8d6e63 !important;
}
.brown-A400-border-top {
  border-top-color: #8d6e63 !important;
}
.brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-A400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
.brown-A400-border-left {
  border-left-color: #8d6e63 !important;
}
.brown-A700-bg {
  background-color: #5d4037 !important;
}
.brown-A700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.brown-A700[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-A700-fg {
  color: #5d4037 !important;
}
.brown-A700-border {
  border-color: #5d4037 !important;
}
.brown-A700-border-top {
  border-top-color: #5d4037 !important;
}
.brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
.brown-A700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
.brown-A700-border-left {
  border-left-color: #5d4037 !important;
}
.grey-50-bg {
  background-color: #fafafa !important;
}
.grey-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-50-fg {
  color: #fafafa !important;
}
.grey-50-border {
  border-color: #fafafa !important;
}
.grey-50-border-top {
  border-top-color: #fafafa !important;
}
.grey-50-border-right {
  border-right-color: #fafafa !important;
}
.grey-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
.grey-50-border-left {
  border-left-color: #fafafa !important;
}
.grey-100-bg {
  background-color: #f5f5f5 !important;
}
.grey-100 {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-100-fg {
  color: #f5f5f5 !important;
}
.grey-100-border {
  border-color: #f5f5f5 !important;
}
.grey-100-border-top {
  border-top-color: #f5f5f5 !important;
}
.grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
.grey-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
.grey-100-border-left {
  border-left-color: #f5f5f5 !important;
}
.grey-200-bg {
  background-color: #eeeeee !important;
}
.grey-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-200-fg {
  color: #eeeeee !important;
}
.grey-200-border {
  border-color: #eeeeee !important;
}
.grey-200-border-top {
  border-top-color: #eeeeee !important;
}
.grey-200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
.grey-200-border-left {
  border-left-color: #eeeeee !important;
}
.grey-300-bg {
  background-color: #e0e0e0 !important;
}
.grey-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-300-fg {
  color: #e0e0e0 !important;
}
.grey-300-border {
  border-color: #e0e0e0 !important;
}
.grey-300-border-top {
  border-top-color: #e0e0e0 !important;
}
.grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
.grey-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
.grey-300-border-left {
  border-left-color: #e0e0e0 !important;
}
.grey-400-bg {
  background-color: #bdbdbd !important;
}
.grey-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-400-fg {
  color: #bdbdbd !important;
}
.grey-400-border {
  border-color: #bdbdbd !important;
}
.grey-400-border-top {
  border-top-color: #bdbdbd !important;
}
.grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
.grey-400-border-left {
  border-left-color: #bdbdbd !important;
}
.grey-500-bg {
  background-color: #9e9e9e !important;
}
.grey-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-500-fg {
  color: #9e9e9e !important;
}
.grey-500-border {
  border-color: #9e9e9e !important;
}
.grey-500-border-top {
  border-top-color: #9e9e9e !important;
}
.grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
.grey-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
.grey-500-border-left {
  border-left-color: #9e9e9e !important;
}
.grey-bg {
  background-color: #9e9e9e !important;
}
.grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-fg {
  color: #9e9e9e !important;
}
.grey-border {
  border-color: #9e9e9e !important;
}
.grey-border-top {
  border-top-color: #9e9e9e !important;
}
.grey-border-right {
  border-right-color: #9e9e9e !important;
}
.grey-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
.grey-border-left {
  border-left-color: #9e9e9e !important;
}
.grey-600-bg {
  background-color: #757575 !important;
}
.grey-600 {
  background-color: #757575 !important;
  color: white !important;
}
.grey-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-600-fg {
  color: #757575 !important;
}
.grey-600-border {
  border-color: #757575 !important;
}
.grey-600-border-top {
  border-top-color: #757575 !important;
}
.grey-600-border-right {
  border-right-color: #757575 !important;
}
.grey-600-border-bottom {
  border-bottom-color: #757575 !important;
}
.grey-600-border-left {
  border-left-color: #757575 !important;
}
.grey-700-bg {
  background-color: #616161 !important;
}
.grey-700 {
  background-color: #616161 !important;
  color: white !important;
}
.grey-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-700-fg {
  color: #616161 !important;
}
.grey-700-border {
  border-color: #616161 !important;
}
.grey-700-border-top {
  border-top-color: #616161 !important;
}
.grey-700-border-right {
  border-right-color: #616161 !important;
}
.grey-700-border-bottom {
  border-bottom-color: #616161 !important;
}
.grey-700-border-left {
  border-left-color: #616161 !important;
}
.grey-800-bg {
  background-color: #424242 !important;
}
.grey-800 {
  background-color: #424242 !important;
  color: white !important;
}
.grey-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-800-fg {
  color: #424242 !important;
}
.grey-800-border {
  border-color: #424242 !important;
}
.grey-800-border-top {
  border-top-color: #424242 !important;
}
.grey-800-border-right {
  border-right-color: #424242 !important;
}
.grey-800-border-bottom {
  border-bottom-color: #424242 !important;
}
.grey-800-border-left {
  border-left-color: #424242 !important;
}
.grey-900-bg {
  background-color: #212121 !important;
}
.grey-900 {
  background-color: #212121 !important;
  color: white !important;
}
.grey-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-900-fg {
  color: #212121 !important;
}
.grey-900-border {
  border-color: #212121 !important;
}
.grey-900-border-top {
  border-top-color: #212121 !important;
}
.grey-900-border-right {
  border-right-color: #212121 !important;
}
.grey-900-border-bottom {
  border-bottom-color: #212121 !important;
}
.grey-900-border-left {
  border-left-color: #212121 !important;
}
.grey-A100-bg {
  background-color: #ffffff !important;
}
.grey-A100 {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A100-fg {
  color: #ffffff !important;
}
.grey-A100-border {
  border-color: #ffffff !important;
}
.grey-A100-border-top {
  border-top-color: #ffffff !important;
}
.grey-A100-border-right {
  border-right-color: #ffffff !important;
}
.grey-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
.grey-A100-border-left {
  border-left-color: #ffffff !important;
}
.grey-A200-bg {
  background-color: #eeeeee !important;
}
.grey-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A200-fg {
  color: #eeeeee !important;
}
.grey-A200-border {
  border-color: #eeeeee !important;
}
.grey-A200-border-top {
  border-top-color: #eeeeee !important;
}
.grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
.grey-A200-border-left {
  border-left-color: #eeeeee !important;
}
.grey-A400-bg {
  background-color: #bdbdbd !important;
}
.grey-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A400-fg {
  color: #bdbdbd !important;
}
.grey-A400-border {
  border-color: #bdbdbd !important;
}
.grey-A400-border-top {
  border-top-color: #bdbdbd !important;
}
.grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
.grey-A400-border-left {
  border-left-color: #bdbdbd !important;
}
.grey-A700-bg {
  background-color: #616161 !important;
}
.grey-A700 {
  background-color: #616161 !important;
  color: white !important;
}
.grey-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-A700-fg {
  color: #616161 !important;
}
.grey-A700-border {
  border-color: #616161 !important;
}
.grey-A700-border-top {
  border-top-color: #616161 !important;
}
.grey-A700-border-right {
  border-right-color: #616161 !important;
}
.grey-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
.grey-A700-border-left {
  border-left-color: #616161 !important;
}
.blue-grey-50-bg {
  background-color: #eceff1 !important;
}
.blue-grey-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-50-fg {
  color: #eceff1 !important;
}
.blue-grey-50-border {
  border-color: #eceff1 !important;
}
.blue-grey-50-border-top {
  border-top-color: #eceff1 !important;
}
.blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
.blue-grey-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
.blue-grey-50-border-left {
  border-left-color: #eceff1 !important;
}
.blue-grey-100-bg {
  background-color: #cfd8dc !important;
}
.blue-grey-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-100-fg {
  color: #cfd8dc !important;
}
.blue-grey-100-border {
  border-color: #cfd8dc !important;
}
.blue-grey-100-border-top {
  border-top-color: #cfd8dc !important;
}
.blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
.blue-grey-100-border-left {
  border-left-color: #cfd8dc !important;
}
.blue-grey-200-bg {
  background-color: #b0bec5 !important;
}
.blue-grey-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-200-fg {
  color: #b0bec5 !important;
}
.blue-grey-200-border {
  border-color: #b0bec5 !important;
}
.blue-grey-200-border-top {
  border-top-color: #b0bec5 !important;
}
.blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
.blue-grey-200-border-left {
  border-left-color: #b0bec5 !important;
}
.blue-grey-300-bg {
  background-color: #90a4ae !important;
}
.blue-grey-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-300-fg {
  color: #90a4ae !important;
}
.blue-grey-300-border {
  border-color: #90a4ae !important;
}
.blue-grey-300-border-top {
  border-top-color: #90a4ae !important;
}
.blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
.blue-grey-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
.blue-grey-300-border-left {
  border-left-color: #90a4ae !important;
}
.blue-grey-400-bg {
  background-color: #78909c !important;
}
.blue-grey-400 {
  background-color: #78909c !important;
  color: white !important;
}
.blue-grey-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-400-fg {
  color: #78909c !important;
}
.blue-grey-400-border {
  border-color: #78909c !important;
}
.blue-grey-400-border-top {
  border-top-color: #78909c !important;
}
.blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-400-border-bottom {
  border-bottom-color: #78909c !important;
}
.blue-grey-400-border-left {
  border-left-color: #78909c !important;
}
.blue-grey-500-bg {
  background-color: #607d8b !important;
}
.blue-grey-500 {
  background-color: #607d8b !important;
  color: white !important;
}
.blue-grey-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-500-fg {
  color: #607d8b !important;
}
.blue-grey-500-border {
  border-color: #607d8b !important;
}
.blue-grey-500-border-top {
  border-top-color: #607d8b !important;
}
.blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
.blue-grey-500-border-left {
  border-left-color: #607d8b !important;
}
.blue-grey-bg {
  background-color: #607d8b !important;
}
.blue-grey {
  background-color: #607d8b !important;
  color: white !important;
}
.blue-grey[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-fg {
  color: #607d8b !important;
}
.blue-grey-border {
  border-color: #607d8b !important;
}
.blue-grey-border-top {
  border-top-color: #607d8b !important;
}
.blue-grey-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-border-bottom {
  border-bottom-color: #607d8b !important;
}
.blue-grey-border-left {
  border-left-color: #607d8b !important;
}
.blue-grey-600-bg {
  background-color: #546e7a !important;
}
.blue-grey-600 {
  background-color: #546e7a !important;
  color: white !important;
}
.blue-grey-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-600-fg {
  color: #546e7a !important;
}
.blue-grey-600-border {
  border-color: #546e7a !important;
}
.blue-grey-600-border-top {
  border-top-color: #546e7a !important;
}
.blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
.blue-grey-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
.blue-grey-600-border-left {
  border-left-color: #546e7a !important;
}
.blue-grey-700-bg {
  background-color: #455a64 !important;
}
.blue-grey-700 {
  background-color: #455a64 !important;
  color: white !important;
}
.blue-grey-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-700-fg {
  color: #455a64 !important;
}
.blue-grey-700-border {
  border-color: #455a64 !important;
}
.blue-grey-700-border-top {
  border-top-color: #455a64 !important;
}
.blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
.blue-grey-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
.blue-grey-700-border-left {
  border-left-color: #455a64 !important;
}
.blue-grey-800-bg {
  background-color: #37474f !important;
}
.blue-grey-800 {
  background-color: #37474f !important;
  color: white !important;
}
.blue-grey-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-800-fg {
  color: #37474f !important;
}
.blue-grey-800-border {
  border-color: #37474f !important;
}
.blue-grey-800-border-top {
  border-top-color: #37474f !important;
}
.blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
.blue-grey-800-border-bottom {
  border-bottom-color: #37474f !important;
}
.blue-grey-800-border-left {
  border-left-color: #37474f !important;
}
.blue-grey-900-bg {
  background-color: #263238 !important;
}
.blue-grey-900 {
  background-color: #263238 !important;
  color: white !important;
}
.blue-grey-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-900-fg {
  color: #263238 !important;
}
.blue-grey-900-border {
  border-color: #263238 !important;
}
.blue-grey-900-border-top {
  border-top-color: #263238 !important;
}
.blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
.blue-grey-900-border-bottom {
  border-bottom-color: #263238 !important;
}
.blue-grey-900-border-left {
  border-left-color: #263238 !important;
}
.blue-grey-A100-bg {
  background-color: #cfd8dc !important;
}
.blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-A100-fg {
  color: #cfd8dc !important;
}
.blue-grey-A100-border {
  border-color: #cfd8dc !important;
}
.blue-grey-A100-border-top {
  border-top-color: #cfd8dc !important;
}
.blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
.blue-grey-A100-border-left {
  border-left-color: #cfd8dc !important;
}
.blue-grey-A200-bg {
  background-color: #b0bec5 !important;
}
.blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-A200-fg {
  color: #b0bec5 !important;
}
.blue-grey-A200-border {
  border-color: #b0bec5 !important;
}
.blue-grey-A200-border-top {
  border-top-color: #b0bec5 !important;
}
.blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
.blue-grey-A200-border-left {
  border-left-color: #b0bec5 !important;
}
.blue-grey-A400-bg {
  background-color: #78909c !important;
}
.blue-grey-A400 {
  background-color: #78909c !important;
  color: white !important;
}
.blue-grey-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-A400-fg {
  color: #78909c !important;
}
.blue-grey-A400-border {
  border-color: #78909c !important;
}
.blue-grey-A400-border-top {
  border-top-color: #78909c !important;
}
.blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
.blue-grey-A400-border-left {
  border-left-color: #78909c !important;
}
.blue-grey-A700-bg {
  background-color: #455a64 !important;
}
.blue-grey-A700 {
  background-color: #455a64 !important;
  color: white !important;
}
.blue-grey-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-A700-fg {
  color: #455a64 !important;
}
.blue-grey-A700-border {
  border-color: #455a64 !important;
}
.blue-grey-A700-border-top {
  border-top-color: #455a64 !important;
}
.blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
.blue-grey-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
.blue-grey-A700-border-left {
  border-left-color: #455a64 !important;
}
.red-50 i,
.red-50 .icon, .red-100 i,
.red-100 .icon, .red-200 i,
.red-200 .icon, .red-300 i,
.red-300 .icon, .red-400 i,
.red-400 .icon, .red-A100 i,
.red-A100 .icon, .pink-50 i,
.pink-50 .icon, .pink-100 i,
.pink-100 .icon, .pink-200 i,
.pink-200 .icon, .pink-300 i,
.pink-300 .icon, .pink-400 i,
.pink-400 .icon, .pink-A100 i,
.pink-A100 .icon, .purple-50 i,
.purple-50 .icon, .purple-100 i,
.purple-100 .icon, .purple-200 i,
.purple-200 .icon, .purple-A100 i,
.purple-A100 .icon, .deep-purple-50 i,
.deep-purple-50 .icon, .deep-purple-100 i,
.deep-purple-100 .icon, .deep-purple-200 i,
.deep-purple-200 .icon, .deep-purple-A100 i,
.deep-purple-A100 .icon, .indigo-50 i,
.indigo-50 .icon, .indigo-100 i,
.indigo-100 .icon, .indigo-200 i,
.indigo-200 .icon, .indigo-A100 i,
.indigo-A100 .icon, .blue-50 i,
.blue-50 .icon, .blue-100 i,
.blue-100 .icon, .blue-200 i,
.blue-200 .icon, .blue-300 i,
.blue-300 .icon, .blue-400 i,
.blue-400 .icon, .blue-A100 i,
.blue-A100 .icon, .light-blue-50 i,
.light-blue-50 .icon, .light-blue-100 i,
.light-blue-100 .icon, .light-blue-200 i,
.light-blue-200 .icon, .light-blue-300 i,
.light-blue-300 .icon, .light-blue-400 i,
.light-blue-400 .icon, .light-blue-A100 i,
.light-blue-A100 .icon, .light-blue-A200 i,
.light-blue-A200 .icon, .light-blue-A400 i,
.light-blue-A400 .icon, .cyan-50 i,
.cyan-50 .icon, .cyan-100 i,
.cyan-100 .icon, .cyan-200 i,
.cyan-200 .icon, .cyan-300 i,
.cyan-300 .icon, .cyan-400 i,
.cyan-400 .icon, .cyan-A100 i,
.cyan-A100 .icon, .cyan-A200 i,
.cyan-A200 .icon, .cyan-A400 i,
.cyan-A400 .icon, .cyan-A700 i,
.cyan-A700 .icon, .teal-50 i,
.teal-50 .icon, .teal-100 i,
.teal-100 .icon, .teal-200 i,
.teal-200 .icon, .teal-300 i,
.teal-300 .icon, .teal-400 i,
.teal-400 .icon, .teal-A100 i,
.teal-A100 .icon, .teal-A200 i,
.teal-A200 .icon, .teal-A400 i,
.teal-A400 .icon, .teal-A700 i,
.teal-A700 .icon, .green-50 i,
.green-50 .icon, .green-100 i,
.green-100 .icon, .green-200 i,
.green-200 .icon, .green-300 i,
.green-300 .icon, .green-400 i,
.green-400 .icon, .green-500 i,
.green-500 .icon, .green i,
.green .icon, .green-A100 i,
.green-A100 .icon, .green-A200 i,
.green-A200 .icon, .green-A400 i,
.green-A400 .icon, .green-A700 i,
.green-A700 .icon, .light-green-50 i,
.light-green-50 .icon, .light-green-100 i,
.light-green-100 .icon, .light-green-200 i,
.light-green-200 .icon, .light-green-300 i,
.light-green-300 .icon, .light-green-400 i,
.light-green-400 .icon, .light-green-500 i,
.light-green-500 .icon, .light-green i,
.light-green .icon, .light-green-600 i,
.light-green-600 .icon, .light-green-A100 i,
.light-green-A100 .icon, .light-green-A200 i,
.light-green-A200 .icon, .light-green-A400 i,
.light-green-A400 .icon, .light-green-A700 i,
.light-green-A700 .icon, .lime-50 i,
.lime-50 .icon, .lime-100 i,
.lime-100 .icon, .lime-200 i,
.lime-200 .icon, .lime-300 i,
.lime-300 .icon, .lime-400 i,
.lime-400 .icon, .lime-500 i,
.lime-500 .icon, .lime i,
.lime .icon, .lime-600 i,
.lime-600 .icon, .lime-700 i,
.lime-700 .icon, .lime-800 i,
.lime-800 .icon, .lime-A100 i,
.lime-A100 .icon, .lime-A200 i,
.lime-A200 .icon, .lime-A400 i,
.lime-A400 .icon, .lime-A700 i,
.lime-A700 .icon, .yellow-50 i,
.yellow-50 .icon, .yellow-100 i,
.yellow-100 .icon, .yellow-200 i,
.yellow-200 .icon, .yellow-300 i,
.yellow-300 .icon, .yellow-400 i,
.yellow-400 .icon, .yellow-500 i,
.yellow-500 .icon, .yellow i,
.yellow .icon, .yellow-600 i,
.yellow-600 .icon, .yellow-700 i,
.yellow-700 .icon, .yellow-800 i,
.yellow-800 .icon, .yellow-900 i,
.yellow-900 .icon, .yellow-A100 i,
.yellow-A100 .icon, .yellow-A200 i,
.yellow-A200 .icon, .yellow-A400 i,
.yellow-A400 .icon, .yellow-A700 i,
.yellow-A700 .icon, .amber-50 i,
.amber-50 .icon, .amber-100 i,
.amber-100 .icon, .amber-200 i,
.amber-200 .icon, .amber-300 i,
.amber-300 .icon, .amber-400 i,
.amber-400 .icon, .amber-500 i,
.amber-500 .icon, .amber i,
.amber .icon, .amber-600 i,
.amber-600 .icon, .amber-700 i,
.amber-700 .icon, .amber-800 i,
.amber-800 .icon, .amber-900 i,
.amber-900 .icon, .amber-A100 i,
.amber-A100 .icon, .amber-A200 i,
.amber-A200 .icon, .amber-A400 i,
.amber-A400 .icon, .amber-A700 i,
.amber-A700 .icon, .orange-50 i,
.orange-50 .icon, .orange-100 i,
.orange-100 .icon, .orange-200 i,
.orange-200 .icon, .orange-300 i,
.orange-300 .icon, .orange-400 i,
.orange-400 .icon, .orange-500 i,
.orange-500 .icon, .orange i,
.orange .icon, .orange-600 i,
.orange-600 .icon, .orange-700 i,
.orange-700 .icon, .orange-A100 i,
.orange-A100 .icon, .orange-A200 i,
.orange-A200 .icon, .orange-A400 i,
.orange-A400 .icon, .orange-A700 i,
.orange-A700 .icon, .deep-orange-50 i,
.deep-orange-50 .icon, .deep-orange-100 i,
.deep-orange-100 .icon, .deep-orange-200 i,
.deep-orange-200 .icon, .deep-orange-300 i,
.deep-orange-300 .icon, .deep-orange-400 i,
.deep-orange-400 .icon, .deep-orange-A100 i,
.deep-orange-A100 .icon, .deep-orange-A200 i,
.deep-orange-A200 .icon, .brown-50 i,
.brown-50 .icon, .brown-100 i,
.brown-100 .icon, .brown-200 i,
.brown-200 .icon, .brown-A100 i,
.brown-A100 .icon, .brown-A200 i,
.brown-A200 .icon, .grey-50 i,
.grey-50 .icon, .grey-100 i,
.grey-100 .icon, .grey-200 i,
.grey-200 .icon, .grey-300 i,
.grey-300 .icon, .grey-400 i,
.grey-400 .icon, .grey-500 i,
.grey-500 .icon, .grey i,
.grey .icon, .grey-A100 i,
.grey-A100 .icon, .grey-A200 i,
.grey-A200 .icon, .grey-A400 i,
.grey-A400 .icon, .blue-grey-50 i,
.blue-grey-50 .icon, .blue-grey-100 i,
.blue-grey-100 .icon, .blue-grey-200 i,
.blue-grey-200 .icon, .blue-grey-300 i,
.blue-grey-300 .icon, .blue-grey-A100 i,
.blue-grey-A100 .icon, .blue-grey-A200 i,
.blue-grey-A200 .icon {
  color: rgba(0, 0, 0, 0.54);
}
.red-50.secondary-text,
.red-50 .secondary-text, .red-100.secondary-text,
.red-100 .secondary-text, .red-200.secondary-text,
.red-200 .secondary-text, .red-300.secondary-text,
.red-300 .secondary-text, .red-400.secondary-text,
.red-400 .secondary-text, .red-A100.secondary-text,
.red-A100 .secondary-text, .pink-50.secondary-text,
.pink-50 .secondary-text, .pink-100.secondary-text,
.pink-100 .secondary-text, .pink-200.secondary-text,
.pink-200 .secondary-text, .pink-300.secondary-text,
.pink-300 .secondary-text, .pink-400.secondary-text,
.pink-400 .secondary-text, .pink-A100.secondary-text,
.pink-A100 .secondary-text, .purple-50.secondary-text,
.purple-50 .secondary-text, .purple-100.secondary-text,
.purple-100 .secondary-text, .purple-200.secondary-text,
.purple-200 .secondary-text, .purple-A100.secondary-text,
.purple-A100 .secondary-text, .deep-purple-50.secondary-text,
.deep-purple-50 .secondary-text, .deep-purple-100.secondary-text,
.deep-purple-100 .secondary-text, .deep-purple-200.secondary-text,
.deep-purple-200 .secondary-text, .deep-purple-A100.secondary-text,
.deep-purple-A100 .secondary-text, .indigo-50.secondary-text,
.indigo-50 .secondary-text, .indigo-100.secondary-text,
.indigo-100 .secondary-text, .indigo-200.secondary-text,
.indigo-200 .secondary-text, .indigo-A100.secondary-text,
.indigo-A100 .secondary-text, .blue-50.secondary-text,
.blue-50 .secondary-text, .blue-100.secondary-text,
.blue-100 .secondary-text, .blue-200.secondary-text,
.blue-200 .secondary-text, .blue-300.secondary-text,
.blue-300 .secondary-text, .blue-400.secondary-text,
.blue-400 .secondary-text, .blue-A100.secondary-text,
.blue-A100 .secondary-text, .light-blue-50.secondary-text,
.light-blue-50 .secondary-text, .light-blue-100.secondary-text,
.light-blue-100 .secondary-text, .light-blue-200.secondary-text,
.light-blue-200 .secondary-text, .light-blue-300.secondary-text,
.light-blue-300 .secondary-text, .light-blue-400.secondary-text,
.light-blue-400 .secondary-text, .light-blue-A100.secondary-text,
.light-blue-A100 .secondary-text, .light-blue-A200.secondary-text,
.light-blue-A200 .secondary-text, .light-blue-A400.secondary-text,
.light-blue-A400 .secondary-text, .cyan-50.secondary-text,
.cyan-50 .secondary-text, .cyan-100.secondary-text,
.cyan-100 .secondary-text, .cyan-200.secondary-text,
.cyan-200 .secondary-text, .cyan-300.secondary-text,
.cyan-300 .secondary-text, .cyan-400.secondary-text,
.cyan-400 .secondary-text, .cyan-A100.secondary-text,
.cyan-A100 .secondary-text, .cyan-A200.secondary-text,
.cyan-A200 .secondary-text, .cyan-A400.secondary-text,
.cyan-A400 .secondary-text, .cyan-A700.secondary-text,
.cyan-A700 .secondary-text, .teal-50.secondary-text,
.teal-50 .secondary-text, .teal-100.secondary-text,
.teal-100 .secondary-text, .teal-200.secondary-text,
.teal-200 .secondary-text, .teal-300.secondary-text,
.teal-300 .secondary-text, .teal-400.secondary-text,
.teal-400 .secondary-text, .teal-A100.secondary-text,
.teal-A100 .secondary-text, .teal-A200.secondary-text,
.teal-A200 .secondary-text, .teal-A400.secondary-text,
.teal-A400 .secondary-text, .teal-A700.secondary-text,
.teal-A700 .secondary-text, .green-50.secondary-text,
.green-50 .secondary-text, .green-100.secondary-text,
.green-100 .secondary-text, .green-200.secondary-text,
.green-200 .secondary-text, .green-300.secondary-text,
.green-300 .secondary-text, .green-400.secondary-text,
.green-400 .secondary-text, .green-500.secondary-text,
.green-500 .secondary-text, .green.secondary-text,
.green .secondary-text, .green-A100.secondary-text,
.green-A100 .secondary-text, .green-A200.secondary-text,
.green-A200 .secondary-text, .green-A400.secondary-text,
.green-A400 .secondary-text, .green-A700.secondary-text,
.green-A700 .secondary-text, .light-green-50.secondary-text,
.light-green-50 .secondary-text, .light-green-100.secondary-text,
.light-green-100 .secondary-text, .light-green-200.secondary-text,
.light-green-200 .secondary-text, .light-green-300.secondary-text,
.light-green-300 .secondary-text, .light-green-400.secondary-text,
.light-green-400 .secondary-text, .light-green-500.secondary-text,
.light-green-500 .secondary-text, .light-green.secondary-text,
.light-green .secondary-text, .light-green-600.secondary-text,
.light-green-600 .secondary-text, .light-green-A100.secondary-text,
.light-green-A100 .secondary-text, .light-green-A200.secondary-text,
.light-green-A200 .secondary-text, .light-green-A400.secondary-text,
.light-green-A400 .secondary-text, .light-green-A700.secondary-text,
.light-green-A700 .secondary-text, .lime-50.secondary-text,
.lime-50 .secondary-text, .lime-100.secondary-text,
.lime-100 .secondary-text, .lime-200.secondary-text,
.lime-200 .secondary-text, .lime-300.secondary-text,
.lime-300 .secondary-text, .lime-400.secondary-text,
.lime-400 .secondary-text, .lime-500.secondary-text,
.lime-500 .secondary-text, .lime.secondary-text,
.lime .secondary-text, .lime-600.secondary-text,
.lime-600 .secondary-text, .lime-700.secondary-text,
.lime-700 .secondary-text, .lime-800.secondary-text,
.lime-800 .secondary-text, .lime-A100.secondary-text,
.lime-A100 .secondary-text, .lime-A200.secondary-text,
.lime-A200 .secondary-text, .lime-A400.secondary-text,
.lime-A400 .secondary-text, .lime-A700.secondary-text,
.lime-A700 .secondary-text, .yellow-50.secondary-text,
.yellow-50 .secondary-text, .yellow-100.secondary-text,
.yellow-100 .secondary-text, .yellow-200.secondary-text,
.yellow-200 .secondary-text, .yellow-300.secondary-text,
.yellow-300 .secondary-text, .yellow-400.secondary-text,
.yellow-400 .secondary-text, .yellow-500.secondary-text,
.yellow-500 .secondary-text, .yellow.secondary-text,
.yellow .secondary-text, .yellow-600.secondary-text,
.yellow-600 .secondary-text, .yellow-700.secondary-text,
.yellow-700 .secondary-text, .yellow-800.secondary-text,
.yellow-800 .secondary-text, .yellow-900.secondary-text,
.yellow-900 .secondary-text, .yellow-A100.secondary-text,
.yellow-A100 .secondary-text, .yellow-A200.secondary-text,
.yellow-A200 .secondary-text, .yellow-A400.secondary-text,
.yellow-A400 .secondary-text, .yellow-A700.secondary-text,
.yellow-A700 .secondary-text, .amber-50.secondary-text,
.amber-50 .secondary-text, .amber-100.secondary-text,
.amber-100 .secondary-text, .amber-200.secondary-text,
.amber-200 .secondary-text, .amber-300.secondary-text,
.amber-300 .secondary-text, .amber-400.secondary-text,
.amber-400 .secondary-text, .amber-500.secondary-text,
.amber-500 .secondary-text, .amber.secondary-text,
.amber .secondary-text, .amber-600.secondary-text,
.amber-600 .secondary-text, .amber-700.secondary-text,
.amber-700 .secondary-text, .amber-800.secondary-text,
.amber-800 .secondary-text, .amber-900.secondary-text,
.amber-900 .secondary-text, .amber-A100.secondary-text,
.amber-A100 .secondary-text, .amber-A200.secondary-text,
.amber-A200 .secondary-text, .amber-A400.secondary-text,
.amber-A400 .secondary-text, .amber-A700.secondary-text,
.amber-A700 .secondary-text, .orange-50.secondary-text,
.orange-50 .secondary-text, .orange-100.secondary-text,
.orange-100 .secondary-text, .orange-200.secondary-text,
.orange-200 .secondary-text, .orange-300.secondary-text,
.orange-300 .secondary-text, .orange-400.secondary-text,
.orange-400 .secondary-text, .orange-500.secondary-text,
.orange-500 .secondary-text, .orange.secondary-text,
.orange .secondary-text, .orange-600.secondary-text,
.orange-600 .secondary-text, .orange-700.secondary-text,
.orange-700 .secondary-text, .orange-A100.secondary-text,
.orange-A100 .secondary-text, .orange-A200.secondary-text,
.orange-A200 .secondary-text, .orange-A400.secondary-text,
.orange-A400 .secondary-text, .orange-A700.secondary-text,
.orange-A700 .secondary-text, .deep-orange-50.secondary-text,
.deep-orange-50 .secondary-text, .deep-orange-100.secondary-text,
.deep-orange-100 .secondary-text, .deep-orange-200.secondary-text,
.deep-orange-200 .secondary-text, .deep-orange-300.secondary-text,
.deep-orange-300 .secondary-text, .deep-orange-400.secondary-text,
.deep-orange-400 .secondary-text, .deep-orange-A100.secondary-text,
.deep-orange-A100 .secondary-text, .deep-orange-A200.secondary-text,
.deep-orange-A200 .secondary-text, .brown-50.secondary-text,
.brown-50 .secondary-text, .brown-100.secondary-text,
.brown-100 .secondary-text, .brown-200.secondary-text,
.brown-200 .secondary-text, .brown-A100.secondary-text,
.brown-A100 .secondary-text, .brown-A200.secondary-text,
.brown-A200 .secondary-text, .grey-50.secondary-text,
.grey-50 .secondary-text, .grey-100.secondary-text,
.grey-100 .secondary-text, .grey-200.secondary-text,
.grey-200 .secondary-text, .grey-300.secondary-text,
.grey-300 .secondary-text, .grey-400.secondary-text,
.grey-400 .secondary-text, .grey-500.secondary-text,
.grey-500 .secondary-text, .grey.secondary-text,
.grey .secondary-text, .grey-A100.secondary-text,
.grey-A100 .secondary-text, .grey-A200.secondary-text,
.grey-A200 .secondary-text, .grey-A400.secondary-text,
.grey-A400 .secondary-text, .blue-grey-50.secondary-text,
.blue-grey-50 .secondary-text, .blue-grey-100.secondary-text,
.blue-grey-100 .secondary-text, .blue-grey-200.secondary-text,
.blue-grey-200 .secondary-text, .blue-grey-300.secondary-text,
.blue-grey-300 .secondary-text, .blue-grey-A100.secondary-text,
.blue-grey-A100 .secondary-text, .blue-grey-A200.secondary-text,
.blue-grey-A200 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.red-50.hint-text,
.red-50 .hint-text, .red-50.disabled-text,
.red-50 .disabled-text, .red-100.hint-text,
.red-100 .hint-text, .red-100.disabled-text,
.red-100 .disabled-text, .red-200.hint-text,
.red-200 .hint-text, .red-200.disabled-text,
.red-200 .disabled-text, .red-300.hint-text,
.red-300 .hint-text, .red-300.disabled-text,
.red-300 .disabled-text, .red-400.hint-text,
.red-400 .hint-text, .red-400.disabled-text,
.red-400 .disabled-text, .red-A100.hint-text,
.red-A100 .hint-text, .red-A100.disabled-text,
.red-A100 .disabled-text, .pink-50.hint-text,
.pink-50 .hint-text, .pink-50.disabled-text,
.pink-50 .disabled-text, .pink-100.hint-text,
.pink-100 .hint-text, .pink-100.disabled-text,
.pink-100 .disabled-text, .pink-200.hint-text,
.pink-200 .hint-text, .pink-200.disabled-text,
.pink-200 .disabled-text, .pink-300.hint-text,
.pink-300 .hint-text, .pink-300.disabled-text,
.pink-300 .disabled-text, .pink-400.hint-text,
.pink-400 .hint-text, .pink-400.disabled-text,
.pink-400 .disabled-text, .pink-A100.hint-text,
.pink-A100 .hint-text, .pink-A100.disabled-text,
.pink-A100 .disabled-text, .purple-50.hint-text,
.purple-50 .hint-text, .purple-50.disabled-text,
.purple-50 .disabled-text, .purple-100.hint-text,
.purple-100 .hint-text, .purple-100.disabled-text,
.purple-100 .disabled-text, .purple-200.hint-text,
.purple-200 .hint-text, .purple-200.disabled-text,
.purple-200 .disabled-text, .purple-A100.hint-text,
.purple-A100 .hint-text, .purple-A100.disabled-text,
.purple-A100 .disabled-text, .deep-purple-50.hint-text,
.deep-purple-50 .hint-text, .deep-purple-50.disabled-text,
.deep-purple-50 .disabled-text, .deep-purple-100.hint-text,
.deep-purple-100 .hint-text, .deep-purple-100.disabled-text,
.deep-purple-100 .disabled-text, .deep-purple-200.hint-text,
.deep-purple-200 .hint-text, .deep-purple-200.disabled-text,
.deep-purple-200 .disabled-text, .deep-purple-A100.hint-text,
.deep-purple-A100 .hint-text, .deep-purple-A100.disabled-text,
.deep-purple-A100 .disabled-text, .indigo-50.hint-text,
.indigo-50 .hint-text, .indigo-50.disabled-text,
.indigo-50 .disabled-text, .indigo-100.hint-text,
.indigo-100 .hint-text, .indigo-100.disabled-text,
.indigo-100 .disabled-text, .indigo-200.hint-text,
.indigo-200 .hint-text, .indigo-200.disabled-text,
.indigo-200 .disabled-text, .indigo-A100.hint-text,
.indigo-A100 .hint-text, .indigo-A100.disabled-text,
.indigo-A100 .disabled-text, .blue-50.hint-text,
.blue-50 .hint-text, .blue-50.disabled-text,
.blue-50 .disabled-text, .blue-100.hint-text,
.blue-100 .hint-text, .blue-100.disabled-text,
.blue-100 .disabled-text, .blue-200.hint-text,
.blue-200 .hint-text, .blue-200.disabled-text,
.blue-200 .disabled-text, .blue-300.hint-text,
.blue-300 .hint-text, .blue-300.disabled-text,
.blue-300 .disabled-text, .blue-400.hint-text,
.blue-400 .hint-text, .blue-400.disabled-text,
.blue-400 .disabled-text, .blue-A100.hint-text,
.blue-A100 .hint-text, .blue-A100.disabled-text,
.blue-A100 .disabled-text, .light-blue-50.hint-text,
.light-blue-50 .hint-text, .light-blue-50.disabled-text,
.light-blue-50 .disabled-text, .light-blue-100.hint-text,
.light-blue-100 .hint-text, .light-blue-100.disabled-text,
.light-blue-100 .disabled-text, .light-blue-200.hint-text,
.light-blue-200 .hint-text, .light-blue-200.disabled-text,
.light-blue-200 .disabled-text, .light-blue-300.hint-text,
.light-blue-300 .hint-text, .light-blue-300.disabled-text,
.light-blue-300 .disabled-text, .light-blue-400.hint-text,
.light-blue-400 .hint-text, .light-blue-400.disabled-text,
.light-blue-400 .disabled-text, .light-blue-A100.hint-text,
.light-blue-A100 .hint-text, .light-blue-A100.disabled-text,
.light-blue-A100 .disabled-text, .light-blue-A200.hint-text,
.light-blue-A200 .hint-text, .light-blue-A200.disabled-text,
.light-blue-A200 .disabled-text, .light-blue-A400.hint-text,
.light-blue-A400 .hint-text, .light-blue-A400.disabled-text,
.light-blue-A400 .disabled-text, .cyan-50.hint-text,
.cyan-50 .hint-text, .cyan-50.disabled-text,
.cyan-50 .disabled-text, .cyan-100.hint-text,
.cyan-100 .hint-text, .cyan-100.disabled-text,
.cyan-100 .disabled-text, .cyan-200.hint-text,
.cyan-200 .hint-text, .cyan-200.disabled-text,
.cyan-200 .disabled-text, .cyan-300.hint-text,
.cyan-300 .hint-text, .cyan-300.disabled-text,
.cyan-300 .disabled-text, .cyan-400.hint-text,
.cyan-400 .hint-text, .cyan-400.disabled-text,
.cyan-400 .disabled-text, .cyan-A100.hint-text,
.cyan-A100 .hint-text, .cyan-A100.disabled-text,
.cyan-A100 .disabled-text, .cyan-A200.hint-text,
.cyan-A200 .hint-text, .cyan-A200.disabled-text,
.cyan-A200 .disabled-text, .cyan-A400.hint-text,
.cyan-A400 .hint-text, .cyan-A400.disabled-text,
.cyan-A400 .disabled-text, .cyan-A700.hint-text,
.cyan-A700 .hint-text, .cyan-A700.disabled-text,
.cyan-A700 .disabled-text, .teal-50.hint-text,
.teal-50 .hint-text, .teal-50.disabled-text,
.teal-50 .disabled-text, .teal-100.hint-text,
.teal-100 .hint-text, .teal-100.disabled-text,
.teal-100 .disabled-text, .teal-200.hint-text,
.teal-200 .hint-text, .teal-200.disabled-text,
.teal-200 .disabled-text, .teal-300.hint-text,
.teal-300 .hint-text, .teal-300.disabled-text,
.teal-300 .disabled-text, .teal-400.hint-text,
.teal-400 .hint-text, .teal-400.disabled-text,
.teal-400 .disabled-text, .teal-A100.hint-text,
.teal-A100 .hint-text, .teal-A100.disabled-text,
.teal-A100 .disabled-text, .teal-A200.hint-text,
.teal-A200 .hint-text, .teal-A200.disabled-text,
.teal-A200 .disabled-text, .teal-A400.hint-text,
.teal-A400 .hint-text, .teal-A400.disabled-text,
.teal-A400 .disabled-text, .teal-A700.hint-text,
.teal-A700 .hint-text, .teal-A700.disabled-text,
.teal-A700 .disabled-text, .green-50.hint-text,
.green-50 .hint-text, .green-50.disabled-text,
.green-50 .disabled-text, .green-100.hint-text,
.green-100 .hint-text, .green-100.disabled-text,
.green-100 .disabled-text, .green-200.hint-text,
.green-200 .hint-text, .green-200.disabled-text,
.green-200 .disabled-text, .green-300.hint-text,
.green-300 .hint-text, .green-300.disabled-text,
.green-300 .disabled-text, .green-400.hint-text,
.green-400 .hint-text, .green-400.disabled-text,
.green-400 .disabled-text, .green-500.hint-text,
.green-500 .hint-text, .green-500.disabled-text,
.green-500 .disabled-text, .green.hint-text,
.green .hint-text, .green.disabled-text,
.green .disabled-text, .green-A100.hint-text,
.green-A100 .hint-text, .green-A100.disabled-text,
.green-A100 .disabled-text, .green-A200.hint-text,
.green-A200 .hint-text, .green-A200.disabled-text,
.green-A200 .disabled-text, .green-A400.hint-text,
.green-A400 .hint-text, .green-A400.disabled-text,
.green-A400 .disabled-text, .green-A700.hint-text,
.green-A700 .hint-text, .green-A700.disabled-text,
.green-A700 .disabled-text, .light-green-50.hint-text,
.light-green-50 .hint-text, .light-green-50.disabled-text,
.light-green-50 .disabled-text, .light-green-100.hint-text,
.light-green-100 .hint-text, .light-green-100.disabled-text,
.light-green-100 .disabled-text, .light-green-200.hint-text,
.light-green-200 .hint-text, .light-green-200.disabled-text,
.light-green-200 .disabled-text, .light-green-300.hint-text,
.light-green-300 .hint-text, .light-green-300.disabled-text,
.light-green-300 .disabled-text, .light-green-400.hint-text,
.light-green-400 .hint-text, .light-green-400.disabled-text,
.light-green-400 .disabled-text, .light-green-500.hint-text,
.light-green-500 .hint-text, .light-green-500.disabled-text,
.light-green-500 .disabled-text, .light-green.hint-text,
.light-green .hint-text, .light-green.disabled-text,
.light-green .disabled-text, .light-green-600.hint-text,
.light-green-600 .hint-text, .light-green-600.disabled-text,
.light-green-600 .disabled-text, .light-green-A100.hint-text,
.light-green-A100 .hint-text, .light-green-A100.disabled-text,
.light-green-A100 .disabled-text, .light-green-A200.hint-text,
.light-green-A200 .hint-text, .light-green-A200.disabled-text,
.light-green-A200 .disabled-text, .light-green-A400.hint-text,
.light-green-A400 .hint-text, .light-green-A400.disabled-text,
.light-green-A400 .disabled-text, .light-green-A700.hint-text,
.light-green-A700 .hint-text, .light-green-A700.disabled-text,
.light-green-A700 .disabled-text, .lime-50.hint-text,
.lime-50 .hint-text, .lime-50.disabled-text,
.lime-50 .disabled-text, .lime-100.hint-text,
.lime-100 .hint-text, .lime-100.disabled-text,
.lime-100 .disabled-text, .lime-200.hint-text,
.lime-200 .hint-text, .lime-200.disabled-text,
.lime-200 .disabled-text, .lime-300.hint-text,
.lime-300 .hint-text, .lime-300.disabled-text,
.lime-300 .disabled-text, .lime-400.hint-text,
.lime-400 .hint-text, .lime-400.disabled-text,
.lime-400 .disabled-text, .lime-500.hint-text,
.lime-500 .hint-text, .lime-500.disabled-text,
.lime-500 .disabled-text, .lime.hint-text,
.lime .hint-text, .lime.disabled-text,
.lime .disabled-text, .lime-600.hint-text,
.lime-600 .hint-text, .lime-600.disabled-text,
.lime-600 .disabled-text, .lime-700.hint-text,
.lime-700 .hint-text, .lime-700.disabled-text,
.lime-700 .disabled-text, .lime-800.hint-text,
.lime-800 .hint-text, .lime-800.disabled-text,
.lime-800 .disabled-text, .lime-A100.hint-text,
.lime-A100 .hint-text, .lime-A100.disabled-text,
.lime-A100 .disabled-text, .lime-A200.hint-text,
.lime-A200 .hint-text, .lime-A200.disabled-text,
.lime-A200 .disabled-text, .lime-A400.hint-text,
.lime-A400 .hint-text, .lime-A400.disabled-text,
.lime-A400 .disabled-text, .lime-A700.hint-text,
.lime-A700 .hint-text, .lime-A700.disabled-text,
.lime-A700 .disabled-text, .yellow-50.hint-text,
.yellow-50 .hint-text, .yellow-50.disabled-text,
.yellow-50 .disabled-text, .yellow-100.hint-text,
.yellow-100 .hint-text, .yellow-100.disabled-text,
.yellow-100 .disabled-text, .yellow-200.hint-text,
.yellow-200 .hint-text, .yellow-200.disabled-text,
.yellow-200 .disabled-text, .yellow-300.hint-text,
.yellow-300 .hint-text, .yellow-300.disabled-text,
.yellow-300 .disabled-text, .yellow-400.hint-text,
.yellow-400 .hint-text, .yellow-400.disabled-text,
.yellow-400 .disabled-text, .yellow-500.hint-text,
.yellow-500 .hint-text, .yellow-500.disabled-text,
.yellow-500 .disabled-text, .yellow.hint-text,
.yellow .hint-text, .yellow.disabled-text,
.yellow .disabled-text, .yellow-600.hint-text,
.yellow-600 .hint-text, .yellow-600.disabled-text,
.yellow-600 .disabled-text, .yellow-700.hint-text,
.yellow-700 .hint-text, .yellow-700.disabled-text,
.yellow-700 .disabled-text, .yellow-800.hint-text,
.yellow-800 .hint-text, .yellow-800.disabled-text,
.yellow-800 .disabled-text, .yellow-900.hint-text,
.yellow-900 .hint-text, .yellow-900.disabled-text,
.yellow-900 .disabled-text, .yellow-A100.hint-text,
.yellow-A100 .hint-text, .yellow-A100.disabled-text,
.yellow-A100 .disabled-text, .yellow-A200.hint-text,
.yellow-A200 .hint-text, .yellow-A200.disabled-text,
.yellow-A200 .disabled-text, .yellow-A400.hint-text,
.yellow-A400 .hint-text, .yellow-A400.disabled-text,
.yellow-A400 .disabled-text, .yellow-A700.hint-text,
.yellow-A700 .hint-text, .yellow-A700.disabled-text,
.yellow-A700 .disabled-text, .amber-50.hint-text,
.amber-50 .hint-text, .amber-50.disabled-text,
.amber-50 .disabled-text, .amber-100.hint-text,
.amber-100 .hint-text, .amber-100.disabled-text,
.amber-100 .disabled-text, .amber-200.hint-text,
.amber-200 .hint-text, .amber-200.disabled-text,
.amber-200 .disabled-text, .amber-300.hint-text,
.amber-300 .hint-text, .amber-300.disabled-text,
.amber-300 .disabled-text, .amber-400.hint-text,
.amber-400 .hint-text, .amber-400.disabled-text,
.amber-400 .disabled-text, .amber-500.hint-text,
.amber-500 .hint-text, .amber-500.disabled-text,
.amber-500 .disabled-text, .amber.hint-text,
.amber .hint-text, .amber.disabled-text,
.amber .disabled-text, .amber-600.hint-text,
.amber-600 .hint-text, .amber-600.disabled-text,
.amber-600 .disabled-text, .amber-700.hint-text,
.amber-700 .hint-text, .amber-700.disabled-text,
.amber-700 .disabled-text, .amber-800.hint-text,
.amber-800 .hint-text, .amber-800.disabled-text,
.amber-800 .disabled-text, .amber-900.hint-text,
.amber-900 .hint-text, .amber-900.disabled-text,
.amber-900 .disabled-text, .amber-A100.hint-text,
.amber-A100 .hint-text, .amber-A100.disabled-text,
.amber-A100 .disabled-text, .amber-A200.hint-text,
.amber-A200 .hint-text, .amber-A200.disabled-text,
.amber-A200 .disabled-text, .amber-A400.hint-text,
.amber-A400 .hint-text, .amber-A400.disabled-text,
.amber-A400 .disabled-text, .amber-A700.hint-text,
.amber-A700 .hint-text, .amber-A700.disabled-text,
.amber-A700 .disabled-text, .orange-50.hint-text,
.orange-50 .hint-text, .orange-50.disabled-text,
.orange-50 .disabled-text, .orange-100.hint-text,
.orange-100 .hint-text, .orange-100.disabled-text,
.orange-100 .disabled-text, .orange-200.hint-text,
.orange-200 .hint-text, .orange-200.disabled-text,
.orange-200 .disabled-text, .orange-300.hint-text,
.orange-300 .hint-text, .orange-300.disabled-text,
.orange-300 .disabled-text, .orange-400.hint-text,
.orange-400 .hint-text, .orange-400.disabled-text,
.orange-400 .disabled-text, .orange-500.hint-text,
.orange-500 .hint-text, .orange-500.disabled-text,
.orange-500 .disabled-text, .orange.hint-text,
.orange .hint-text, .orange.disabled-text,
.orange .disabled-text, .orange-600.hint-text,
.orange-600 .hint-text, .orange-600.disabled-text,
.orange-600 .disabled-text, .orange-700.hint-text,
.orange-700 .hint-text, .orange-700.disabled-text,
.orange-700 .disabled-text, .orange-A100.hint-text,
.orange-A100 .hint-text, .orange-A100.disabled-text,
.orange-A100 .disabled-text, .orange-A200.hint-text,
.orange-A200 .hint-text, .orange-A200.disabled-text,
.orange-A200 .disabled-text, .orange-A400.hint-text,
.orange-A400 .hint-text, .orange-A400.disabled-text,
.orange-A400 .disabled-text, .orange-A700.hint-text,
.orange-A700 .hint-text, .orange-A700.disabled-text,
.orange-A700 .disabled-text, .deep-orange-50.hint-text,
.deep-orange-50 .hint-text, .deep-orange-50.disabled-text,
.deep-orange-50 .disabled-text, .deep-orange-100.hint-text,
.deep-orange-100 .hint-text, .deep-orange-100.disabled-text,
.deep-orange-100 .disabled-text, .deep-orange-200.hint-text,
.deep-orange-200 .hint-text, .deep-orange-200.disabled-text,
.deep-orange-200 .disabled-text, .deep-orange-300.hint-text,
.deep-orange-300 .hint-text, .deep-orange-300.disabled-text,
.deep-orange-300 .disabled-text, .deep-orange-400.hint-text,
.deep-orange-400 .hint-text, .deep-orange-400.disabled-text,
.deep-orange-400 .disabled-text, .deep-orange-A100.hint-text,
.deep-orange-A100 .hint-text, .deep-orange-A100.disabled-text,
.deep-orange-A100 .disabled-text, .deep-orange-A200.hint-text,
.deep-orange-A200 .hint-text, .deep-orange-A200.disabled-text,
.deep-orange-A200 .disabled-text, .brown-50.hint-text,
.brown-50 .hint-text, .brown-50.disabled-text,
.brown-50 .disabled-text, .brown-100.hint-text,
.brown-100 .hint-text, .brown-100.disabled-text,
.brown-100 .disabled-text, .brown-200.hint-text,
.brown-200 .hint-text, .brown-200.disabled-text,
.brown-200 .disabled-text, .brown-A100.hint-text,
.brown-A100 .hint-text, .brown-A100.disabled-text,
.brown-A100 .disabled-text, .brown-A200.hint-text,
.brown-A200 .hint-text, .brown-A200.disabled-text,
.brown-A200 .disabled-text, .grey-50.hint-text,
.grey-50 .hint-text, .grey-50.disabled-text,
.grey-50 .disabled-text, .grey-100.hint-text,
.grey-100 .hint-text, .grey-100.disabled-text,
.grey-100 .disabled-text, .grey-200.hint-text,
.grey-200 .hint-text, .grey-200.disabled-text,
.grey-200 .disabled-text, .grey-300.hint-text,
.grey-300 .hint-text, .grey-300.disabled-text,
.grey-300 .disabled-text, .grey-400.hint-text,
.grey-400 .hint-text, .grey-400.disabled-text,
.grey-400 .disabled-text, .grey-500.hint-text,
.grey-500 .hint-text, .grey-500.disabled-text,
.grey-500 .disabled-text, .grey.hint-text,
.grey .hint-text, .grey.disabled-text,
.grey .disabled-text, .grey-A100.hint-text,
.grey-A100 .hint-text, .grey-A100.disabled-text,
.grey-A100 .disabled-text, .grey-A200.hint-text,
.grey-A200 .hint-text, .grey-A200.disabled-text,
.grey-A200 .disabled-text, .grey-A400.hint-text,
.grey-A400 .hint-text, .grey-A400.disabled-text,
.grey-A400 .disabled-text, .blue-grey-50.hint-text,
.blue-grey-50 .hint-text, .blue-grey-50.disabled-text,
.blue-grey-50 .disabled-text, .blue-grey-100.hint-text,
.blue-grey-100 .hint-text, .blue-grey-100.disabled-text,
.blue-grey-100 .disabled-text, .blue-grey-200.hint-text,
.blue-grey-200 .hint-text, .blue-grey-200.disabled-text,
.blue-grey-200 .disabled-text, .blue-grey-300.hint-text,
.blue-grey-300 .hint-text, .blue-grey-300.disabled-text,
.blue-grey-300 .disabled-text, .blue-grey-A100.hint-text,
.blue-grey-A100 .hint-text, .blue-grey-A100.disabled-text,
.blue-grey-A100 .disabled-text, .blue-grey-A200.hint-text,
.blue-grey-A200 .hint-text, .blue-grey-A200.disabled-text,
.blue-grey-A200 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.red-50.divider,
.red-50 .divider, .red-100.divider,
.red-100 .divider, .red-200.divider,
.red-200 .divider, .red-300.divider,
.red-300 .divider, .red-400.divider,
.red-400 .divider, .red-A100.divider,
.red-A100 .divider, .pink-50.divider,
.pink-50 .divider, .pink-100.divider,
.pink-100 .divider, .pink-200.divider,
.pink-200 .divider, .pink-300.divider,
.pink-300 .divider, .pink-400.divider,
.pink-400 .divider, .pink-A100.divider,
.pink-A100 .divider, .purple-50.divider,
.purple-50 .divider, .purple-100.divider,
.purple-100 .divider, .purple-200.divider,
.purple-200 .divider, .purple-A100.divider,
.purple-A100 .divider, .deep-purple-50.divider,
.deep-purple-50 .divider, .deep-purple-100.divider,
.deep-purple-100 .divider, .deep-purple-200.divider,
.deep-purple-200 .divider, .deep-purple-A100.divider,
.deep-purple-A100 .divider, .indigo-50.divider,
.indigo-50 .divider, .indigo-100.divider,
.indigo-100 .divider, .indigo-200.divider,
.indigo-200 .divider, .indigo-A100.divider,
.indigo-A100 .divider, .blue-50.divider,
.blue-50 .divider, .blue-100.divider,
.blue-100 .divider, .blue-200.divider,
.blue-200 .divider, .blue-300.divider,
.blue-300 .divider, .blue-400.divider,
.blue-400 .divider, .blue-A100.divider,
.blue-A100 .divider, .light-blue-50.divider,
.light-blue-50 .divider, .light-blue-100.divider,
.light-blue-100 .divider, .light-blue-200.divider,
.light-blue-200 .divider, .light-blue-300.divider,
.light-blue-300 .divider, .light-blue-400.divider,
.light-blue-400 .divider, .light-blue-A100.divider,
.light-blue-A100 .divider, .light-blue-A200.divider,
.light-blue-A200 .divider, .light-blue-A400.divider,
.light-blue-A400 .divider, .cyan-50.divider,
.cyan-50 .divider, .cyan-100.divider,
.cyan-100 .divider, .cyan-200.divider,
.cyan-200 .divider, .cyan-300.divider,
.cyan-300 .divider, .cyan-400.divider,
.cyan-400 .divider, .cyan-A100.divider,
.cyan-A100 .divider, .cyan-A200.divider,
.cyan-A200 .divider, .cyan-A400.divider,
.cyan-A400 .divider, .cyan-A700.divider,
.cyan-A700 .divider, .teal-50.divider,
.teal-50 .divider, .teal-100.divider,
.teal-100 .divider, .teal-200.divider,
.teal-200 .divider, .teal-300.divider,
.teal-300 .divider, .teal-400.divider,
.teal-400 .divider, .teal-A100.divider,
.teal-A100 .divider, .teal-A200.divider,
.teal-A200 .divider, .teal-A400.divider,
.teal-A400 .divider, .teal-A700.divider,
.teal-A700 .divider, .green-50.divider,
.green-50 .divider, .green-100.divider,
.green-100 .divider, .green-200.divider,
.green-200 .divider, .green-300.divider,
.green-300 .divider, .green-400.divider,
.green-400 .divider, .green-500.divider,
.green-500 .divider, .green.divider,
.green .divider, .green-A100.divider,
.green-A100 .divider, .green-A200.divider,
.green-A200 .divider, .green-A400.divider,
.green-A400 .divider, .green-A700.divider,
.green-A700 .divider, .light-green-50.divider,
.light-green-50 .divider, .light-green-100.divider,
.light-green-100 .divider, .light-green-200.divider,
.light-green-200 .divider, .light-green-300.divider,
.light-green-300 .divider, .light-green-400.divider,
.light-green-400 .divider, .light-green-500.divider,
.light-green-500 .divider, .light-green.divider,
.light-green .divider, .light-green-600.divider,
.light-green-600 .divider, .light-green-A100.divider,
.light-green-A100 .divider, .light-green-A200.divider,
.light-green-A200 .divider, .light-green-A400.divider,
.light-green-A400 .divider, .light-green-A700.divider,
.light-green-A700 .divider, .lime-50.divider,
.lime-50 .divider, .lime-100.divider,
.lime-100 .divider, .lime-200.divider,
.lime-200 .divider, .lime-300.divider,
.lime-300 .divider, .lime-400.divider,
.lime-400 .divider, .lime-500.divider,
.lime-500 .divider, .lime.divider,
.lime .divider, .lime-600.divider,
.lime-600 .divider, .lime-700.divider,
.lime-700 .divider, .lime-800.divider,
.lime-800 .divider, .lime-A100.divider,
.lime-A100 .divider, .lime-A200.divider,
.lime-A200 .divider, .lime-A400.divider,
.lime-A400 .divider, .lime-A700.divider,
.lime-A700 .divider, .yellow-50.divider,
.yellow-50 .divider, .yellow-100.divider,
.yellow-100 .divider, .yellow-200.divider,
.yellow-200 .divider, .yellow-300.divider,
.yellow-300 .divider, .yellow-400.divider,
.yellow-400 .divider, .yellow-500.divider,
.yellow-500 .divider, .yellow.divider,
.yellow .divider, .yellow-600.divider,
.yellow-600 .divider, .yellow-700.divider,
.yellow-700 .divider, .yellow-800.divider,
.yellow-800 .divider, .yellow-900.divider,
.yellow-900 .divider, .yellow-A100.divider,
.yellow-A100 .divider, .yellow-A200.divider,
.yellow-A200 .divider, .yellow-A400.divider,
.yellow-A400 .divider, .yellow-A700.divider,
.yellow-A700 .divider, .amber-50.divider,
.amber-50 .divider, .amber-100.divider,
.amber-100 .divider, .amber-200.divider,
.amber-200 .divider, .amber-300.divider,
.amber-300 .divider, .amber-400.divider,
.amber-400 .divider, .amber-500.divider,
.amber-500 .divider, .amber.divider,
.amber .divider, .amber-600.divider,
.amber-600 .divider, .amber-700.divider,
.amber-700 .divider, .amber-800.divider,
.amber-800 .divider, .amber-900.divider,
.amber-900 .divider, .amber-A100.divider,
.amber-A100 .divider, .amber-A200.divider,
.amber-A200 .divider, .amber-A400.divider,
.amber-A400 .divider, .amber-A700.divider,
.amber-A700 .divider, .orange-50.divider,
.orange-50 .divider, .orange-100.divider,
.orange-100 .divider, .orange-200.divider,
.orange-200 .divider, .orange-300.divider,
.orange-300 .divider, .orange-400.divider,
.orange-400 .divider, .orange-500.divider,
.orange-500 .divider, .orange.divider,
.orange .divider, .orange-600.divider,
.orange-600 .divider, .orange-700.divider,
.orange-700 .divider, .orange-A100.divider,
.orange-A100 .divider, .orange-A200.divider,
.orange-A200 .divider, .orange-A400.divider,
.orange-A400 .divider, .orange-A700.divider,
.orange-A700 .divider, .deep-orange-50.divider,
.deep-orange-50 .divider, .deep-orange-100.divider,
.deep-orange-100 .divider, .deep-orange-200.divider,
.deep-orange-200 .divider, .deep-orange-300.divider,
.deep-orange-300 .divider, .deep-orange-400.divider,
.deep-orange-400 .divider, .deep-orange-A100.divider,
.deep-orange-A100 .divider, .deep-orange-A200.divider,
.deep-orange-A200 .divider, .brown-50.divider,
.brown-50 .divider, .brown-100.divider,
.brown-100 .divider, .brown-200.divider,
.brown-200 .divider, .brown-A100.divider,
.brown-A100 .divider, .brown-A200.divider,
.brown-A200 .divider, .grey-50.divider,
.grey-50 .divider, .grey-100.divider,
.grey-100 .divider, .grey-200.divider,
.grey-200 .divider, .grey-300.divider,
.grey-300 .divider, .grey-400.divider,
.grey-400 .divider, .grey-500.divider,
.grey-500 .divider, .grey.divider,
.grey .divider, .grey-A100.divider,
.grey-A100 .divider, .grey-A200.divider,
.grey-A200 .divider, .grey-A400.divider,
.grey-A400 .divider, .blue-grey-50.divider,
.blue-grey-50 .divider, .blue-grey-100.divider,
.blue-grey-100 .divider, .blue-grey-200.divider,
.blue-grey-200 .divider, .blue-grey-300.divider,
.blue-grey-300 .divider, .blue-grey-A100.divider,
.blue-grey-A100 .divider, .blue-grey-A200.divider,
.blue-grey-A200 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.red-50 .mat-ripple-element, .red-100 .mat-ripple-element, .red-200 .mat-ripple-element, .red-300 .mat-ripple-element, .red-400 .mat-ripple-element, .red-A100 .mat-ripple-element, .pink-50 .mat-ripple-element, .pink-100 .mat-ripple-element, .pink-200 .mat-ripple-element, .pink-300 .mat-ripple-element, .pink-400 .mat-ripple-element, .pink-A100 .mat-ripple-element, .purple-50 .mat-ripple-element, .purple-100 .mat-ripple-element, .purple-200 .mat-ripple-element, .purple-A100 .mat-ripple-element, .deep-purple-50 .mat-ripple-element, .deep-purple-100 .mat-ripple-element, .deep-purple-200 .mat-ripple-element, .deep-purple-A100 .mat-ripple-element, .indigo-50 .mat-ripple-element, .indigo-100 .mat-ripple-element, .indigo-200 .mat-ripple-element, .indigo-A100 .mat-ripple-element, .blue-50 .mat-ripple-element, .blue-100 .mat-ripple-element, .blue-200 .mat-ripple-element, .blue-300 .mat-ripple-element, .blue-400 .mat-ripple-element, .blue-A100 .mat-ripple-element, .light-blue-50 .mat-ripple-element, .light-blue-100 .mat-ripple-element, .light-blue-200 .mat-ripple-element, .light-blue-300 .mat-ripple-element, .light-blue-400 .mat-ripple-element, .light-blue-A100 .mat-ripple-element, .light-blue-A200 .mat-ripple-element, .light-blue-A400 .mat-ripple-element, .cyan-50 .mat-ripple-element, .cyan-100 .mat-ripple-element, .cyan-200 .mat-ripple-element, .cyan-300 .mat-ripple-element, .cyan-400 .mat-ripple-element, .cyan-A100 .mat-ripple-element, .cyan-A200 .mat-ripple-element, .cyan-A400 .mat-ripple-element, .cyan-A700 .mat-ripple-element, .teal-50 .mat-ripple-element, .teal-100 .mat-ripple-element, .teal-200 .mat-ripple-element, .teal-300 .mat-ripple-element, .teal-400 .mat-ripple-element, .teal-A100 .mat-ripple-element, .teal-A200 .mat-ripple-element, .teal-A400 .mat-ripple-element, .teal-A700 .mat-ripple-element, .green-50 .mat-ripple-element, .green-100 .mat-ripple-element, .green-200 .mat-ripple-element, .green-300 .mat-ripple-element, .green-400 .mat-ripple-element, .green-500 .mat-ripple-element, .green .mat-ripple-element, .green-A100 .mat-ripple-element, .green-A200 .mat-ripple-element, .green-A400 .mat-ripple-element, .green-A700 .mat-ripple-element, .light-green-50 .mat-ripple-element, .light-green-100 .mat-ripple-element, .light-green-200 .mat-ripple-element, .light-green-300 .mat-ripple-element, .light-green-400 .mat-ripple-element, .light-green-500 .mat-ripple-element, .light-green .mat-ripple-element, .light-green-600 .mat-ripple-element, .light-green-A100 .mat-ripple-element, .light-green-A200 .mat-ripple-element, .light-green-A400 .mat-ripple-element, .light-green-A700 .mat-ripple-element, .lime-50 .mat-ripple-element, .lime-100 .mat-ripple-element, .lime-200 .mat-ripple-element, .lime-300 .mat-ripple-element, .lime-400 .mat-ripple-element, .lime-500 .mat-ripple-element, .lime .mat-ripple-element, .lime-600 .mat-ripple-element, .lime-700 .mat-ripple-element, .lime-800 .mat-ripple-element, .lime-A100 .mat-ripple-element, .lime-A200 .mat-ripple-element, .lime-A400 .mat-ripple-element, .lime-A700 .mat-ripple-element, .yellow-50 .mat-ripple-element, .yellow-100 .mat-ripple-element, .yellow-200 .mat-ripple-element, .yellow-300 .mat-ripple-element, .yellow-400 .mat-ripple-element, .yellow-500 .mat-ripple-element, .yellow .mat-ripple-element, .yellow-600 .mat-ripple-element, .yellow-700 .mat-ripple-element, .yellow-800 .mat-ripple-element, .yellow-900 .mat-ripple-element, .yellow-A100 .mat-ripple-element, .yellow-A200 .mat-ripple-element, .yellow-A400 .mat-ripple-element, .yellow-A700 .mat-ripple-element, .amber-50 .mat-ripple-element, .amber-100 .mat-ripple-element, .amber-200 .mat-ripple-element, .amber-300 .mat-ripple-element, .amber-400 .mat-ripple-element, .amber-500 .mat-ripple-element, .amber .mat-ripple-element, .amber-600 .mat-ripple-element, .amber-700 .mat-ripple-element, .amber-800 .mat-ripple-element, .amber-900 .mat-ripple-element, .amber-A100 .mat-ripple-element, .amber-A200 .mat-ripple-element, .amber-A400 .mat-ripple-element, .amber-A700 .mat-ripple-element, .orange-50 .mat-ripple-element, .orange-100 .mat-ripple-element, .orange-200 .mat-ripple-element, .orange-300 .mat-ripple-element, .orange-400 .mat-ripple-element, .orange-500 .mat-ripple-element, .orange .mat-ripple-element, .orange-600 .mat-ripple-element, .orange-700 .mat-ripple-element, .orange-A100 .mat-ripple-element, .orange-A200 .mat-ripple-element, .orange-A400 .mat-ripple-element, .orange-A700 .mat-ripple-element, .deep-orange-50 .mat-ripple-element, .deep-orange-100 .mat-ripple-element, .deep-orange-200 .mat-ripple-element, .deep-orange-300 .mat-ripple-element, .deep-orange-400 .mat-ripple-element, .deep-orange-A100 .mat-ripple-element, .deep-orange-A200 .mat-ripple-element, .brown-50 .mat-ripple-element, .brown-100 .mat-ripple-element, .brown-200 .mat-ripple-element, .brown-A100 .mat-ripple-element, .brown-A200 .mat-ripple-element, .grey-50 .mat-ripple-element, .grey-100 .mat-ripple-element, .grey-200 .mat-ripple-element, .grey-300 .mat-ripple-element, .grey-400 .mat-ripple-element, .grey-500 .mat-ripple-element, .grey .mat-ripple-element, .grey-A100 .mat-ripple-element, .grey-A200 .mat-ripple-element, .grey-A400 .mat-ripple-element, .blue-grey-50 .mat-ripple-element, .blue-grey-100 .mat-ripple-element, .blue-grey-200 .mat-ripple-element, .blue-grey-300 .mat-ripple-element, .blue-grey-A100 .mat-ripple-element, .blue-grey-A200 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.red-50 .adaptive-border-color, .red-100 .adaptive-border-color, .red-200 .adaptive-border-color, .red-300 .adaptive-border-color, .red-400 .adaptive-border-color, .red-A100 .adaptive-border-color, .pink-50 .adaptive-border-color, .pink-100 .adaptive-border-color, .pink-200 .adaptive-border-color, .pink-300 .adaptive-border-color, .pink-400 .adaptive-border-color, .pink-A100 .adaptive-border-color, .purple-50 .adaptive-border-color, .purple-100 .adaptive-border-color, .purple-200 .adaptive-border-color, .purple-A100 .adaptive-border-color, .deep-purple-50 .adaptive-border-color, .deep-purple-100 .adaptive-border-color, .deep-purple-200 .adaptive-border-color, .deep-purple-A100 .adaptive-border-color, .indigo-50 .adaptive-border-color, .indigo-100 .adaptive-border-color, .indigo-200 .adaptive-border-color, .indigo-A100 .adaptive-border-color, .blue-50 .adaptive-border-color, .blue-100 .adaptive-border-color, .blue-200 .adaptive-border-color, .blue-300 .adaptive-border-color, .blue-400 .adaptive-border-color, .blue-A100 .adaptive-border-color, .light-blue-50 .adaptive-border-color, .light-blue-100 .adaptive-border-color, .light-blue-200 .adaptive-border-color, .light-blue-300 .adaptive-border-color, .light-blue-400 .adaptive-border-color, .light-blue-A100 .adaptive-border-color, .light-blue-A200 .adaptive-border-color, .light-blue-A400 .adaptive-border-color, .cyan-50 .adaptive-border-color, .cyan-100 .adaptive-border-color, .cyan-200 .adaptive-border-color, .cyan-300 .adaptive-border-color, .cyan-400 .adaptive-border-color, .cyan-A100 .adaptive-border-color, .cyan-A200 .adaptive-border-color, .cyan-A400 .adaptive-border-color, .cyan-A700 .adaptive-border-color, .teal-50 .adaptive-border-color, .teal-100 .adaptive-border-color, .teal-200 .adaptive-border-color, .teal-300 .adaptive-border-color, .teal-400 .adaptive-border-color, .teal-A100 .adaptive-border-color, .teal-A200 .adaptive-border-color, .teal-A400 .adaptive-border-color, .teal-A700 .adaptive-border-color, .green-50 .adaptive-border-color, .green-100 .adaptive-border-color, .green-200 .adaptive-border-color, .green-300 .adaptive-border-color, .green-400 .adaptive-border-color, .green-500 .adaptive-border-color, .green .adaptive-border-color, .green-A100 .adaptive-border-color, .green-A200 .adaptive-border-color, .green-A400 .adaptive-border-color, .green-A700 .adaptive-border-color, .light-green-50 .adaptive-border-color, .light-green-100 .adaptive-border-color, .light-green-200 .adaptive-border-color, .light-green-300 .adaptive-border-color, .light-green-400 .adaptive-border-color, .light-green-500 .adaptive-border-color, .light-green .adaptive-border-color, .light-green-600 .adaptive-border-color, .light-green-A100 .adaptive-border-color, .light-green-A200 .adaptive-border-color, .light-green-A400 .adaptive-border-color, .light-green-A700 .adaptive-border-color, .lime-50 .adaptive-border-color, .lime-100 .adaptive-border-color, .lime-200 .adaptive-border-color, .lime-300 .adaptive-border-color, .lime-400 .adaptive-border-color, .lime-500 .adaptive-border-color, .lime .adaptive-border-color, .lime-600 .adaptive-border-color, .lime-700 .adaptive-border-color, .lime-800 .adaptive-border-color, .lime-A100 .adaptive-border-color, .lime-A200 .adaptive-border-color, .lime-A400 .adaptive-border-color, .lime-A700 .adaptive-border-color, .yellow-50 .adaptive-border-color, .yellow-100 .adaptive-border-color, .yellow-200 .adaptive-border-color, .yellow-300 .adaptive-border-color, .yellow-400 .adaptive-border-color, .yellow-500 .adaptive-border-color, .yellow .adaptive-border-color, .yellow-600 .adaptive-border-color, .yellow-700 .adaptive-border-color, .yellow-800 .adaptive-border-color, .yellow-900 .adaptive-border-color, .yellow-A100 .adaptive-border-color, .yellow-A200 .adaptive-border-color, .yellow-A400 .adaptive-border-color, .yellow-A700 .adaptive-border-color, .amber-50 .adaptive-border-color, .amber-100 .adaptive-border-color, .amber-200 .adaptive-border-color, .amber-300 .adaptive-border-color, .amber-400 .adaptive-border-color, .amber-500 .adaptive-border-color, .amber .adaptive-border-color, .amber-600 .adaptive-border-color, .amber-700 .adaptive-border-color, .amber-800 .adaptive-border-color, .amber-900 .adaptive-border-color, .amber-A100 .adaptive-border-color, .amber-A200 .adaptive-border-color, .amber-A400 .adaptive-border-color, .amber-A700 .adaptive-border-color, .orange-50 .adaptive-border-color, .orange-100 .adaptive-border-color, .orange-200 .adaptive-border-color, .orange-300 .adaptive-border-color, .orange-400 .adaptive-border-color, .orange-500 .adaptive-border-color, .orange .adaptive-border-color, .orange-600 .adaptive-border-color, .orange-700 .adaptive-border-color, .orange-A100 .adaptive-border-color, .orange-A200 .adaptive-border-color, .orange-A400 .adaptive-border-color, .orange-A700 .adaptive-border-color, .deep-orange-50 .adaptive-border-color, .deep-orange-100 .adaptive-border-color, .deep-orange-200 .adaptive-border-color, .deep-orange-300 .adaptive-border-color, .deep-orange-400 .adaptive-border-color, .deep-orange-A100 .adaptive-border-color, .deep-orange-A200 .adaptive-border-color, .brown-50 .adaptive-border-color, .brown-100 .adaptive-border-color, .brown-200 .adaptive-border-color, .brown-A100 .adaptive-border-color, .brown-A200 .adaptive-border-color, .grey-50 .adaptive-border-color, .grey-100 .adaptive-border-color, .grey-200 .adaptive-border-color, .grey-300 .adaptive-border-color, .grey-400 .adaptive-border-color, .grey-500 .adaptive-border-color, .grey .adaptive-border-color, .grey-A100 .adaptive-border-color, .grey-A200 .adaptive-border-color, .grey-A400 .adaptive-border-color, .blue-grey-50 .adaptive-border-color, .blue-grey-100 .adaptive-border-color, .blue-grey-200 .adaptive-border-color, .blue-grey-300 .adaptive-border-color, .blue-grey-A100 .adaptive-border-color, .blue-grey-A200 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
.red-500 i,
.red-500 .icon, .red i,
.red .icon, .red-600 i,
.red-600 .icon, .red-700 i,
.red-700 .icon, .red-800 i,
.red-800 .icon, .red-900 i,
.red-900 .icon, .red-A200 i,
.red-A200 .icon, .red-A400 i,
.red-A400 .icon, .red-A700 i,
.red-A700 .icon, .pink-500 i,
.pink-500 .icon, .pink i,
.pink .icon, .pink-600 i,
.pink-600 .icon, .pink-700 i,
.pink-700 .icon, .pink-800 i,
.pink-800 .icon, .pink-900 i,
.pink-900 .icon, .pink-A200 i,
.pink-A200 .icon, .pink-A400 i,
.pink-A400 .icon, .pink-A700 i,
.pink-A700 .icon, .purple-300 i,
.purple-300 .icon, .purple-400 i,
.purple-400 .icon, .purple-500 i,
.purple-500 .icon, .purple i,
.purple .icon, .purple-600 i,
.purple-600 .icon, .purple-700 i,
.purple-700 .icon, .purple-800 i,
.purple-800 .icon, .purple-900 i,
.purple-900 .icon, .purple-A200 i,
.purple-A200 .icon, .purple-A400 i,
.purple-A400 .icon, .purple-A700 i,
.purple-A700 .icon, .deep-purple-300 i,
.deep-purple-300 .icon, .deep-purple-400 i,
.deep-purple-400 .icon, .deep-purple-500 i,
.deep-purple-500 .icon, .deep-purple i,
.deep-purple .icon, .deep-purple-600 i,
.deep-purple-600 .icon, .deep-purple-700 i,
.deep-purple-700 .icon, .deep-purple-800 i,
.deep-purple-800 .icon, .deep-purple-900 i,
.deep-purple-900 .icon, .deep-purple-A200 i,
.deep-purple-A200 .icon, .deep-purple-A400 i,
.deep-purple-A400 .icon, .deep-purple-A700 i,
.deep-purple-A700 .icon, .indigo-300 i,
.indigo-300 .icon, .indigo-400 i,
.indigo-400 .icon, .indigo-500 i,
.indigo-500 .icon, .indigo i,
.indigo .icon, .indigo-600 i,
.indigo-600 .icon, .indigo-700 i,
.indigo-700 .icon, .indigo-800 i,
.indigo-800 .icon, .indigo-900 i,
.indigo-900 .icon, .indigo-A200 i,
.indigo-A200 .icon, .indigo-A400 i,
.indigo-A400 .icon, .indigo-A700 i,
.indigo-A700 .icon, .blue-500 i,
.blue-500 .icon, .blue i,
.blue .icon, .blue-600 i,
.blue-600 .icon, .blue-700 i,
.blue-700 .icon, .blue-800 i,
.blue-800 .icon, .blue-900 i,
.blue-900 .icon, .blue-A200 i,
.blue-A200 .icon, .blue-A400 i,
.blue-A400 .icon, .blue-A700 i,
.blue-A700 .icon, .light-blue-500 i,
.light-blue-500 .icon, .light-blue i,
.light-blue .icon, .light-blue-600 i,
.light-blue-600 .icon, .light-blue-700 i,
.light-blue-700 .icon, .light-blue-800 i,
.light-blue-800 .icon, .light-blue-900 i,
.light-blue-900 .icon, .light-blue-A700 i,
.light-blue-A700 .icon, .cyan-500 i,
.cyan-500 .icon, .cyan i,
.cyan .icon, .cyan-600 i,
.cyan-600 .icon, .cyan-700 i,
.cyan-700 .icon, .cyan-800 i,
.cyan-800 .icon, .cyan-900 i,
.cyan-900 .icon, .teal-500 i,
.teal-500 .icon, .teal i,
.teal .icon, .teal-600 i,
.teal-600 .icon, .teal-700 i,
.teal-700 .icon, .teal-800 i,
.teal-800 .icon, .teal-900 i,
.teal-900 .icon, .green-600 i,
.green-600 .icon, .green-700 i,
.green-700 .icon, .green-800 i,
.green-800 .icon, .green-900 i,
.green-900 .icon, .light-green-700 i,
.light-green-700 .icon, .light-green-800 i,
.light-green-800 .icon, .light-green-900 i,
.light-green-900 .icon, .lime-900 i,
.lime-900 .icon, .orange-800 i,
.orange-800 .icon, .orange-900 i,
.orange-900 .icon, .deep-orange-500 i,
.deep-orange-500 .icon, .deep-orange i,
.deep-orange .icon, .deep-orange-600 i,
.deep-orange-600 .icon, .deep-orange-700 i,
.deep-orange-700 .icon, .deep-orange-800 i,
.deep-orange-800 .icon, .deep-orange-900 i,
.deep-orange-900 .icon, .deep-orange-A400 i,
.deep-orange-A400 .icon, .deep-orange-A700 i,
.deep-orange-A700 .icon, .brown-300 i,
.brown-300 .icon, .brown-400 i,
.brown-400 .icon, .brown-500 i,
.brown-500 .icon, .brown i,
.brown .icon, .brown-600 i,
.brown-600 .icon, .brown-700 i,
.brown-700 .icon, .brown-800 i,
.brown-800 .icon, .brown-900 i,
.brown-900 .icon, .brown-A400 i,
.brown-A400 .icon, .brown-A700 i,
.brown-A700 .icon, .grey-600 i,
.grey-600 .icon, .grey-700 i,
.grey-700 .icon, .grey-800 i,
.grey-800 .icon, .grey-900 i,
.grey-900 .icon, .grey-A700 i,
.grey-A700 .icon, .blue-grey-400 i,
.blue-grey-400 .icon, .blue-grey-500 i,
.blue-grey-500 .icon, .blue-grey i,
.blue-grey .icon, .blue-grey-600 i,
.blue-grey-600 .icon, .blue-grey-700 i,
.blue-grey-700 .icon, .blue-grey-800 i,
.blue-grey-800 .icon, .blue-grey-900 i,
.blue-grey-900 .icon, .blue-grey-A400 i,
.blue-grey-A400 .icon, .blue-grey-A700 i,
.blue-grey-A700 .icon {
  color: rgb(255, 255, 255);
}
.red-500.secondary-text,
.red-500 .secondary-text, .red.secondary-text,
.red .secondary-text, .red-600.secondary-text,
.red-600 .secondary-text, .red-700.secondary-text,
.red-700 .secondary-text, .red-800.secondary-text,
.red-800 .secondary-text, .red-900.secondary-text,
.red-900 .secondary-text, .red-A200.secondary-text,
.red-A200 .secondary-text, .red-A400.secondary-text,
.red-A400 .secondary-text, .red-A700.secondary-text,
.red-A700 .secondary-text, .pink-500.secondary-text,
.pink-500 .secondary-text, .pink.secondary-text,
.pink .secondary-text, .pink-600.secondary-text,
.pink-600 .secondary-text, .pink-700.secondary-text,
.pink-700 .secondary-text, .pink-800.secondary-text,
.pink-800 .secondary-text, .pink-900.secondary-text,
.pink-900 .secondary-text, .pink-A200.secondary-text,
.pink-A200 .secondary-text, .pink-A400.secondary-text,
.pink-A400 .secondary-text, .pink-A700.secondary-text,
.pink-A700 .secondary-text, .purple-300.secondary-text,
.purple-300 .secondary-text, .purple-400.secondary-text,
.purple-400 .secondary-text, .purple-500.secondary-text,
.purple-500 .secondary-text, .purple.secondary-text,
.purple .secondary-text, .purple-600.secondary-text,
.purple-600 .secondary-text, .purple-700.secondary-text,
.purple-700 .secondary-text, .purple-800.secondary-text,
.purple-800 .secondary-text, .purple-900.secondary-text,
.purple-900 .secondary-text, .purple-A200.secondary-text,
.purple-A200 .secondary-text, .purple-A400.secondary-text,
.purple-A400 .secondary-text, .purple-A700.secondary-text,
.purple-A700 .secondary-text, .deep-purple-300.secondary-text,
.deep-purple-300 .secondary-text, .deep-purple-400.secondary-text,
.deep-purple-400 .secondary-text, .deep-purple-500.secondary-text,
.deep-purple-500 .secondary-text, .deep-purple.secondary-text,
.deep-purple .secondary-text, .deep-purple-600.secondary-text,
.deep-purple-600 .secondary-text, .deep-purple-700.secondary-text,
.deep-purple-700 .secondary-text, .deep-purple-800.secondary-text,
.deep-purple-800 .secondary-text, .deep-purple-900.secondary-text,
.deep-purple-900 .secondary-text, .deep-purple-A200.secondary-text,
.deep-purple-A200 .secondary-text, .deep-purple-A400.secondary-text,
.deep-purple-A400 .secondary-text, .deep-purple-A700.secondary-text,
.deep-purple-A700 .secondary-text, .indigo-300.secondary-text,
.indigo-300 .secondary-text, .indigo-400.secondary-text,
.indigo-400 .secondary-text, .indigo-500.secondary-text,
.indigo-500 .secondary-text, .indigo.secondary-text,
.indigo .secondary-text, .indigo-600.secondary-text,
.indigo-600 .secondary-text, .indigo-700.secondary-text,
.indigo-700 .secondary-text, .indigo-800.secondary-text,
.indigo-800 .secondary-text, .indigo-900.secondary-text,
.indigo-900 .secondary-text, .indigo-A200.secondary-text,
.indigo-A200 .secondary-text, .indigo-A400.secondary-text,
.indigo-A400 .secondary-text, .indigo-A700.secondary-text,
.indigo-A700 .secondary-text, .blue-500.secondary-text,
.blue-500 .secondary-text, .blue.secondary-text,
.blue .secondary-text, .blue-600.secondary-text,
.blue-600 .secondary-text, .blue-700.secondary-text,
.blue-700 .secondary-text, .blue-800.secondary-text,
.blue-800 .secondary-text, .blue-900.secondary-text,
.blue-900 .secondary-text, .blue-A200.secondary-text,
.blue-A200 .secondary-text, .blue-A400.secondary-text,
.blue-A400 .secondary-text, .blue-A700.secondary-text,
.blue-A700 .secondary-text, .light-blue-500.secondary-text,
.light-blue-500 .secondary-text, .light-blue.secondary-text,
.light-blue .secondary-text, .light-blue-600.secondary-text,
.light-blue-600 .secondary-text, .light-blue-700.secondary-text,
.light-blue-700 .secondary-text, .light-blue-800.secondary-text,
.light-blue-800 .secondary-text, .light-blue-900.secondary-text,
.light-blue-900 .secondary-text, .light-blue-A700.secondary-text,
.light-blue-A700 .secondary-text, .cyan-500.secondary-text,
.cyan-500 .secondary-text, .cyan.secondary-text,
.cyan .secondary-text, .cyan-600.secondary-text,
.cyan-600 .secondary-text, .cyan-700.secondary-text,
.cyan-700 .secondary-text, .cyan-800.secondary-text,
.cyan-800 .secondary-text, .cyan-900.secondary-text,
.cyan-900 .secondary-text, .teal-500.secondary-text,
.teal-500 .secondary-text, .teal.secondary-text,
.teal .secondary-text, .teal-600.secondary-text,
.teal-600 .secondary-text, .teal-700.secondary-text,
.teal-700 .secondary-text, .teal-800.secondary-text,
.teal-800 .secondary-text, .teal-900.secondary-text,
.teal-900 .secondary-text, .green-600.secondary-text,
.green-600 .secondary-text, .green-700.secondary-text,
.green-700 .secondary-text, .green-800.secondary-text,
.green-800 .secondary-text, .green-900.secondary-text,
.green-900 .secondary-text, .light-green-700.secondary-text,
.light-green-700 .secondary-text, .light-green-800.secondary-text,
.light-green-800 .secondary-text, .light-green-900.secondary-text,
.light-green-900 .secondary-text, .lime-900.secondary-text,
.lime-900 .secondary-text, .orange-800.secondary-text,
.orange-800 .secondary-text, .orange-900.secondary-text,
.orange-900 .secondary-text, .deep-orange-500.secondary-text,
.deep-orange-500 .secondary-text, .deep-orange.secondary-text,
.deep-orange .secondary-text, .deep-orange-600.secondary-text,
.deep-orange-600 .secondary-text, .deep-orange-700.secondary-text,
.deep-orange-700 .secondary-text, .deep-orange-800.secondary-text,
.deep-orange-800 .secondary-text, .deep-orange-900.secondary-text,
.deep-orange-900 .secondary-text, .deep-orange-A400.secondary-text,
.deep-orange-A400 .secondary-text, .deep-orange-A700.secondary-text,
.deep-orange-A700 .secondary-text, .brown-300.secondary-text,
.brown-300 .secondary-text, .brown-400.secondary-text,
.brown-400 .secondary-text, .brown-500.secondary-text,
.brown-500 .secondary-text, .brown.secondary-text,
.brown .secondary-text, .brown-600.secondary-text,
.brown-600 .secondary-text, .brown-700.secondary-text,
.brown-700 .secondary-text, .brown-800.secondary-text,
.brown-800 .secondary-text, .brown-900.secondary-text,
.brown-900 .secondary-text, .brown-A400.secondary-text,
.brown-A400 .secondary-text, .brown-A700.secondary-text,
.brown-A700 .secondary-text, .grey-600.secondary-text,
.grey-600 .secondary-text, .grey-700.secondary-text,
.grey-700 .secondary-text, .grey-800.secondary-text,
.grey-800 .secondary-text, .grey-900.secondary-text,
.grey-900 .secondary-text, .grey-A700.secondary-text,
.grey-A700 .secondary-text, .blue-grey-400.secondary-text,
.blue-grey-400 .secondary-text, .blue-grey-500.secondary-text,
.blue-grey-500 .secondary-text, .blue-grey.secondary-text,
.blue-grey .secondary-text, .blue-grey-600.secondary-text,
.blue-grey-600 .secondary-text, .blue-grey-700.secondary-text,
.blue-grey-700 .secondary-text, .blue-grey-800.secondary-text,
.blue-grey-800 .secondary-text, .blue-grey-900.secondary-text,
.blue-grey-900 .secondary-text, .blue-grey-A400.secondary-text,
.blue-grey-A400 .secondary-text, .blue-grey-A700.secondary-text,
.blue-grey-A700 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-500.hint-text,
.red-500 .hint-text, .red-500.disabled-text,
.red-500 .disabled-text, .red.hint-text,
.red .hint-text, .red.disabled-text,
.red .disabled-text, .red-600.hint-text,
.red-600 .hint-text, .red-600.disabled-text,
.red-600 .disabled-text, .red-700.hint-text,
.red-700 .hint-text, .red-700.disabled-text,
.red-700 .disabled-text, .red-800.hint-text,
.red-800 .hint-text, .red-800.disabled-text,
.red-800 .disabled-text, .red-900.hint-text,
.red-900 .hint-text, .red-900.disabled-text,
.red-900 .disabled-text, .red-A200.hint-text,
.red-A200 .hint-text, .red-A200.disabled-text,
.red-A200 .disabled-text, .red-A400.hint-text,
.red-A400 .hint-text, .red-A400.disabled-text,
.red-A400 .disabled-text, .red-A700.hint-text,
.red-A700 .hint-text, .red-A700.disabled-text,
.red-A700 .disabled-text, .pink-500.hint-text,
.pink-500 .hint-text, .pink-500.disabled-text,
.pink-500 .disabled-text, .pink.hint-text,
.pink .hint-text, .pink.disabled-text,
.pink .disabled-text, .pink-600.hint-text,
.pink-600 .hint-text, .pink-600.disabled-text,
.pink-600 .disabled-text, .pink-700.hint-text,
.pink-700 .hint-text, .pink-700.disabled-text,
.pink-700 .disabled-text, .pink-800.hint-text,
.pink-800 .hint-text, .pink-800.disabled-text,
.pink-800 .disabled-text, .pink-900.hint-text,
.pink-900 .hint-text, .pink-900.disabled-text,
.pink-900 .disabled-text, .pink-A200.hint-text,
.pink-A200 .hint-text, .pink-A200.disabled-text,
.pink-A200 .disabled-text, .pink-A400.hint-text,
.pink-A400 .hint-text, .pink-A400.disabled-text,
.pink-A400 .disabled-text, .pink-A700.hint-text,
.pink-A700 .hint-text, .pink-A700.disabled-text,
.pink-A700 .disabled-text, .purple-300.hint-text,
.purple-300 .hint-text, .purple-300.disabled-text,
.purple-300 .disabled-text, .purple-400.hint-text,
.purple-400 .hint-text, .purple-400.disabled-text,
.purple-400 .disabled-text, .purple-500.hint-text,
.purple-500 .hint-text, .purple-500.disabled-text,
.purple-500 .disabled-text, .purple.hint-text,
.purple .hint-text, .purple.disabled-text,
.purple .disabled-text, .purple-600.hint-text,
.purple-600 .hint-text, .purple-600.disabled-text,
.purple-600 .disabled-text, .purple-700.hint-text,
.purple-700 .hint-text, .purple-700.disabled-text,
.purple-700 .disabled-text, .purple-800.hint-text,
.purple-800 .hint-text, .purple-800.disabled-text,
.purple-800 .disabled-text, .purple-900.hint-text,
.purple-900 .hint-text, .purple-900.disabled-text,
.purple-900 .disabled-text, .purple-A200.hint-text,
.purple-A200 .hint-text, .purple-A200.disabled-text,
.purple-A200 .disabled-text, .purple-A400.hint-text,
.purple-A400 .hint-text, .purple-A400.disabled-text,
.purple-A400 .disabled-text, .purple-A700.hint-text,
.purple-A700 .hint-text, .purple-A700.disabled-text,
.purple-A700 .disabled-text, .deep-purple-300.hint-text,
.deep-purple-300 .hint-text, .deep-purple-300.disabled-text,
.deep-purple-300 .disabled-text, .deep-purple-400.hint-text,
.deep-purple-400 .hint-text, .deep-purple-400.disabled-text,
.deep-purple-400 .disabled-text, .deep-purple-500.hint-text,
.deep-purple-500 .hint-text, .deep-purple-500.disabled-text,
.deep-purple-500 .disabled-text, .deep-purple.hint-text,
.deep-purple .hint-text, .deep-purple.disabled-text,
.deep-purple .disabled-text, .deep-purple-600.hint-text,
.deep-purple-600 .hint-text, .deep-purple-600.disabled-text,
.deep-purple-600 .disabled-text, .deep-purple-700.hint-text,
.deep-purple-700 .hint-text, .deep-purple-700.disabled-text,
.deep-purple-700 .disabled-text, .deep-purple-800.hint-text,
.deep-purple-800 .hint-text, .deep-purple-800.disabled-text,
.deep-purple-800 .disabled-text, .deep-purple-900.hint-text,
.deep-purple-900 .hint-text, .deep-purple-900.disabled-text,
.deep-purple-900 .disabled-text, .deep-purple-A200.hint-text,
.deep-purple-A200 .hint-text, .deep-purple-A200.disabled-text,
.deep-purple-A200 .disabled-text, .deep-purple-A400.hint-text,
.deep-purple-A400 .hint-text, .deep-purple-A400.disabled-text,
.deep-purple-A400 .disabled-text, .deep-purple-A700.hint-text,
.deep-purple-A700 .hint-text, .deep-purple-A700.disabled-text,
.deep-purple-A700 .disabled-text, .indigo-300.hint-text,
.indigo-300 .hint-text, .indigo-300.disabled-text,
.indigo-300 .disabled-text, .indigo-400.hint-text,
.indigo-400 .hint-text, .indigo-400.disabled-text,
.indigo-400 .disabled-text, .indigo-500.hint-text,
.indigo-500 .hint-text, .indigo-500.disabled-text,
.indigo-500 .disabled-text, .indigo.hint-text,
.indigo .hint-text, .indigo.disabled-text,
.indigo .disabled-text, .indigo-600.hint-text,
.indigo-600 .hint-text, .indigo-600.disabled-text,
.indigo-600 .disabled-text, .indigo-700.hint-text,
.indigo-700 .hint-text, .indigo-700.disabled-text,
.indigo-700 .disabled-text, .indigo-800.hint-text,
.indigo-800 .hint-text, .indigo-800.disabled-text,
.indigo-800 .disabled-text, .indigo-900.hint-text,
.indigo-900 .hint-text, .indigo-900.disabled-text,
.indigo-900 .disabled-text, .indigo-A200.hint-text,
.indigo-A200 .hint-text, .indigo-A200.disabled-text,
.indigo-A200 .disabled-text, .indigo-A400.hint-text,
.indigo-A400 .hint-text, .indigo-A400.disabled-text,
.indigo-A400 .disabled-text, .indigo-A700.hint-text,
.indigo-A700 .hint-text, .indigo-A700.disabled-text,
.indigo-A700 .disabled-text, .blue-500.hint-text,
.blue-500 .hint-text, .blue-500.disabled-text,
.blue-500 .disabled-text, .blue.hint-text,
.blue .hint-text, .blue.disabled-text,
.blue .disabled-text, .blue-600.hint-text,
.blue-600 .hint-text, .blue-600.disabled-text,
.blue-600 .disabled-text, .blue-700.hint-text,
.blue-700 .hint-text, .blue-700.disabled-text,
.blue-700 .disabled-text, .blue-800.hint-text,
.blue-800 .hint-text, .blue-800.disabled-text,
.blue-800 .disabled-text, .blue-900.hint-text,
.blue-900 .hint-text, .blue-900.disabled-text,
.blue-900 .disabled-text, .blue-A200.hint-text,
.blue-A200 .hint-text, .blue-A200.disabled-text,
.blue-A200 .disabled-text, .blue-A400.hint-text,
.blue-A400 .hint-text, .blue-A400.disabled-text,
.blue-A400 .disabled-text, .blue-A700.hint-text,
.blue-A700 .hint-text, .blue-A700.disabled-text,
.blue-A700 .disabled-text, .light-blue-500.hint-text,
.light-blue-500 .hint-text, .light-blue-500.disabled-text,
.light-blue-500 .disabled-text, .light-blue.hint-text,
.light-blue .hint-text, .light-blue.disabled-text,
.light-blue .disabled-text, .light-blue-600.hint-text,
.light-blue-600 .hint-text, .light-blue-600.disabled-text,
.light-blue-600 .disabled-text, .light-blue-700.hint-text,
.light-blue-700 .hint-text, .light-blue-700.disabled-text,
.light-blue-700 .disabled-text, .light-blue-800.hint-text,
.light-blue-800 .hint-text, .light-blue-800.disabled-text,
.light-blue-800 .disabled-text, .light-blue-900.hint-text,
.light-blue-900 .hint-text, .light-blue-900.disabled-text,
.light-blue-900 .disabled-text, .light-blue-A700.hint-text,
.light-blue-A700 .hint-text, .light-blue-A700.disabled-text,
.light-blue-A700 .disabled-text, .cyan-500.hint-text,
.cyan-500 .hint-text, .cyan-500.disabled-text,
.cyan-500 .disabled-text, .cyan.hint-text,
.cyan .hint-text, .cyan.disabled-text,
.cyan .disabled-text, .cyan-600.hint-text,
.cyan-600 .hint-text, .cyan-600.disabled-text,
.cyan-600 .disabled-text, .cyan-700.hint-text,
.cyan-700 .hint-text, .cyan-700.disabled-text,
.cyan-700 .disabled-text, .cyan-800.hint-text,
.cyan-800 .hint-text, .cyan-800.disabled-text,
.cyan-800 .disabled-text, .cyan-900.hint-text,
.cyan-900 .hint-text, .cyan-900.disabled-text,
.cyan-900 .disabled-text, .teal-500.hint-text,
.teal-500 .hint-text, .teal-500.disabled-text,
.teal-500 .disabled-text, .teal.hint-text,
.teal .hint-text, .teal.disabled-text,
.teal .disabled-text, .teal-600.hint-text,
.teal-600 .hint-text, .teal-600.disabled-text,
.teal-600 .disabled-text, .teal-700.hint-text,
.teal-700 .hint-text, .teal-700.disabled-text,
.teal-700 .disabled-text, .teal-800.hint-text,
.teal-800 .hint-text, .teal-800.disabled-text,
.teal-800 .disabled-text, .teal-900.hint-text,
.teal-900 .hint-text, .teal-900.disabled-text,
.teal-900 .disabled-text, .green-600.hint-text,
.green-600 .hint-text, .green-600.disabled-text,
.green-600 .disabled-text, .green-700.hint-text,
.green-700 .hint-text, .green-700.disabled-text,
.green-700 .disabled-text, .green-800.hint-text,
.green-800 .hint-text, .green-800.disabled-text,
.green-800 .disabled-text, .green-900.hint-text,
.green-900 .hint-text, .green-900.disabled-text,
.green-900 .disabled-text, .light-green-700.hint-text,
.light-green-700 .hint-text, .light-green-700.disabled-text,
.light-green-700 .disabled-text, .light-green-800.hint-text,
.light-green-800 .hint-text, .light-green-800.disabled-text,
.light-green-800 .disabled-text, .light-green-900.hint-text,
.light-green-900 .hint-text, .light-green-900.disabled-text,
.light-green-900 .disabled-text, .lime-900.hint-text,
.lime-900 .hint-text, .lime-900.disabled-text,
.lime-900 .disabled-text, .orange-800.hint-text,
.orange-800 .hint-text, .orange-800.disabled-text,
.orange-800 .disabled-text, .orange-900.hint-text,
.orange-900 .hint-text, .orange-900.disabled-text,
.orange-900 .disabled-text, .deep-orange-500.hint-text,
.deep-orange-500 .hint-text, .deep-orange-500.disabled-text,
.deep-orange-500 .disabled-text, .deep-orange.hint-text,
.deep-orange .hint-text, .deep-orange.disabled-text,
.deep-orange .disabled-text, .deep-orange-600.hint-text,
.deep-orange-600 .hint-text, .deep-orange-600.disabled-text,
.deep-orange-600 .disabled-text, .deep-orange-700.hint-text,
.deep-orange-700 .hint-text, .deep-orange-700.disabled-text,
.deep-orange-700 .disabled-text, .deep-orange-800.hint-text,
.deep-orange-800 .hint-text, .deep-orange-800.disabled-text,
.deep-orange-800 .disabled-text, .deep-orange-900.hint-text,
.deep-orange-900 .hint-text, .deep-orange-900.disabled-text,
.deep-orange-900 .disabled-text, .deep-orange-A400.hint-text,
.deep-orange-A400 .hint-text, .deep-orange-A400.disabled-text,
.deep-orange-A400 .disabled-text, .deep-orange-A700.hint-text,
.deep-orange-A700 .hint-text, .deep-orange-A700.disabled-text,
.deep-orange-A700 .disabled-text, .brown-300.hint-text,
.brown-300 .hint-text, .brown-300.disabled-text,
.brown-300 .disabled-text, .brown-400.hint-text,
.brown-400 .hint-text, .brown-400.disabled-text,
.brown-400 .disabled-text, .brown-500.hint-text,
.brown-500 .hint-text, .brown-500.disabled-text,
.brown-500 .disabled-text, .brown.hint-text,
.brown .hint-text, .brown.disabled-text,
.brown .disabled-text, .brown-600.hint-text,
.brown-600 .hint-text, .brown-600.disabled-text,
.brown-600 .disabled-text, .brown-700.hint-text,
.brown-700 .hint-text, .brown-700.disabled-text,
.brown-700 .disabled-text, .brown-800.hint-text,
.brown-800 .hint-text, .brown-800.disabled-text,
.brown-800 .disabled-text, .brown-900.hint-text,
.brown-900 .hint-text, .brown-900.disabled-text,
.brown-900 .disabled-text, .brown-A400.hint-text,
.brown-A400 .hint-text, .brown-A400.disabled-text,
.brown-A400 .disabled-text, .brown-A700.hint-text,
.brown-A700 .hint-text, .brown-A700.disabled-text,
.brown-A700 .disabled-text, .grey-600.hint-text,
.grey-600 .hint-text, .grey-600.disabled-text,
.grey-600 .disabled-text, .grey-700.hint-text,
.grey-700 .hint-text, .grey-700.disabled-text,
.grey-700 .disabled-text, .grey-800.hint-text,
.grey-800 .hint-text, .grey-800.disabled-text,
.grey-800 .disabled-text, .grey-900.hint-text,
.grey-900 .hint-text, .grey-900.disabled-text,
.grey-900 .disabled-text, .grey-A700.hint-text,
.grey-A700 .hint-text, .grey-A700.disabled-text,
.grey-A700 .disabled-text, .blue-grey-400.hint-text,
.blue-grey-400 .hint-text, .blue-grey-400.disabled-text,
.blue-grey-400 .disabled-text, .blue-grey-500.hint-text,
.blue-grey-500 .hint-text, .blue-grey-500.disabled-text,
.blue-grey-500 .disabled-text, .blue-grey.hint-text,
.blue-grey .hint-text, .blue-grey.disabled-text,
.blue-grey .disabled-text, .blue-grey-600.hint-text,
.blue-grey-600 .hint-text, .blue-grey-600.disabled-text,
.blue-grey-600 .disabled-text, .blue-grey-700.hint-text,
.blue-grey-700 .hint-text, .blue-grey-700.disabled-text,
.blue-grey-700 .disabled-text, .blue-grey-800.hint-text,
.blue-grey-800 .hint-text, .blue-grey-800.disabled-text,
.blue-grey-800 .disabled-text, .blue-grey-900.hint-text,
.blue-grey-900 .hint-text, .blue-grey-900.disabled-text,
.blue-grey-900 .disabled-text, .blue-grey-A400.hint-text,
.blue-grey-A400 .hint-text, .blue-grey-A400.disabled-text,
.blue-grey-A400 .disabled-text, .blue-grey-A700.hint-text,
.blue-grey-A700 .hint-text, .blue-grey-A700.disabled-text,
.blue-grey-A700 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-500.divider,
.red-500 .divider, .red.divider,
.red .divider, .red-600.divider,
.red-600 .divider, .red-700.divider,
.red-700 .divider, .red-800.divider,
.red-800 .divider, .red-900.divider,
.red-900 .divider, .red-A200.divider,
.red-A200 .divider, .red-A400.divider,
.red-A400 .divider, .red-A700.divider,
.red-A700 .divider, .pink-500.divider,
.pink-500 .divider, .pink.divider,
.pink .divider, .pink-600.divider,
.pink-600 .divider, .pink-700.divider,
.pink-700 .divider, .pink-800.divider,
.pink-800 .divider, .pink-900.divider,
.pink-900 .divider, .pink-A200.divider,
.pink-A200 .divider, .pink-A400.divider,
.pink-A400 .divider, .pink-A700.divider,
.pink-A700 .divider, .purple-300.divider,
.purple-300 .divider, .purple-400.divider,
.purple-400 .divider, .purple-500.divider,
.purple-500 .divider, .purple.divider,
.purple .divider, .purple-600.divider,
.purple-600 .divider, .purple-700.divider,
.purple-700 .divider, .purple-800.divider,
.purple-800 .divider, .purple-900.divider,
.purple-900 .divider, .purple-A200.divider,
.purple-A200 .divider, .purple-A400.divider,
.purple-A400 .divider, .purple-A700.divider,
.purple-A700 .divider, .deep-purple-300.divider,
.deep-purple-300 .divider, .deep-purple-400.divider,
.deep-purple-400 .divider, .deep-purple-500.divider,
.deep-purple-500 .divider, .deep-purple.divider,
.deep-purple .divider, .deep-purple-600.divider,
.deep-purple-600 .divider, .deep-purple-700.divider,
.deep-purple-700 .divider, .deep-purple-800.divider,
.deep-purple-800 .divider, .deep-purple-900.divider,
.deep-purple-900 .divider, .deep-purple-A200.divider,
.deep-purple-A200 .divider, .deep-purple-A400.divider,
.deep-purple-A400 .divider, .deep-purple-A700.divider,
.deep-purple-A700 .divider, .indigo-300.divider,
.indigo-300 .divider, .indigo-400.divider,
.indigo-400 .divider, .indigo-500.divider,
.indigo-500 .divider, .indigo.divider,
.indigo .divider, .indigo-600.divider,
.indigo-600 .divider, .indigo-700.divider,
.indigo-700 .divider, .indigo-800.divider,
.indigo-800 .divider, .indigo-900.divider,
.indigo-900 .divider, .indigo-A200.divider,
.indigo-A200 .divider, .indigo-A400.divider,
.indigo-A400 .divider, .indigo-A700.divider,
.indigo-A700 .divider, .blue-500.divider,
.blue-500 .divider, .blue.divider,
.blue .divider, .blue-600.divider,
.blue-600 .divider, .blue-700.divider,
.blue-700 .divider, .blue-800.divider,
.blue-800 .divider, .blue-900.divider,
.blue-900 .divider, .blue-A200.divider,
.blue-A200 .divider, .blue-A400.divider,
.blue-A400 .divider, .blue-A700.divider,
.blue-A700 .divider, .light-blue-500.divider,
.light-blue-500 .divider, .light-blue.divider,
.light-blue .divider, .light-blue-600.divider,
.light-blue-600 .divider, .light-blue-700.divider,
.light-blue-700 .divider, .light-blue-800.divider,
.light-blue-800 .divider, .light-blue-900.divider,
.light-blue-900 .divider, .light-blue-A700.divider,
.light-blue-A700 .divider, .cyan-500.divider,
.cyan-500 .divider, .cyan.divider,
.cyan .divider, .cyan-600.divider,
.cyan-600 .divider, .cyan-700.divider,
.cyan-700 .divider, .cyan-800.divider,
.cyan-800 .divider, .cyan-900.divider,
.cyan-900 .divider, .teal-500.divider,
.teal-500 .divider, .teal.divider,
.teal .divider, .teal-600.divider,
.teal-600 .divider, .teal-700.divider,
.teal-700 .divider, .teal-800.divider,
.teal-800 .divider, .teal-900.divider,
.teal-900 .divider, .green-600.divider,
.green-600 .divider, .green-700.divider,
.green-700 .divider, .green-800.divider,
.green-800 .divider, .green-900.divider,
.green-900 .divider, .light-green-700.divider,
.light-green-700 .divider, .light-green-800.divider,
.light-green-800 .divider, .light-green-900.divider,
.light-green-900 .divider, .lime-900.divider,
.lime-900 .divider, .orange-800.divider,
.orange-800 .divider, .orange-900.divider,
.orange-900 .divider, .deep-orange-500.divider,
.deep-orange-500 .divider, .deep-orange.divider,
.deep-orange .divider, .deep-orange-600.divider,
.deep-orange-600 .divider, .deep-orange-700.divider,
.deep-orange-700 .divider, .deep-orange-800.divider,
.deep-orange-800 .divider, .deep-orange-900.divider,
.deep-orange-900 .divider, .deep-orange-A400.divider,
.deep-orange-A400 .divider, .deep-orange-A700.divider,
.deep-orange-A700 .divider, .brown-300.divider,
.brown-300 .divider, .brown-400.divider,
.brown-400 .divider, .brown-500.divider,
.brown-500 .divider, .brown.divider,
.brown .divider, .brown-600.divider,
.brown-600 .divider, .brown-700.divider,
.brown-700 .divider, .brown-800.divider,
.brown-800 .divider, .brown-900.divider,
.brown-900 .divider, .brown-A400.divider,
.brown-A400 .divider, .brown-A700.divider,
.brown-A700 .divider, .grey-600.divider,
.grey-600 .divider, .grey-700.divider,
.grey-700 .divider, .grey-800.divider,
.grey-800 .divider, .grey-900.divider,
.grey-900 .divider, .grey-A700.divider,
.grey-A700 .divider, .blue-grey-400.divider,
.blue-grey-400 .divider, .blue-grey-500.divider,
.blue-grey-500 .divider, .blue-grey.divider,
.blue-grey .divider, .blue-grey-600.divider,
.blue-grey-600 .divider, .blue-grey-700.divider,
.blue-grey-700 .divider, .blue-grey-800.divider,
.blue-grey-800 .divider, .blue-grey-900.divider,
.blue-grey-900 .divider, .blue-grey-A400.divider,
.blue-grey-A400 .divider, .blue-grey-A700.divider,
.blue-grey-A700 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-500 .mat-ripple-element, .red .mat-ripple-element, .red-600 .mat-ripple-element, .red-700 .mat-ripple-element, .red-800 .mat-ripple-element, .red-900 .mat-ripple-element, .red-A200 .mat-ripple-element, .red-A400 .mat-ripple-element, .red-A700 .mat-ripple-element, .pink-500 .mat-ripple-element, .pink .mat-ripple-element, .pink-600 .mat-ripple-element, .pink-700 .mat-ripple-element, .pink-800 .mat-ripple-element, .pink-900 .mat-ripple-element, .pink-A200 .mat-ripple-element, .pink-A400 .mat-ripple-element, .pink-A700 .mat-ripple-element, .purple-300 .mat-ripple-element, .purple-400 .mat-ripple-element, .purple-500 .mat-ripple-element, .purple .mat-ripple-element, .purple-600 .mat-ripple-element, .purple-700 .mat-ripple-element, .purple-800 .mat-ripple-element, .purple-900 .mat-ripple-element, .purple-A200 .mat-ripple-element, .purple-A400 .mat-ripple-element, .purple-A700 .mat-ripple-element, .deep-purple-300 .mat-ripple-element, .deep-purple-400 .mat-ripple-element, .deep-purple-500 .mat-ripple-element, .deep-purple .mat-ripple-element, .deep-purple-600 .mat-ripple-element, .deep-purple-700 .mat-ripple-element, .deep-purple-800 .mat-ripple-element, .deep-purple-900 .mat-ripple-element, .deep-purple-A200 .mat-ripple-element, .deep-purple-A400 .mat-ripple-element, .deep-purple-A700 .mat-ripple-element, .indigo-300 .mat-ripple-element, .indigo-400 .mat-ripple-element, .indigo-500 .mat-ripple-element, .indigo .mat-ripple-element, .indigo-600 .mat-ripple-element, .indigo-700 .mat-ripple-element, .indigo-800 .mat-ripple-element, .indigo-900 .mat-ripple-element, .indigo-A200 .mat-ripple-element, .indigo-A400 .mat-ripple-element, .indigo-A700 .mat-ripple-element, .blue-500 .mat-ripple-element, .blue .mat-ripple-element, .blue-600 .mat-ripple-element, .blue-700 .mat-ripple-element, .blue-800 .mat-ripple-element, .blue-900 .mat-ripple-element, .blue-A200 .mat-ripple-element, .blue-A400 .mat-ripple-element, .blue-A700 .mat-ripple-element, .light-blue-500 .mat-ripple-element, .light-blue .mat-ripple-element, .light-blue-600 .mat-ripple-element, .light-blue-700 .mat-ripple-element, .light-blue-800 .mat-ripple-element, .light-blue-900 .mat-ripple-element, .light-blue-A700 .mat-ripple-element, .cyan-500 .mat-ripple-element, .cyan .mat-ripple-element, .cyan-600 .mat-ripple-element, .cyan-700 .mat-ripple-element, .cyan-800 .mat-ripple-element, .cyan-900 .mat-ripple-element, .teal-500 .mat-ripple-element, .teal .mat-ripple-element, .teal-600 .mat-ripple-element, .teal-700 .mat-ripple-element, .teal-800 .mat-ripple-element, .teal-900 .mat-ripple-element, .green-600 .mat-ripple-element, .green-700 .mat-ripple-element, .green-800 .mat-ripple-element, .green-900 .mat-ripple-element, .light-green-700 .mat-ripple-element, .light-green-800 .mat-ripple-element, .light-green-900 .mat-ripple-element, .lime-900 .mat-ripple-element, .orange-800 .mat-ripple-element, .orange-900 .mat-ripple-element, .deep-orange-500 .mat-ripple-element, .deep-orange .mat-ripple-element, .deep-orange-600 .mat-ripple-element, .deep-orange-700 .mat-ripple-element, .deep-orange-800 .mat-ripple-element, .deep-orange-900 .mat-ripple-element, .deep-orange-A400 .mat-ripple-element, .deep-orange-A700 .mat-ripple-element, .brown-300 .mat-ripple-element, .brown-400 .mat-ripple-element, .brown-500 .mat-ripple-element, .brown .mat-ripple-element, .brown-600 .mat-ripple-element, .brown-700 .mat-ripple-element, .brown-800 .mat-ripple-element, .brown-900 .mat-ripple-element, .brown-A400 .mat-ripple-element, .brown-A700 .mat-ripple-element, .grey-600 .mat-ripple-element, .grey-700 .mat-ripple-element, .grey-800 .mat-ripple-element, .grey-900 .mat-ripple-element, .grey-A700 .mat-ripple-element, .blue-grey-400 .mat-ripple-element, .blue-grey-500 .mat-ripple-element, .blue-grey .mat-ripple-element, .blue-grey-600 .mat-ripple-element, .blue-grey-700 .mat-ripple-element, .blue-grey-800 .mat-ripple-element, .blue-grey-900 .mat-ripple-element, .blue-grey-A400 .mat-ripple-element, .blue-grey-A700 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-500 .adaptive-border-color, .red .adaptive-border-color, .red-600 .adaptive-border-color, .red-700 .adaptive-border-color, .red-800 .adaptive-border-color, .red-900 .adaptive-border-color, .red-A200 .adaptive-border-color, .red-A400 .adaptive-border-color, .red-A700 .adaptive-border-color, .pink-500 .adaptive-border-color, .pink .adaptive-border-color, .pink-600 .adaptive-border-color, .pink-700 .adaptive-border-color, .pink-800 .adaptive-border-color, .pink-900 .adaptive-border-color, .pink-A200 .adaptive-border-color, .pink-A400 .adaptive-border-color, .pink-A700 .adaptive-border-color, .purple-300 .adaptive-border-color, .purple-400 .adaptive-border-color, .purple-500 .adaptive-border-color, .purple .adaptive-border-color, .purple-600 .adaptive-border-color, .purple-700 .adaptive-border-color, .purple-800 .adaptive-border-color, .purple-900 .adaptive-border-color, .purple-A200 .adaptive-border-color, .purple-A400 .adaptive-border-color, .purple-A700 .adaptive-border-color, .deep-purple-300 .adaptive-border-color, .deep-purple-400 .adaptive-border-color, .deep-purple-500 .adaptive-border-color, .deep-purple .adaptive-border-color, .deep-purple-600 .adaptive-border-color, .deep-purple-700 .adaptive-border-color, .deep-purple-800 .adaptive-border-color, .deep-purple-900 .adaptive-border-color, .deep-purple-A200 .adaptive-border-color, .deep-purple-A400 .adaptive-border-color, .deep-purple-A700 .adaptive-border-color, .indigo-300 .adaptive-border-color, .indigo-400 .adaptive-border-color, .indigo-500 .adaptive-border-color, .indigo .adaptive-border-color, .indigo-600 .adaptive-border-color, .indigo-700 .adaptive-border-color, .indigo-800 .adaptive-border-color, .indigo-900 .adaptive-border-color, .indigo-A200 .adaptive-border-color, .indigo-A400 .adaptive-border-color, .indigo-A700 .adaptive-border-color, .blue-500 .adaptive-border-color, .blue .adaptive-border-color, .blue-600 .adaptive-border-color, .blue-700 .adaptive-border-color, .blue-800 .adaptive-border-color, .blue-900 .adaptive-border-color, .blue-A200 .adaptive-border-color, .blue-A400 .adaptive-border-color, .blue-A700 .adaptive-border-color, .light-blue-500 .adaptive-border-color, .light-blue .adaptive-border-color, .light-blue-600 .adaptive-border-color, .light-blue-700 .adaptive-border-color, .light-blue-800 .adaptive-border-color, .light-blue-900 .adaptive-border-color, .light-blue-A700 .adaptive-border-color, .cyan-500 .adaptive-border-color, .cyan .adaptive-border-color, .cyan-600 .adaptive-border-color, .cyan-700 .adaptive-border-color, .cyan-800 .adaptive-border-color, .cyan-900 .adaptive-border-color, .teal-500 .adaptive-border-color, .teal .adaptive-border-color, .teal-600 .adaptive-border-color, .teal-700 .adaptive-border-color, .teal-800 .adaptive-border-color, .teal-900 .adaptive-border-color, .green-600 .adaptive-border-color, .green-700 .adaptive-border-color, .green-800 .adaptive-border-color, .green-900 .adaptive-border-color, .light-green-700 .adaptive-border-color, .light-green-800 .adaptive-border-color, .light-green-900 .adaptive-border-color, .lime-900 .adaptive-border-color, .orange-800 .adaptive-border-color, .orange-900 .adaptive-border-color, .deep-orange-500 .adaptive-border-color, .deep-orange .adaptive-border-color, .deep-orange-600 .adaptive-border-color, .deep-orange-700 .adaptive-border-color, .deep-orange-800 .adaptive-border-color, .deep-orange-900 .adaptive-border-color, .deep-orange-A400 .adaptive-border-color, .deep-orange-A700 .adaptive-border-color, .brown-300 .adaptive-border-color, .brown-400 .adaptive-border-color, .brown-500 .adaptive-border-color, .brown .adaptive-border-color, .brown-600 .adaptive-border-color, .brown-700 .adaptive-border-color, .brown-800 .adaptive-border-color, .brown-900 .adaptive-border-color, .brown-A400 .adaptive-border-color, .brown-A700 .adaptive-border-color, .grey-600 .adaptive-border-color, .grey-700 .adaptive-border-color, .grey-800 .adaptive-border-color, .grey-900 .adaptive-border-color, .grey-A700 .adaptive-border-color, .blue-grey-400 .adaptive-border-color, .blue-grey-500 .adaptive-border-color, .blue-grey .adaptive-border-color, .blue-grey-600 .adaptive-border-color, .blue-grey-700 .adaptive-border-color, .blue-grey-800 .adaptive-border-color, .blue-grey-900 .adaptive-border-color, .blue-grey-A400 .adaptive-border-color, .blue-grey-A700 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
.red-50 input[type=text], .red-100 input[type=text], .red-200 input[type=text], .red-300 input[type=text], .red-400 input[type=text], .red-A100 input[type=text], .pink-50 input[type=text], .pink-100 input[type=text], .pink-200 input[type=text], .pink-300 input[type=text], .pink-400 input[type=text], .pink-A100 input[type=text], .purple-50 input[type=text], .purple-100 input[type=text], .purple-200 input[type=text], .purple-A100 input[type=text], .deep-purple-50 input[type=text], .deep-purple-100 input[type=text], .deep-purple-200 input[type=text], .deep-purple-A100 input[type=text], .indigo-50 input[type=text], .indigo-100 input[type=text], .indigo-200 input[type=text], .indigo-A100 input[type=text], .blue-50 input[type=text], .blue-100 input[type=text], .blue-200 input[type=text], .blue-300 input[type=text], .blue-400 input[type=text], .blue-A100 input[type=text], .light-blue-50 input[type=text], .light-blue-100 input[type=text], .light-blue-200 input[type=text], .light-blue-300 input[type=text], .light-blue-400 input[type=text], .light-blue-A100 input[type=text], .light-blue-A200 input[type=text], .light-blue-A400 input[type=text], .cyan-50 input[type=text], .cyan-100 input[type=text], .cyan-200 input[type=text], .cyan-300 input[type=text], .cyan-400 input[type=text], .cyan-A100 input[type=text], .cyan-A200 input[type=text], .cyan-A400 input[type=text], .cyan-A700 input[type=text], .teal-50 input[type=text], .teal-100 input[type=text], .teal-200 input[type=text], .teal-300 input[type=text], .teal-400 input[type=text], .teal-A100 input[type=text], .teal-A200 input[type=text], .teal-A400 input[type=text], .teal-A700 input[type=text], .green-50 input[type=text], .green-100 input[type=text], .green-200 input[type=text], .green-300 input[type=text], .green-400 input[type=text], .green-500 input[type=text], .green input[type=text], .green-A100 input[type=text], .green-A200 input[type=text], .green-A400 input[type=text], .green-A700 input[type=text], .light-green-50 input[type=text], .light-green-100 input[type=text], .light-green-200 input[type=text], .light-green-300 input[type=text], .light-green-400 input[type=text], .light-green-500 input[type=text], .light-green input[type=text], .light-green-600 input[type=text], .light-green-A100 input[type=text], .light-green-A200 input[type=text], .light-green-A400 input[type=text], .light-green-A700 input[type=text], .lime-50 input[type=text], .lime-100 input[type=text], .lime-200 input[type=text], .lime-300 input[type=text], .lime-400 input[type=text], .lime-500 input[type=text], .lime input[type=text], .lime-600 input[type=text], .lime-700 input[type=text], .lime-800 input[type=text], .lime-A100 input[type=text], .lime-A200 input[type=text], .lime-A400 input[type=text], .lime-A700 input[type=text], .yellow-50 input[type=text], .yellow-100 input[type=text], .yellow-200 input[type=text], .yellow-300 input[type=text], .yellow-400 input[type=text], .yellow-500 input[type=text], .yellow input[type=text], .yellow-600 input[type=text], .yellow-700 input[type=text], .yellow-800 input[type=text], .yellow-900 input[type=text], .yellow-A100 input[type=text], .yellow-A200 input[type=text], .yellow-A400 input[type=text], .yellow-A700 input[type=text], .amber-50 input[type=text], .amber-100 input[type=text], .amber-200 input[type=text], .amber-300 input[type=text], .amber-400 input[type=text], .amber-500 input[type=text], .amber input[type=text], .amber-600 input[type=text], .amber-700 input[type=text], .amber-800 input[type=text], .amber-900 input[type=text], .amber-A100 input[type=text], .amber-A200 input[type=text], .amber-A400 input[type=text], .amber-A700 input[type=text], .orange-50 input[type=text], .orange-100 input[type=text], .orange-200 input[type=text], .orange-300 input[type=text], .orange-400 input[type=text], .orange-500 input[type=text], .orange input[type=text], .orange-600 input[type=text], .orange-700 input[type=text], .orange-A100 input[type=text], .orange-A200 input[type=text], .orange-A400 input[type=text], .orange-A700 input[type=text], .deep-orange-50 input[type=text], .deep-orange-100 input[type=text], .deep-orange-200 input[type=text], .deep-orange-300 input[type=text], .deep-orange-400 input[type=text], .deep-orange-A100 input[type=text], .deep-orange-A200 input[type=text], .brown-50 input[type=text], .brown-100 input[type=text], .brown-200 input[type=text], .brown-A100 input[type=text], .brown-A200 input[type=text], .grey-50 input[type=text], .grey-100 input[type=text], .grey-200 input[type=text], .grey-300 input[type=text], .grey-400 input[type=text], .grey-500 input[type=text], .grey input[type=text], .grey-A100 input[type=text], .grey-A200 input[type=text], .grey-A400 input[type=text], .blue-grey-50 input[type=text], .blue-grey-100 input[type=text], .blue-grey-200 input[type=text], .blue-grey-300 input[type=text], .blue-grey-A100 input[type=text], .blue-grey-A200 input[type=text] {
  color: black;
}
.red-50 .mat-form-field-label, .red-100 .mat-form-field-label, .red-200 .mat-form-field-label, .red-300 .mat-form-field-label, .red-400 .mat-form-field-label, .red-A100 .mat-form-field-label, .pink-50 .mat-form-field-label, .pink-100 .mat-form-field-label, .pink-200 .mat-form-field-label, .pink-300 .mat-form-field-label, .pink-400 .mat-form-field-label, .pink-A100 .mat-form-field-label, .purple-50 .mat-form-field-label, .purple-100 .mat-form-field-label, .purple-200 .mat-form-field-label, .purple-A100 .mat-form-field-label, .deep-purple-50 .mat-form-field-label, .deep-purple-100 .mat-form-field-label, .deep-purple-200 .mat-form-field-label, .deep-purple-A100 .mat-form-field-label, .indigo-50 .mat-form-field-label, .indigo-100 .mat-form-field-label, .indigo-200 .mat-form-field-label, .indigo-A100 .mat-form-field-label, .blue-50 .mat-form-field-label, .blue-100 .mat-form-field-label, .blue-200 .mat-form-field-label, .blue-300 .mat-form-field-label, .blue-400 .mat-form-field-label, .blue-A100 .mat-form-field-label, .light-blue-50 .mat-form-field-label, .light-blue-100 .mat-form-field-label, .light-blue-200 .mat-form-field-label, .light-blue-300 .mat-form-field-label, .light-blue-400 .mat-form-field-label, .light-blue-A100 .mat-form-field-label, .light-blue-A200 .mat-form-field-label, .light-blue-A400 .mat-form-field-label, .cyan-50 .mat-form-field-label, .cyan-100 .mat-form-field-label, .cyan-200 .mat-form-field-label, .cyan-300 .mat-form-field-label, .cyan-400 .mat-form-field-label, .cyan-A100 .mat-form-field-label, .cyan-A200 .mat-form-field-label, .cyan-A400 .mat-form-field-label, .cyan-A700 .mat-form-field-label, .teal-50 .mat-form-field-label, .teal-100 .mat-form-field-label, .teal-200 .mat-form-field-label, .teal-300 .mat-form-field-label, .teal-400 .mat-form-field-label, .teal-A100 .mat-form-field-label, .teal-A200 .mat-form-field-label, .teal-A400 .mat-form-field-label, .teal-A700 .mat-form-field-label, .green-50 .mat-form-field-label, .green-100 .mat-form-field-label, .green-200 .mat-form-field-label, .green-300 .mat-form-field-label, .green-400 .mat-form-field-label, .green-500 .mat-form-field-label, .green .mat-form-field-label, .green-A100 .mat-form-field-label, .green-A200 .mat-form-field-label, .green-A400 .mat-form-field-label, .green-A700 .mat-form-field-label, .light-green-50 .mat-form-field-label, .light-green-100 .mat-form-field-label, .light-green-200 .mat-form-field-label, .light-green-300 .mat-form-field-label, .light-green-400 .mat-form-field-label, .light-green-500 .mat-form-field-label, .light-green .mat-form-field-label, .light-green-600 .mat-form-field-label, .light-green-A100 .mat-form-field-label, .light-green-A200 .mat-form-field-label, .light-green-A400 .mat-form-field-label, .light-green-A700 .mat-form-field-label, .lime-50 .mat-form-field-label, .lime-100 .mat-form-field-label, .lime-200 .mat-form-field-label, .lime-300 .mat-form-field-label, .lime-400 .mat-form-field-label, .lime-500 .mat-form-field-label, .lime .mat-form-field-label, .lime-600 .mat-form-field-label, .lime-700 .mat-form-field-label, .lime-800 .mat-form-field-label, .lime-A100 .mat-form-field-label, .lime-A200 .mat-form-field-label, .lime-A400 .mat-form-field-label, .lime-A700 .mat-form-field-label, .yellow-50 .mat-form-field-label, .yellow-100 .mat-form-field-label, .yellow-200 .mat-form-field-label, .yellow-300 .mat-form-field-label, .yellow-400 .mat-form-field-label, .yellow-500 .mat-form-field-label, .yellow .mat-form-field-label, .yellow-600 .mat-form-field-label, .yellow-700 .mat-form-field-label, .yellow-800 .mat-form-field-label, .yellow-900 .mat-form-field-label, .yellow-A100 .mat-form-field-label, .yellow-A200 .mat-form-field-label, .yellow-A400 .mat-form-field-label, .yellow-A700 .mat-form-field-label, .amber-50 .mat-form-field-label, .amber-100 .mat-form-field-label, .amber-200 .mat-form-field-label, .amber-300 .mat-form-field-label, .amber-400 .mat-form-field-label, .amber-500 .mat-form-field-label, .amber .mat-form-field-label, .amber-600 .mat-form-field-label, .amber-700 .mat-form-field-label, .amber-800 .mat-form-field-label, .amber-900 .mat-form-field-label, .amber-A100 .mat-form-field-label, .amber-A200 .mat-form-field-label, .amber-A400 .mat-form-field-label, .amber-A700 .mat-form-field-label, .orange-50 .mat-form-field-label, .orange-100 .mat-form-field-label, .orange-200 .mat-form-field-label, .orange-300 .mat-form-field-label, .orange-400 .mat-form-field-label, .orange-500 .mat-form-field-label, .orange .mat-form-field-label, .orange-600 .mat-form-field-label, .orange-700 .mat-form-field-label, .orange-A100 .mat-form-field-label, .orange-A200 .mat-form-field-label, .orange-A400 .mat-form-field-label, .orange-A700 .mat-form-field-label, .deep-orange-50 .mat-form-field-label, .deep-orange-100 .mat-form-field-label, .deep-orange-200 .mat-form-field-label, .deep-orange-300 .mat-form-field-label, .deep-orange-400 .mat-form-field-label, .deep-orange-A100 .mat-form-field-label, .deep-orange-A200 .mat-form-field-label, .brown-50 .mat-form-field-label, .brown-100 .mat-form-field-label, .brown-200 .mat-form-field-label, .brown-A100 .mat-form-field-label, .brown-A200 .mat-form-field-label, .grey-50 .mat-form-field-label, .grey-100 .mat-form-field-label, .grey-200 .mat-form-field-label, .grey-300 .mat-form-field-label, .grey-400 .mat-form-field-label, .grey-500 .mat-form-field-label, .grey .mat-form-field-label, .grey-A100 .mat-form-field-label, .grey-A200 .mat-form-field-label, .grey-A400 .mat-form-field-label, .blue-grey-50 .mat-form-field-label, .blue-grey-100 .mat-form-field-label, .blue-grey-200 .mat-form-field-label, .blue-grey-300 .mat-form-field-label, .blue-grey-A100 .mat-form-field-label, .blue-grey-A200 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.red-50 .mat-form-field-underline, .red-100 .mat-form-field-underline, .red-200 .mat-form-field-underline, .red-300 .mat-form-field-underline, .red-400 .mat-form-field-underline, .red-A100 .mat-form-field-underline, .pink-50 .mat-form-field-underline, .pink-100 .mat-form-field-underline, .pink-200 .mat-form-field-underline, .pink-300 .mat-form-field-underline, .pink-400 .mat-form-field-underline, .pink-A100 .mat-form-field-underline, .purple-50 .mat-form-field-underline, .purple-100 .mat-form-field-underline, .purple-200 .mat-form-field-underline, .purple-A100 .mat-form-field-underline, .deep-purple-50 .mat-form-field-underline, .deep-purple-100 .mat-form-field-underline, .deep-purple-200 .mat-form-field-underline, .deep-purple-A100 .mat-form-field-underline, .indigo-50 .mat-form-field-underline, .indigo-100 .mat-form-field-underline, .indigo-200 .mat-form-field-underline, .indigo-A100 .mat-form-field-underline, .blue-50 .mat-form-field-underline, .blue-100 .mat-form-field-underline, .blue-200 .mat-form-field-underline, .blue-300 .mat-form-field-underline, .blue-400 .mat-form-field-underline, .blue-A100 .mat-form-field-underline, .light-blue-50 .mat-form-field-underline, .light-blue-100 .mat-form-field-underline, .light-blue-200 .mat-form-field-underline, .light-blue-300 .mat-form-field-underline, .light-blue-400 .mat-form-field-underline, .light-blue-A100 .mat-form-field-underline, .light-blue-A200 .mat-form-field-underline, .light-blue-A400 .mat-form-field-underline, .cyan-50 .mat-form-field-underline, .cyan-100 .mat-form-field-underline, .cyan-200 .mat-form-field-underline, .cyan-300 .mat-form-field-underline, .cyan-400 .mat-form-field-underline, .cyan-A100 .mat-form-field-underline, .cyan-A200 .mat-form-field-underline, .cyan-A400 .mat-form-field-underline, .cyan-A700 .mat-form-field-underline, .teal-50 .mat-form-field-underline, .teal-100 .mat-form-field-underline, .teal-200 .mat-form-field-underline, .teal-300 .mat-form-field-underline, .teal-400 .mat-form-field-underline, .teal-A100 .mat-form-field-underline, .teal-A200 .mat-form-field-underline, .teal-A400 .mat-form-field-underline, .teal-A700 .mat-form-field-underline, .green-50 .mat-form-field-underline, .green-100 .mat-form-field-underline, .green-200 .mat-form-field-underline, .green-300 .mat-form-field-underline, .green-400 .mat-form-field-underline, .green-500 .mat-form-field-underline, .green .mat-form-field-underline, .green-A100 .mat-form-field-underline, .green-A200 .mat-form-field-underline, .green-A400 .mat-form-field-underline, .green-A700 .mat-form-field-underline, .light-green-50 .mat-form-field-underline, .light-green-100 .mat-form-field-underline, .light-green-200 .mat-form-field-underline, .light-green-300 .mat-form-field-underline, .light-green-400 .mat-form-field-underline, .light-green-500 .mat-form-field-underline, .light-green .mat-form-field-underline, .light-green-600 .mat-form-field-underline, .light-green-A100 .mat-form-field-underline, .light-green-A200 .mat-form-field-underline, .light-green-A400 .mat-form-field-underline, .light-green-A700 .mat-form-field-underline, .lime-50 .mat-form-field-underline, .lime-100 .mat-form-field-underline, .lime-200 .mat-form-field-underline, .lime-300 .mat-form-field-underline, .lime-400 .mat-form-field-underline, .lime-500 .mat-form-field-underline, .lime .mat-form-field-underline, .lime-600 .mat-form-field-underline, .lime-700 .mat-form-field-underline, .lime-800 .mat-form-field-underline, .lime-A100 .mat-form-field-underline, .lime-A200 .mat-form-field-underline, .lime-A400 .mat-form-field-underline, .lime-A700 .mat-form-field-underline, .yellow-50 .mat-form-field-underline, .yellow-100 .mat-form-field-underline, .yellow-200 .mat-form-field-underline, .yellow-300 .mat-form-field-underline, .yellow-400 .mat-form-field-underline, .yellow-500 .mat-form-field-underline, .yellow .mat-form-field-underline, .yellow-600 .mat-form-field-underline, .yellow-700 .mat-form-field-underline, .yellow-800 .mat-form-field-underline, .yellow-900 .mat-form-field-underline, .yellow-A100 .mat-form-field-underline, .yellow-A200 .mat-form-field-underline, .yellow-A400 .mat-form-field-underline, .yellow-A700 .mat-form-field-underline, .amber-50 .mat-form-field-underline, .amber-100 .mat-form-field-underline, .amber-200 .mat-form-field-underline, .amber-300 .mat-form-field-underline, .amber-400 .mat-form-field-underline, .amber-500 .mat-form-field-underline, .amber .mat-form-field-underline, .amber-600 .mat-form-field-underline, .amber-700 .mat-form-field-underline, .amber-800 .mat-form-field-underline, .amber-900 .mat-form-field-underline, .amber-A100 .mat-form-field-underline, .amber-A200 .mat-form-field-underline, .amber-A400 .mat-form-field-underline, .amber-A700 .mat-form-field-underline, .orange-50 .mat-form-field-underline, .orange-100 .mat-form-field-underline, .orange-200 .mat-form-field-underline, .orange-300 .mat-form-field-underline, .orange-400 .mat-form-field-underline, .orange-500 .mat-form-field-underline, .orange .mat-form-field-underline, .orange-600 .mat-form-field-underline, .orange-700 .mat-form-field-underline, .orange-A100 .mat-form-field-underline, .orange-A200 .mat-form-field-underline, .orange-A400 .mat-form-field-underline, .orange-A700 .mat-form-field-underline, .deep-orange-50 .mat-form-field-underline, .deep-orange-100 .mat-form-field-underline, .deep-orange-200 .mat-form-field-underline, .deep-orange-300 .mat-form-field-underline, .deep-orange-400 .mat-form-field-underline, .deep-orange-A100 .mat-form-field-underline, .deep-orange-A200 .mat-form-field-underline, .brown-50 .mat-form-field-underline, .brown-100 .mat-form-field-underline, .brown-200 .mat-form-field-underline, .brown-A100 .mat-form-field-underline, .brown-A200 .mat-form-field-underline, .grey-50 .mat-form-field-underline, .grey-100 .mat-form-field-underline, .grey-200 .mat-form-field-underline, .grey-300 .mat-form-field-underline, .grey-400 .mat-form-field-underline, .grey-500 .mat-form-field-underline, .grey .mat-form-field-underline, .grey-A100 .mat-form-field-underline, .grey-A200 .mat-form-field-underline, .grey-A400 .mat-form-field-underline, .blue-grey-50 .mat-form-field-underline, .blue-grey-100 .mat-form-field-underline, .blue-grey-200 .mat-form-field-underline, .blue-grey-300 .mat-form-field-underline, .blue-grey-A100 .mat-form-field-underline, .blue-grey-A200 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.red-50 .mat-select-trigger,
.red-50 .mat-select-arrow, .red-100 .mat-select-trigger,
.red-100 .mat-select-arrow, .red-200 .mat-select-trigger,
.red-200 .mat-select-arrow, .red-300 .mat-select-trigger,
.red-300 .mat-select-arrow, .red-400 .mat-select-trigger,
.red-400 .mat-select-arrow, .red-A100 .mat-select-trigger,
.red-A100 .mat-select-arrow, .pink-50 .mat-select-trigger,
.pink-50 .mat-select-arrow, .pink-100 .mat-select-trigger,
.pink-100 .mat-select-arrow, .pink-200 .mat-select-trigger,
.pink-200 .mat-select-arrow, .pink-300 .mat-select-trigger,
.pink-300 .mat-select-arrow, .pink-400 .mat-select-trigger,
.pink-400 .mat-select-arrow, .pink-A100 .mat-select-trigger,
.pink-A100 .mat-select-arrow, .purple-50 .mat-select-trigger,
.purple-50 .mat-select-arrow, .purple-100 .mat-select-trigger,
.purple-100 .mat-select-arrow, .purple-200 .mat-select-trigger,
.purple-200 .mat-select-arrow, .purple-A100 .mat-select-trigger,
.purple-A100 .mat-select-arrow, .deep-purple-50 .mat-select-trigger,
.deep-purple-50 .mat-select-arrow, .deep-purple-100 .mat-select-trigger,
.deep-purple-100 .mat-select-arrow, .deep-purple-200 .mat-select-trigger,
.deep-purple-200 .mat-select-arrow, .deep-purple-A100 .mat-select-trigger,
.deep-purple-A100 .mat-select-arrow, .indigo-50 .mat-select-trigger,
.indigo-50 .mat-select-arrow, .indigo-100 .mat-select-trigger,
.indigo-100 .mat-select-arrow, .indigo-200 .mat-select-trigger,
.indigo-200 .mat-select-arrow, .indigo-A100 .mat-select-trigger,
.indigo-A100 .mat-select-arrow, .blue-50 .mat-select-trigger,
.blue-50 .mat-select-arrow, .blue-100 .mat-select-trigger,
.blue-100 .mat-select-arrow, .blue-200 .mat-select-trigger,
.blue-200 .mat-select-arrow, .blue-300 .mat-select-trigger,
.blue-300 .mat-select-arrow, .blue-400 .mat-select-trigger,
.blue-400 .mat-select-arrow, .blue-A100 .mat-select-trigger,
.blue-A100 .mat-select-arrow, .light-blue-50 .mat-select-trigger,
.light-blue-50 .mat-select-arrow, .light-blue-100 .mat-select-trigger,
.light-blue-100 .mat-select-arrow, .light-blue-200 .mat-select-trigger,
.light-blue-200 .mat-select-arrow, .light-blue-300 .mat-select-trigger,
.light-blue-300 .mat-select-arrow, .light-blue-400 .mat-select-trigger,
.light-blue-400 .mat-select-arrow, .light-blue-A100 .mat-select-trigger,
.light-blue-A100 .mat-select-arrow, .light-blue-A200 .mat-select-trigger,
.light-blue-A200 .mat-select-arrow, .light-blue-A400 .mat-select-trigger,
.light-blue-A400 .mat-select-arrow, .cyan-50 .mat-select-trigger,
.cyan-50 .mat-select-arrow, .cyan-100 .mat-select-trigger,
.cyan-100 .mat-select-arrow, .cyan-200 .mat-select-trigger,
.cyan-200 .mat-select-arrow, .cyan-300 .mat-select-trigger,
.cyan-300 .mat-select-arrow, .cyan-400 .mat-select-trigger,
.cyan-400 .mat-select-arrow, .cyan-A100 .mat-select-trigger,
.cyan-A100 .mat-select-arrow, .cyan-A200 .mat-select-trigger,
.cyan-A200 .mat-select-arrow, .cyan-A400 .mat-select-trigger,
.cyan-A400 .mat-select-arrow, .cyan-A700 .mat-select-trigger,
.cyan-A700 .mat-select-arrow, .teal-50 .mat-select-trigger,
.teal-50 .mat-select-arrow, .teal-100 .mat-select-trigger,
.teal-100 .mat-select-arrow, .teal-200 .mat-select-trigger,
.teal-200 .mat-select-arrow, .teal-300 .mat-select-trigger,
.teal-300 .mat-select-arrow, .teal-400 .mat-select-trigger,
.teal-400 .mat-select-arrow, .teal-A100 .mat-select-trigger,
.teal-A100 .mat-select-arrow, .teal-A200 .mat-select-trigger,
.teal-A200 .mat-select-arrow, .teal-A400 .mat-select-trigger,
.teal-A400 .mat-select-arrow, .teal-A700 .mat-select-trigger,
.teal-A700 .mat-select-arrow, .green-50 .mat-select-trigger,
.green-50 .mat-select-arrow, .green-100 .mat-select-trigger,
.green-100 .mat-select-arrow, .green-200 .mat-select-trigger,
.green-200 .mat-select-arrow, .green-300 .mat-select-trigger,
.green-300 .mat-select-arrow, .green-400 .mat-select-trigger,
.green-400 .mat-select-arrow, .green-500 .mat-select-trigger,
.green-500 .mat-select-arrow, .green .mat-select-trigger,
.green .mat-select-arrow, .green-A100 .mat-select-trigger,
.green-A100 .mat-select-arrow, .green-A200 .mat-select-trigger,
.green-A200 .mat-select-arrow, .green-A400 .mat-select-trigger,
.green-A400 .mat-select-arrow, .green-A700 .mat-select-trigger,
.green-A700 .mat-select-arrow, .light-green-50 .mat-select-trigger,
.light-green-50 .mat-select-arrow, .light-green-100 .mat-select-trigger,
.light-green-100 .mat-select-arrow, .light-green-200 .mat-select-trigger,
.light-green-200 .mat-select-arrow, .light-green-300 .mat-select-trigger,
.light-green-300 .mat-select-arrow, .light-green-400 .mat-select-trigger,
.light-green-400 .mat-select-arrow, .light-green-500 .mat-select-trigger,
.light-green-500 .mat-select-arrow, .light-green .mat-select-trigger,
.light-green .mat-select-arrow, .light-green-600 .mat-select-trigger,
.light-green-600 .mat-select-arrow, .light-green-A100 .mat-select-trigger,
.light-green-A100 .mat-select-arrow, .light-green-A200 .mat-select-trigger,
.light-green-A200 .mat-select-arrow, .light-green-A400 .mat-select-trigger,
.light-green-A400 .mat-select-arrow, .light-green-A700 .mat-select-trigger,
.light-green-A700 .mat-select-arrow, .lime-50 .mat-select-trigger,
.lime-50 .mat-select-arrow, .lime-100 .mat-select-trigger,
.lime-100 .mat-select-arrow, .lime-200 .mat-select-trigger,
.lime-200 .mat-select-arrow, .lime-300 .mat-select-trigger,
.lime-300 .mat-select-arrow, .lime-400 .mat-select-trigger,
.lime-400 .mat-select-arrow, .lime-500 .mat-select-trigger,
.lime-500 .mat-select-arrow, .lime .mat-select-trigger,
.lime .mat-select-arrow, .lime-600 .mat-select-trigger,
.lime-600 .mat-select-arrow, .lime-700 .mat-select-trigger,
.lime-700 .mat-select-arrow, .lime-800 .mat-select-trigger,
.lime-800 .mat-select-arrow, .lime-A100 .mat-select-trigger,
.lime-A100 .mat-select-arrow, .lime-A200 .mat-select-trigger,
.lime-A200 .mat-select-arrow, .lime-A400 .mat-select-trigger,
.lime-A400 .mat-select-arrow, .lime-A700 .mat-select-trigger,
.lime-A700 .mat-select-arrow, .yellow-50 .mat-select-trigger,
.yellow-50 .mat-select-arrow, .yellow-100 .mat-select-trigger,
.yellow-100 .mat-select-arrow, .yellow-200 .mat-select-trigger,
.yellow-200 .mat-select-arrow, .yellow-300 .mat-select-trigger,
.yellow-300 .mat-select-arrow, .yellow-400 .mat-select-trigger,
.yellow-400 .mat-select-arrow, .yellow-500 .mat-select-trigger,
.yellow-500 .mat-select-arrow, .yellow .mat-select-trigger,
.yellow .mat-select-arrow, .yellow-600 .mat-select-trigger,
.yellow-600 .mat-select-arrow, .yellow-700 .mat-select-trigger,
.yellow-700 .mat-select-arrow, .yellow-800 .mat-select-trigger,
.yellow-800 .mat-select-arrow, .yellow-900 .mat-select-trigger,
.yellow-900 .mat-select-arrow, .yellow-A100 .mat-select-trigger,
.yellow-A100 .mat-select-arrow, .yellow-A200 .mat-select-trigger,
.yellow-A200 .mat-select-arrow, .yellow-A400 .mat-select-trigger,
.yellow-A400 .mat-select-arrow, .yellow-A700 .mat-select-trigger,
.yellow-A700 .mat-select-arrow, .amber-50 .mat-select-trigger,
.amber-50 .mat-select-arrow, .amber-100 .mat-select-trigger,
.amber-100 .mat-select-arrow, .amber-200 .mat-select-trigger,
.amber-200 .mat-select-arrow, .amber-300 .mat-select-trigger,
.amber-300 .mat-select-arrow, .amber-400 .mat-select-trigger,
.amber-400 .mat-select-arrow, .amber-500 .mat-select-trigger,
.amber-500 .mat-select-arrow, .amber .mat-select-trigger,
.amber .mat-select-arrow, .amber-600 .mat-select-trigger,
.amber-600 .mat-select-arrow, .amber-700 .mat-select-trigger,
.amber-700 .mat-select-arrow, .amber-800 .mat-select-trigger,
.amber-800 .mat-select-arrow, .amber-900 .mat-select-trigger,
.amber-900 .mat-select-arrow, .amber-A100 .mat-select-trigger,
.amber-A100 .mat-select-arrow, .amber-A200 .mat-select-trigger,
.amber-A200 .mat-select-arrow, .amber-A400 .mat-select-trigger,
.amber-A400 .mat-select-arrow, .amber-A700 .mat-select-trigger,
.amber-A700 .mat-select-arrow, .orange-50 .mat-select-trigger,
.orange-50 .mat-select-arrow, .orange-100 .mat-select-trigger,
.orange-100 .mat-select-arrow, .orange-200 .mat-select-trigger,
.orange-200 .mat-select-arrow, .orange-300 .mat-select-trigger,
.orange-300 .mat-select-arrow, .orange-400 .mat-select-trigger,
.orange-400 .mat-select-arrow, .orange-500 .mat-select-trigger,
.orange-500 .mat-select-arrow, .orange .mat-select-trigger,
.orange .mat-select-arrow, .orange-600 .mat-select-trigger,
.orange-600 .mat-select-arrow, .orange-700 .mat-select-trigger,
.orange-700 .mat-select-arrow, .orange-A100 .mat-select-trigger,
.orange-A100 .mat-select-arrow, .orange-A200 .mat-select-trigger,
.orange-A200 .mat-select-arrow, .orange-A400 .mat-select-trigger,
.orange-A400 .mat-select-arrow, .orange-A700 .mat-select-trigger,
.orange-A700 .mat-select-arrow, .deep-orange-50 .mat-select-trigger,
.deep-orange-50 .mat-select-arrow, .deep-orange-100 .mat-select-trigger,
.deep-orange-100 .mat-select-arrow, .deep-orange-200 .mat-select-trigger,
.deep-orange-200 .mat-select-arrow, .deep-orange-300 .mat-select-trigger,
.deep-orange-300 .mat-select-arrow, .deep-orange-400 .mat-select-trigger,
.deep-orange-400 .mat-select-arrow, .deep-orange-A100 .mat-select-trigger,
.deep-orange-A100 .mat-select-arrow, .deep-orange-A200 .mat-select-trigger,
.deep-orange-A200 .mat-select-arrow, .brown-50 .mat-select-trigger,
.brown-50 .mat-select-arrow, .brown-100 .mat-select-trigger,
.brown-100 .mat-select-arrow, .brown-200 .mat-select-trigger,
.brown-200 .mat-select-arrow, .brown-A100 .mat-select-trigger,
.brown-A100 .mat-select-arrow, .brown-A200 .mat-select-trigger,
.brown-A200 .mat-select-arrow, .grey-50 .mat-select-trigger,
.grey-50 .mat-select-arrow, .grey-100 .mat-select-trigger,
.grey-100 .mat-select-arrow, .grey-200 .mat-select-trigger,
.grey-200 .mat-select-arrow, .grey-300 .mat-select-trigger,
.grey-300 .mat-select-arrow, .grey-400 .mat-select-trigger,
.grey-400 .mat-select-arrow, .grey-500 .mat-select-trigger,
.grey-500 .mat-select-arrow, .grey .mat-select-trigger,
.grey .mat-select-arrow, .grey-A100 .mat-select-trigger,
.grey-A100 .mat-select-arrow, .grey-A200 .mat-select-trigger,
.grey-A200 .mat-select-arrow, .grey-A400 .mat-select-trigger,
.grey-A400 .mat-select-arrow, .blue-grey-50 .mat-select-trigger,
.blue-grey-50 .mat-select-arrow, .blue-grey-100 .mat-select-trigger,
.blue-grey-100 .mat-select-arrow, .blue-grey-200 .mat-select-trigger,
.blue-grey-200 .mat-select-arrow, .blue-grey-300 .mat-select-trigger,
.blue-grey-300 .mat-select-arrow, .blue-grey-A100 .mat-select-trigger,
.blue-grey-A100 .mat-select-arrow, .blue-grey-A200 .mat-select-trigger,
.blue-grey-A200 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.red-50 .mat-select-underline, .red-100 .mat-select-underline, .red-200 .mat-select-underline, .red-300 .mat-select-underline, .red-400 .mat-select-underline, .red-A100 .mat-select-underline, .pink-50 .mat-select-underline, .pink-100 .mat-select-underline, .pink-200 .mat-select-underline, .pink-300 .mat-select-underline, .pink-400 .mat-select-underline, .pink-A100 .mat-select-underline, .purple-50 .mat-select-underline, .purple-100 .mat-select-underline, .purple-200 .mat-select-underline, .purple-A100 .mat-select-underline, .deep-purple-50 .mat-select-underline, .deep-purple-100 .mat-select-underline, .deep-purple-200 .mat-select-underline, .deep-purple-A100 .mat-select-underline, .indigo-50 .mat-select-underline, .indigo-100 .mat-select-underline, .indigo-200 .mat-select-underline, .indigo-A100 .mat-select-underline, .blue-50 .mat-select-underline, .blue-100 .mat-select-underline, .blue-200 .mat-select-underline, .blue-300 .mat-select-underline, .blue-400 .mat-select-underline, .blue-A100 .mat-select-underline, .light-blue-50 .mat-select-underline, .light-blue-100 .mat-select-underline, .light-blue-200 .mat-select-underline, .light-blue-300 .mat-select-underline, .light-blue-400 .mat-select-underline, .light-blue-A100 .mat-select-underline, .light-blue-A200 .mat-select-underline, .light-blue-A400 .mat-select-underline, .cyan-50 .mat-select-underline, .cyan-100 .mat-select-underline, .cyan-200 .mat-select-underline, .cyan-300 .mat-select-underline, .cyan-400 .mat-select-underline, .cyan-A100 .mat-select-underline, .cyan-A200 .mat-select-underline, .cyan-A400 .mat-select-underline, .cyan-A700 .mat-select-underline, .teal-50 .mat-select-underline, .teal-100 .mat-select-underline, .teal-200 .mat-select-underline, .teal-300 .mat-select-underline, .teal-400 .mat-select-underline, .teal-A100 .mat-select-underline, .teal-A200 .mat-select-underline, .teal-A400 .mat-select-underline, .teal-A700 .mat-select-underline, .green-50 .mat-select-underline, .green-100 .mat-select-underline, .green-200 .mat-select-underline, .green-300 .mat-select-underline, .green-400 .mat-select-underline, .green-500 .mat-select-underline, .green .mat-select-underline, .green-A100 .mat-select-underline, .green-A200 .mat-select-underline, .green-A400 .mat-select-underline, .green-A700 .mat-select-underline, .light-green-50 .mat-select-underline, .light-green-100 .mat-select-underline, .light-green-200 .mat-select-underline, .light-green-300 .mat-select-underline, .light-green-400 .mat-select-underline, .light-green-500 .mat-select-underline, .light-green .mat-select-underline, .light-green-600 .mat-select-underline, .light-green-A100 .mat-select-underline, .light-green-A200 .mat-select-underline, .light-green-A400 .mat-select-underline, .light-green-A700 .mat-select-underline, .lime-50 .mat-select-underline, .lime-100 .mat-select-underline, .lime-200 .mat-select-underline, .lime-300 .mat-select-underline, .lime-400 .mat-select-underline, .lime-500 .mat-select-underline, .lime .mat-select-underline, .lime-600 .mat-select-underline, .lime-700 .mat-select-underline, .lime-800 .mat-select-underline, .lime-A100 .mat-select-underline, .lime-A200 .mat-select-underline, .lime-A400 .mat-select-underline, .lime-A700 .mat-select-underline, .yellow-50 .mat-select-underline, .yellow-100 .mat-select-underline, .yellow-200 .mat-select-underline, .yellow-300 .mat-select-underline, .yellow-400 .mat-select-underline, .yellow-500 .mat-select-underline, .yellow .mat-select-underline, .yellow-600 .mat-select-underline, .yellow-700 .mat-select-underline, .yellow-800 .mat-select-underline, .yellow-900 .mat-select-underline, .yellow-A100 .mat-select-underline, .yellow-A200 .mat-select-underline, .yellow-A400 .mat-select-underline, .yellow-A700 .mat-select-underline, .amber-50 .mat-select-underline, .amber-100 .mat-select-underline, .amber-200 .mat-select-underline, .amber-300 .mat-select-underline, .amber-400 .mat-select-underline, .amber-500 .mat-select-underline, .amber .mat-select-underline, .amber-600 .mat-select-underline, .amber-700 .mat-select-underline, .amber-800 .mat-select-underline, .amber-900 .mat-select-underline, .amber-A100 .mat-select-underline, .amber-A200 .mat-select-underline, .amber-A400 .mat-select-underline, .amber-A700 .mat-select-underline, .orange-50 .mat-select-underline, .orange-100 .mat-select-underline, .orange-200 .mat-select-underline, .orange-300 .mat-select-underline, .orange-400 .mat-select-underline, .orange-500 .mat-select-underline, .orange .mat-select-underline, .orange-600 .mat-select-underline, .orange-700 .mat-select-underline, .orange-A100 .mat-select-underline, .orange-A200 .mat-select-underline, .orange-A400 .mat-select-underline, .orange-A700 .mat-select-underline, .deep-orange-50 .mat-select-underline, .deep-orange-100 .mat-select-underline, .deep-orange-200 .mat-select-underline, .deep-orange-300 .mat-select-underline, .deep-orange-400 .mat-select-underline, .deep-orange-A100 .mat-select-underline, .deep-orange-A200 .mat-select-underline, .brown-50 .mat-select-underline, .brown-100 .mat-select-underline, .brown-200 .mat-select-underline, .brown-A100 .mat-select-underline, .brown-A200 .mat-select-underline, .grey-50 .mat-select-underline, .grey-100 .mat-select-underline, .grey-200 .mat-select-underline, .grey-300 .mat-select-underline, .grey-400 .mat-select-underline, .grey-500 .mat-select-underline, .grey .mat-select-underline, .grey-A100 .mat-select-underline, .grey-A200 .mat-select-underline, .grey-A400 .mat-select-underline, .blue-grey-50 .mat-select-underline, .blue-grey-100 .mat-select-underline, .blue-grey-200 .mat-select-underline, .blue-grey-300 .mat-select-underline, .blue-grey-A100 .mat-select-underline, .blue-grey-A200 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.red-50 .mat-select-disabled .mat-select-value,
.red-50 .mat-select-arrow,
.red-50 .mat-select-trigger, .red-100 .mat-select-disabled .mat-select-value,
.red-100 .mat-select-arrow,
.red-100 .mat-select-trigger, .red-200 .mat-select-disabled .mat-select-value,
.red-200 .mat-select-arrow,
.red-200 .mat-select-trigger, .red-300 .mat-select-disabled .mat-select-value,
.red-300 .mat-select-arrow,
.red-300 .mat-select-trigger, .red-400 .mat-select-disabled .mat-select-value,
.red-400 .mat-select-arrow,
.red-400 .mat-select-trigger, .red-A100 .mat-select-disabled .mat-select-value,
.red-A100 .mat-select-arrow,
.red-A100 .mat-select-trigger, .pink-50 .mat-select-disabled .mat-select-value,
.pink-50 .mat-select-arrow,
.pink-50 .mat-select-trigger, .pink-100 .mat-select-disabled .mat-select-value,
.pink-100 .mat-select-arrow,
.pink-100 .mat-select-trigger, .pink-200 .mat-select-disabled .mat-select-value,
.pink-200 .mat-select-arrow,
.pink-200 .mat-select-trigger, .pink-300 .mat-select-disabled .mat-select-value,
.pink-300 .mat-select-arrow,
.pink-300 .mat-select-trigger, .pink-400 .mat-select-disabled .mat-select-value,
.pink-400 .mat-select-arrow,
.pink-400 .mat-select-trigger, .pink-A100 .mat-select-disabled .mat-select-value,
.pink-A100 .mat-select-arrow,
.pink-A100 .mat-select-trigger, .purple-50 .mat-select-disabled .mat-select-value,
.purple-50 .mat-select-arrow,
.purple-50 .mat-select-trigger, .purple-100 .mat-select-disabled .mat-select-value,
.purple-100 .mat-select-arrow,
.purple-100 .mat-select-trigger, .purple-200 .mat-select-disabled .mat-select-value,
.purple-200 .mat-select-arrow,
.purple-200 .mat-select-trigger, .purple-A100 .mat-select-disabled .mat-select-value,
.purple-A100 .mat-select-arrow,
.purple-A100 .mat-select-trigger, .deep-purple-50 .mat-select-disabled .mat-select-value,
.deep-purple-50 .mat-select-arrow,
.deep-purple-50 .mat-select-trigger, .deep-purple-100 .mat-select-disabled .mat-select-value,
.deep-purple-100 .mat-select-arrow,
.deep-purple-100 .mat-select-trigger, .deep-purple-200 .mat-select-disabled .mat-select-value,
.deep-purple-200 .mat-select-arrow,
.deep-purple-200 .mat-select-trigger, .deep-purple-A100 .mat-select-disabled .mat-select-value,
.deep-purple-A100 .mat-select-arrow,
.deep-purple-A100 .mat-select-trigger, .indigo-50 .mat-select-disabled .mat-select-value,
.indigo-50 .mat-select-arrow,
.indigo-50 .mat-select-trigger, .indigo-100 .mat-select-disabled .mat-select-value,
.indigo-100 .mat-select-arrow,
.indigo-100 .mat-select-trigger, .indigo-200 .mat-select-disabled .mat-select-value,
.indigo-200 .mat-select-arrow,
.indigo-200 .mat-select-trigger, .indigo-A100 .mat-select-disabled .mat-select-value,
.indigo-A100 .mat-select-arrow,
.indigo-A100 .mat-select-trigger, .blue-50 .mat-select-disabled .mat-select-value,
.blue-50 .mat-select-arrow,
.blue-50 .mat-select-trigger, .blue-100 .mat-select-disabled .mat-select-value,
.blue-100 .mat-select-arrow,
.blue-100 .mat-select-trigger, .blue-200 .mat-select-disabled .mat-select-value,
.blue-200 .mat-select-arrow,
.blue-200 .mat-select-trigger, .blue-300 .mat-select-disabled .mat-select-value,
.blue-300 .mat-select-arrow,
.blue-300 .mat-select-trigger, .blue-400 .mat-select-disabled .mat-select-value,
.blue-400 .mat-select-arrow,
.blue-400 .mat-select-trigger, .blue-A100 .mat-select-disabled .mat-select-value,
.blue-A100 .mat-select-arrow,
.blue-A100 .mat-select-trigger, .light-blue-50 .mat-select-disabled .mat-select-value,
.light-blue-50 .mat-select-arrow,
.light-blue-50 .mat-select-trigger, .light-blue-100 .mat-select-disabled .mat-select-value,
.light-blue-100 .mat-select-arrow,
.light-blue-100 .mat-select-trigger, .light-blue-200 .mat-select-disabled .mat-select-value,
.light-blue-200 .mat-select-arrow,
.light-blue-200 .mat-select-trigger, .light-blue-300 .mat-select-disabled .mat-select-value,
.light-blue-300 .mat-select-arrow,
.light-blue-300 .mat-select-trigger, .light-blue-400 .mat-select-disabled .mat-select-value,
.light-blue-400 .mat-select-arrow,
.light-blue-400 .mat-select-trigger, .light-blue-A100 .mat-select-disabled .mat-select-value,
.light-blue-A100 .mat-select-arrow,
.light-blue-A100 .mat-select-trigger, .light-blue-A200 .mat-select-disabled .mat-select-value,
.light-blue-A200 .mat-select-arrow,
.light-blue-A200 .mat-select-trigger, .light-blue-A400 .mat-select-disabled .mat-select-value,
.light-blue-A400 .mat-select-arrow,
.light-blue-A400 .mat-select-trigger, .cyan-50 .mat-select-disabled .mat-select-value,
.cyan-50 .mat-select-arrow,
.cyan-50 .mat-select-trigger, .cyan-100 .mat-select-disabled .mat-select-value,
.cyan-100 .mat-select-arrow,
.cyan-100 .mat-select-trigger, .cyan-200 .mat-select-disabled .mat-select-value,
.cyan-200 .mat-select-arrow,
.cyan-200 .mat-select-trigger, .cyan-300 .mat-select-disabled .mat-select-value,
.cyan-300 .mat-select-arrow,
.cyan-300 .mat-select-trigger, .cyan-400 .mat-select-disabled .mat-select-value,
.cyan-400 .mat-select-arrow,
.cyan-400 .mat-select-trigger, .cyan-A100 .mat-select-disabled .mat-select-value,
.cyan-A100 .mat-select-arrow,
.cyan-A100 .mat-select-trigger, .cyan-A200 .mat-select-disabled .mat-select-value,
.cyan-A200 .mat-select-arrow,
.cyan-A200 .mat-select-trigger, .cyan-A400 .mat-select-disabled .mat-select-value,
.cyan-A400 .mat-select-arrow,
.cyan-A400 .mat-select-trigger, .cyan-A700 .mat-select-disabled .mat-select-value,
.cyan-A700 .mat-select-arrow,
.cyan-A700 .mat-select-trigger, .teal-50 .mat-select-disabled .mat-select-value,
.teal-50 .mat-select-arrow,
.teal-50 .mat-select-trigger, .teal-100 .mat-select-disabled .mat-select-value,
.teal-100 .mat-select-arrow,
.teal-100 .mat-select-trigger, .teal-200 .mat-select-disabled .mat-select-value,
.teal-200 .mat-select-arrow,
.teal-200 .mat-select-trigger, .teal-300 .mat-select-disabled .mat-select-value,
.teal-300 .mat-select-arrow,
.teal-300 .mat-select-trigger, .teal-400 .mat-select-disabled .mat-select-value,
.teal-400 .mat-select-arrow,
.teal-400 .mat-select-trigger, .teal-A100 .mat-select-disabled .mat-select-value,
.teal-A100 .mat-select-arrow,
.teal-A100 .mat-select-trigger, .teal-A200 .mat-select-disabled .mat-select-value,
.teal-A200 .mat-select-arrow,
.teal-A200 .mat-select-trigger, .teal-A400 .mat-select-disabled .mat-select-value,
.teal-A400 .mat-select-arrow,
.teal-A400 .mat-select-trigger, .teal-A700 .mat-select-disabled .mat-select-value,
.teal-A700 .mat-select-arrow,
.teal-A700 .mat-select-trigger, .green-50 .mat-select-disabled .mat-select-value,
.green-50 .mat-select-arrow,
.green-50 .mat-select-trigger, .green-100 .mat-select-disabled .mat-select-value,
.green-100 .mat-select-arrow,
.green-100 .mat-select-trigger, .green-200 .mat-select-disabled .mat-select-value,
.green-200 .mat-select-arrow,
.green-200 .mat-select-trigger, .green-300 .mat-select-disabled .mat-select-value,
.green-300 .mat-select-arrow,
.green-300 .mat-select-trigger, .green-400 .mat-select-disabled .mat-select-value,
.green-400 .mat-select-arrow,
.green-400 .mat-select-trigger, .green-500 .mat-select-disabled .mat-select-value,
.green-500 .mat-select-arrow,
.green-500 .mat-select-trigger, .green .mat-select-disabled .mat-select-value,
.green .mat-select-arrow,
.green .mat-select-trigger, .green-A100 .mat-select-disabled .mat-select-value,
.green-A100 .mat-select-arrow,
.green-A100 .mat-select-trigger, .green-A200 .mat-select-disabled .mat-select-value,
.green-A200 .mat-select-arrow,
.green-A200 .mat-select-trigger, .green-A400 .mat-select-disabled .mat-select-value,
.green-A400 .mat-select-arrow,
.green-A400 .mat-select-trigger, .green-A700 .mat-select-disabled .mat-select-value,
.green-A700 .mat-select-arrow,
.green-A700 .mat-select-trigger, .light-green-50 .mat-select-disabled .mat-select-value,
.light-green-50 .mat-select-arrow,
.light-green-50 .mat-select-trigger, .light-green-100 .mat-select-disabled .mat-select-value,
.light-green-100 .mat-select-arrow,
.light-green-100 .mat-select-trigger, .light-green-200 .mat-select-disabled .mat-select-value,
.light-green-200 .mat-select-arrow,
.light-green-200 .mat-select-trigger, .light-green-300 .mat-select-disabled .mat-select-value,
.light-green-300 .mat-select-arrow,
.light-green-300 .mat-select-trigger, .light-green-400 .mat-select-disabled .mat-select-value,
.light-green-400 .mat-select-arrow,
.light-green-400 .mat-select-trigger, .light-green-500 .mat-select-disabled .mat-select-value,
.light-green-500 .mat-select-arrow,
.light-green-500 .mat-select-trigger, .light-green .mat-select-disabled .mat-select-value,
.light-green .mat-select-arrow,
.light-green .mat-select-trigger, .light-green-600 .mat-select-disabled .mat-select-value,
.light-green-600 .mat-select-arrow,
.light-green-600 .mat-select-trigger, .light-green-A100 .mat-select-disabled .mat-select-value,
.light-green-A100 .mat-select-arrow,
.light-green-A100 .mat-select-trigger, .light-green-A200 .mat-select-disabled .mat-select-value,
.light-green-A200 .mat-select-arrow,
.light-green-A200 .mat-select-trigger, .light-green-A400 .mat-select-disabled .mat-select-value,
.light-green-A400 .mat-select-arrow,
.light-green-A400 .mat-select-trigger, .light-green-A700 .mat-select-disabled .mat-select-value,
.light-green-A700 .mat-select-arrow,
.light-green-A700 .mat-select-trigger, .lime-50 .mat-select-disabled .mat-select-value,
.lime-50 .mat-select-arrow,
.lime-50 .mat-select-trigger, .lime-100 .mat-select-disabled .mat-select-value,
.lime-100 .mat-select-arrow,
.lime-100 .mat-select-trigger, .lime-200 .mat-select-disabled .mat-select-value,
.lime-200 .mat-select-arrow,
.lime-200 .mat-select-trigger, .lime-300 .mat-select-disabled .mat-select-value,
.lime-300 .mat-select-arrow,
.lime-300 .mat-select-trigger, .lime-400 .mat-select-disabled .mat-select-value,
.lime-400 .mat-select-arrow,
.lime-400 .mat-select-trigger, .lime-500 .mat-select-disabled .mat-select-value,
.lime-500 .mat-select-arrow,
.lime-500 .mat-select-trigger, .lime .mat-select-disabled .mat-select-value,
.lime .mat-select-arrow,
.lime .mat-select-trigger, .lime-600 .mat-select-disabled .mat-select-value,
.lime-600 .mat-select-arrow,
.lime-600 .mat-select-trigger, .lime-700 .mat-select-disabled .mat-select-value,
.lime-700 .mat-select-arrow,
.lime-700 .mat-select-trigger, .lime-800 .mat-select-disabled .mat-select-value,
.lime-800 .mat-select-arrow,
.lime-800 .mat-select-trigger, .lime-A100 .mat-select-disabled .mat-select-value,
.lime-A100 .mat-select-arrow,
.lime-A100 .mat-select-trigger, .lime-A200 .mat-select-disabled .mat-select-value,
.lime-A200 .mat-select-arrow,
.lime-A200 .mat-select-trigger, .lime-A400 .mat-select-disabled .mat-select-value,
.lime-A400 .mat-select-arrow,
.lime-A400 .mat-select-trigger, .lime-A700 .mat-select-disabled .mat-select-value,
.lime-A700 .mat-select-arrow,
.lime-A700 .mat-select-trigger, .yellow-50 .mat-select-disabled .mat-select-value,
.yellow-50 .mat-select-arrow,
.yellow-50 .mat-select-trigger, .yellow-100 .mat-select-disabled .mat-select-value,
.yellow-100 .mat-select-arrow,
.yellow-100 .mat-select-trigger, .yellow-200 .mat-select-disabled .mat-select-value,
.yellow-200 .mat-select-arrow,
.yellow-200 .mat-select-trigger, .yellow-300 .mat-select-disabled .mat-select-value,
.yellow-300 .mat-select-arrow,
.yellow-300 .mat-select-trigger, .yellow-400 .mat-select-disabled .mat-select-value,
.yellow-400 .mat-select-arrow,
.yellow-400 .mat-select-trigger, .yellow-500 .mat-select-disabled .mat-select-value,
.yellow-500 .mat-select-arrow,
.yellow-500 .mat-select-trigger, .yellow .mat-select-disabled .mat-select-value,
.yellow .mat-select-arrow,
.yellow .mat-select-trigger, .yellow-600 .mat-select-disabled .mat-select-value,
.yellow-600 .mat-select-arrow,
.yellow-600 .mat-select-trigger, .yellow-700 .mat-select-disabled .mat-select-value,
.yellow-700 .mat-select-arrow,
.yellow-700 .mat-select-trigger, .yellow-800 .mat-select-disabled .mat-select-value,
.yellow-800 .mat-select-arrow,
.yellow-800 .mat-select-trigger, .yellow-900 .mat-select-disabled .mat-select-value,
.yellow-900 .mat-select-arrow,
.yellow-900 .mat-select-trigger, .yellow-A100 .mat-select-disabled .mat-select-value,
.yellow-A100 .mat-select-arrow,
.yellow-A100 .mat-select-trigger, .yellow-A200 .mat-select-disabled .mat-select-value,
.yellow-A200 .mat-select-arrow,
.yellow-A200 .mat-select-trigger, .yellow-A400 .mat-select-disabled .mat-select-value,
.yellow-A400 .mat-select-arrow,
.yellow-A400 .mat-select-trigger, .yellow-A700 .mat-select-disabled .mat-select-value,
.yellow-A700 .mat-select-arrow,
.yellow-A700 .mat-select-trigger, .amber-50 .mat-select-disabled .mat-select-value,
.amber-50 .mat-select-arrow,
.amber-50 .mat-select-trigger, .amber-100 .mat-select-disabled .mat-select-value,
.amber-100 .mat-select-arrow,
.amber-100 .mat-select-trigger, .amber-200 .mat-select-disabled .mat-select-value,
.amber-200 .mat-select-arrow,
.amber-200 .mat-select-trigger, .amber-300 .mat-select-disabled .mat-select-value,
.amber-300 .mat-select-arrow,
.amber-300 .mat-select-trigger, .amber-400 .mat-select-disabled .mat-select-value,
.amber-400 .mat-select-arrow,
.amber-400 .mat-select-trigger, .amber-500 .mat-select-disabled .mat-select-value,
.amber-500 .mat-select-arrow,
.amber-500 .mat-select-trigger, .amber .mat-select-disabled .mat-select-value,
.amber .mat-select-arrow,
.amber .mat-select-trigger, .amber-600 .mat-select-disabled .mat-select-value,
.amber-600 .mat-select-arrow,
.amber-600 .mat-select-trigger, .amber-700 .mat-select-disabled .mat-select-value,
.amber-700 .mat-select-arrow,
.amber-700 .mat-select-trigger, .amber-800 .mat-select-disabled .mat-select-value,
.amber-800 .mat-select-arrow,
.amber-800 .mat-select-trigger, .amber-900 .mat-select-disabled .mat-select-value,
.amber-900 .mat-select-arrow,
.amber-900 .mat-select-trigger, .amber-A100 .mat-select-disabled .mat-select-value,
.amber-A100 .mat-select-arrow,
.amber-A100 .mat-select-trigger, .amber-A200 .mat-select-disabled .mat-select-value,
.amber-A200 .mat-select-arrow,
.amber-A200 .mat-select-trigger, .amber-A400 .mat-select-disabled .mat-select-value,
.amber-A400 .mat-select-arrow,
.amber-A400 .mat-select-trigger, .amber-A700 .mat-select-disabled .mat-select-value,
.amber-A700 .mat-select-arrow,
.amber-A700 .mat-select-trigger, .orange-50 .mat-select-disabled .mat-select-value,
.orange-50 .mat-select-arrow,
.orange-50 .mat-select-trigger, .orange-100 .mat-select-disabled .mat-select-value,
.orange-100 .mat-select-arrow,
.orange-100 .mat-select-trigger, .orange-200 .mat-select-disabled .mat-select-value,
.orange-200 .mat-select-arrow,
.orange-200 .mat-select-trigger, .orange-300 .mat-select-disabled .mat-select-value,
.orange-300 .mat-select-arrow,
.orange-300 .mat-select-trigger, .orange-400 .mat-select-disabled .mat-select-value,
.orange-400 .mat-select-arrow,
.orange-400 .mat-select-trigger, .orange-500 .mat-select-disabled .mat-select-value,
.orange-500 .mat-select-arrow,
.orange-500 .mat-select-trigger, .orange .mat-select-disabled .mat-select-value,
.orange .mat-select-arrow,
.orange .mat-select-trigger, .orange-600 .mat-select-disabled .mat-select-value,
.orange-600 .mat-select-arrow,
.orange-600 .mat-select-trigger, .orange-700 .mat-select-disabled .mat-select-value,
.orange-700 .mat-select-arrow,
.orange-700 .mat-select-trigger, .orange-A100 .mat-select-disabled .mat-select-value,
.orange-A100 .mat-select-arrow,
.orange-A100 .mat-select-trigger, .orange-A200 .mat-select-disabled .mat-select-value,
.orange-A200 .mat-select-arrow,
.orange-A200 .mat-select-trigger, .orange-A400 .mat-select-disabled .mat-select-value,
.orange-A400 .mat-select-arrow,
.orange-A400 .mat-select-trigger, .orange-A700 .mat-select-disabled .mat-select-value,
.orange-A700 .mat-select-arrow,
.orange-A700 .mat-select-trigger, .deep-orange-50 .mat-select-disabled .mat-select-value,
.deep-orange-50 .mat-select-arrow,
.deep-orange-50 .mat-select-trigger, .deep-orange-100 .mat-select-disabled .mat-select-value,
.deep-orange-100 .mat-select-arrow,
.deep-orange-100 .mat-select-trigger, .deep-orange-200 .mat-select-disabled .mat-select-value,
.deep-orange-200 .mat-select-arrow,
.deep-orange-200 .mat-select-trigger, .deep-orange-300 .mat-select-disabled .mat-select-value,
.deep-orange-300 .mat-select-arrow,
.deep-orange-300 .mat-select-trigger, .deep-orange-400 .mat-select-disabled .mat-select-value,
.deep-orange-400 .mat-select-arrow,
.deep-orange-400 .mat-select-trigger, .deep-orange-A100 .mat-select-disabled .mat-select-value,
.deep-orange-A100 .mat-select-arrow,
.deep-orange-A100 .mat-select-trigger, .deep-orange-A200 .mat-select-disabled .mat-select-value,
.deep-orange-A200 .mat-select-arrow,
.deep-orange-A200 .mat-select-trigger, .brown-50 .mat-select-disabled .mat-select-value,
.brown-50 .mat-select-arrow,
.brown-50 .mat-select-trigger, .brown-100 .mat-select-disabled .mat-select-value,
.brown-100 .mat-select-arrow,
.brown-100 .mat-select-trigger, .brown-200 .mat-select-disabled .mat-select-value,
.brown-200 .mat-select-arrow,
.brown-200 .mat-select-trigger, .brown-A100 .mat-select-disabled .mat-select-value,
.brown-A100 .mat-select-arrow,
.brown-A100 .mat-select-trigger, .brown-A200 .mat-select-disabled .mat-select-value,
.brown-A200 .mat-select-arrow,
.brown-A200 .mat-select-trigger, .grey-50 .mat-select-disabled .mat-select-value,
.grey-50 .mat-select-arrow,
.grey-50 .mat-select-trigger, .grey-100 .mat-select-disabled .mat-select-value,
.grey-100 .mat-select-arrow,
.grey-100 .mat-select-trigger, .grey-200 .mat-select-disabled .mat-select-value,
.grey-200 .mat-select-arrow,
.grey-200 .mat-select-trigger, .grey-300 .mat-select-disabled .mat-select-value,
.grey-300 .mat-select-arrow,
.grey-300 .mat-select-trigger, .grey-400 .mat-select-disabled .mat-select-value,
.grey-400 .mat-select-arrow,
.grey-400 .mat-select-trigger, .grey-500 .mat-select-disabled .mat-select-value,
.grey-500 .mat-select-arrow,
.grey-500 .mat-select-trigger, .grey .mat-select-disabled .mat-select-value,
.grey .mat-select-arrow,
.grey .mat-select-trigger, .grey-A100 .mat-select-disabled .mat-select-value,
.grey-A100 .mat-select-arrow,
.grey-A100 .mat-select-trigger, .grey-A200 .mat-select-disabled .mat-select-value,
.grey-A200 .mat-select-arrow,
.grey-A200 .mat-select-trigger, .grey-A400 .mat-select-disabled .mat-select-value,
.grey-A400 .mat-select-arrow,
.grey-A400 .mat-select-trigger, .blue-grey-50 .mat-select-disabled .mat-select-value,
.blue-grey-50 .mat-select-arrow,
.blue-grey-50 .mat-select-trigger, .blue-grey-100 .mat-select-disabled .mat-select-value,
.blue-grey-100 .mat-select-arrow,
.blue-grey-100 .mat-select-trigger, .blue-grey-200 .mat-select-disabled .mat-select-value,
.blue-grey-200 .mat-select-arrow,
.blue-grey-200 .mat-select-trigger, .blue-grey-300 .mat-select-disabled .mat-select-value,
.blue-grey-300 .mat-select-arrow,
.blue-grey-300 .mat-select-trigger, .blue-grey-A100 .mat-select-disabled .mat-select-value,
.blue-grey-A100 .mat-select-arrow,
.blue-grey-A100 .mat-select-trigger, .blue-grey-A200 .mat-select-disabled .mat-select-value,
.blue-grey-A200 .mat-select-arrow,
.blue-grey-A200 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.red-500 input[type=text], .red input[type=text], .red-600 input[type=text], .red-700 input[type=text], .red-800 input[type=text], .red-900 input[type=text], .red-A200 input[type=text], .red-A400 input[type=text], .red-A700 input[type=text], .pink-500 input[type=text], .pink input[type=text], .pink-600 input[type=text], .pink-700 input[type=text], .pink-800 input[type=text], .pink-900 input[type=text], .pink-A200 input[type=text], .pink-A400 input[type=text], .pink-A700 input[type=text], .purple-300 input[type=text], .purple-400 input[type=text], .purple-500 input[type=text], .purple input[type=text], .purple-600 input[type=text], .purple-700 input[type=text], .purple-800 input[type=text], .purple-900 input[type=text], .purple-A200 input[type=text], .purple-A400 input[type=text], .purple-A700 input[type=text], .deep-purple-300 input[type=text], .deep-purple-400 input[type=text], .deep-purple-500 input[type=text], .deep-purple input[type=text], .deep-purple-600 input[type=text], .deep-purple-700 input[type=text], .deep-purple-800 input[type=text], .deep-purple-900 input[type=text], .deep-purple-A200 input[type=text], .deep-purple-A400 input[type=text], .deep-purple-A700 input[type=text], .indigo-300 input[type=text], .indigo-400 input[type=text], .indigo-500 input[type=text], .indigo input[type=text], .indigo-600 input[type=text], .indigo-700 input[type=text], .indigo-800 input[type=text], .indigo-900 input[type=text], .indigo-A200 input[type=text], .indigo-A400 input[type=text], .indigo-A700 input[type=text], .blue-500 input[type=text], .blue input[type=text], .blue-600 input[type=text], .blue-700 input[type=text], .blue-800 input[type=text], .blue-900 input[type=text], .blue-A200 input[type=text], .blue-A400 input[type=text], .blue-A700 input[type=text], .light-blue-500 input[type=text], .light-blue input[type=text], .light-blue-600 input[type=text], .light-blue-700 input[type=text], .light-blue-800 input[type=text], .light-blue-900 input[type=text], .light-blue-A700 input[type=text], .cyan-500 input[type=text], .cyan input[type=text], .cyan-600 input[type=text], .cyan-700 input[type=text], .cyan-800 input[type=text], .cyan-900 input[type=text], .teal-500 input[type=text], .teal input[type=text], .teal-600 input[type=text], .teal-700 input[type=text], .teal-800 input[type=text], .teal-900 input[type=text], .green-600 input[type=text], .green-700 input[type=text], .green-800 input[type=text], .green-900 input[type=text], .light-green-700 input[type=text], .light-green-800 input[type=text], .light-green-900 input[type=text], .lime-900 input[type=text], .orange-800 input[type=text], .orange-900 input[type=text], .deep-orange-500 input[type=text], .deep-orange input[type=text], .deep-orange-600 input[type=text], .deep-orange-700 input[type=text], .deep-orange-800 input[type=text], .deep-orange-900 input[type=text], .deep-orange-A400 input[type=text], .deep-orange-A700 input[type=text], .brown-300 input[type=text], .brown-400 input[type=text], .brown-500 input[type=text], .brown input[type=text], .brown-600 input[type=text], .brown-700 input[type=text], .brown-800 input[type=text], .brown-900 input[type=text], .brown-A400 input[type=text], .brown-A700 input[type=text], .grey-600 input[type=text], .grey-700 input[type=text], .grey-800 input[type=text], .grey-900 input[type=text], .grey-A700 input[type=text], .blue-grey-400 input[type=text], .blue-grey-500 input[type=text], .blue-grey input[type=text], .blue-grey-600 input[type=text], .blue-grey-700 input[type=text], .blue-grey-800 input[type=text], .blue-grey-900 input[type=text], .blue-grey-A400 input[type=text], .blue-grey-A700 input[type=text] {
  color: white;
}
.red-500 .mat-form-field-label, .red .mat-form-field-label, .red-600 .mat-form-field-label, .red-700 .mat-form-field-label, .red-800 .mat-form-field-label, .red-900 .mat-form-field-label, .red-A200 .mat-form-field-label, .red-A400 .mat-form-field-label, .red-A700 .mat-form-field-label, .pink-500 .mat-form-field-label, .pink .mat-form-field-label, .pink-600 .mat-form-field-label, .pink-700 .mat-form-field-label, .pink-800 .mat-form-field-label, .pink-900 .mat-form-field-label, .pink-A200 .mat-form-field-label, .pink-A400 .mat-form-field-label, .pink-A700 .mat-form-field-label, .purple-300 .mat-form-field-label, .purple-400 .mat-form-field-label, .purple-500 .mat-form-field-label, .purple .mat-form-field-label, .purple-600 .mat-form-field-label, .purple-700 .mat-form-field-label, .purple-800 .mat-form-field-label, .purple-900 .mat-form-field-label, .purple-A200 .mat-form-field-label, .purple-A400 .mat-form-field-label, .purple-A700 .mat-form-field-label, .deep-purple-300 .mat-form-field-label, .deep-purple-400 .mat-form-field-label, .deep-purple-500 .mat-form-field-label, .deep-purple .mat-form-field-label, .deep-purple-600 .mat-form-field-label, .deep-purple-700 .mat-form-field-label, .deep-purple-800 .mat-form-field-label, .deep-purple-900 .mat-form-field-label, .deep-purple-A200 .mat-form-field-label, .deep-purple-A400 .mat-form-field-label, .deep-purple-A700 .mat-form-field-label, .indigo-300 .mat-form-field-label, .indigo-400 .mat-form-field-label, .indigo-500 .mat-form-field-label, .indigo .mat-form-field-label, .indigo-600 .mat-form-field-label, .indigo-700 .mat-form-field-label, .indigo-800 .mat-form-field-label, .indigo-900 .mat-form-field-label, .indigo-A200 .mat-form-field-label, .indigo-A400 .mat-form-field-label, .indigo-A700 .mat-form-field-label, .blue-500 .mat-form-field-label, .blue .mat-form-field-label, .blue-600 .mat-form-field-label, .blue-700 .mat-form-field-label, .blue-800 .mat-form-field-label, .blue-900 .mat-form-field-label, .blue-A200 .mat-form-field-label, .blue-A400 .mat-form-field-label, .blue-A700 .mat-form-field-label, .light-blue-500 .mat-form-field-label, .light-blue .mat-form-field-label, .light-blue-600 .mat-form-field-label, .light-blue-700 .mat-form-field-label, .light-blue-800 .mat-form-field-label, .light-blue-900 .mat-form-field-label, .light-blue-A700 .mat-form-field-label, .cyan-500 .mat-form-field-label, .cyan .mat-form-field-label, .cyan-600 .mat-form-field-label, .cyan-700 .mat-form-field-label, .cyan-800 .mat-form-field-label, .cyan-900 .mat-form-field-label, .teal-500 .mat-form-field-label, .teal .mat-form-field-label, .teal-600 .mat-form-field-label, .teal-700 .mat-form-field-label, .teal-800 .mat-form-field-label, .teal-900 .mat-form-field-label, .green-600 .mat-form-field-label, .green-700 .mat-form-field-label, .green-800 .mat-form-field-label, .green-900 .mat-form-field-label, .light-green-700 .mat-form-field-label, .light-green-800 .mat-form-field-label, .light-green-900 .mat-form-field-label, .lime-900 .mat-form-field-label, .orange-800 .mat-form-field-label, .orange-900 .mat-form-field-label, .deep-orange-500 .mat-form-field-label, .deep-orange .mat-form-field-label, .deep-orange-600 .mat-form-field-label, .deep-orange-700 .mat-form-field-label, .deep-orange-800 .mat-form-field-label, .deep-orange-900 .mat-form-field-label, .deep-orange-A400 .mat-form-field-label, .deep-orange-A700 .mat-form-field-label, .brown-300 .mat-form-field-label, .brown-400 .mat-form-field-label, .brown-500 .mat-form-field-label, .brown .mat-form-field-label, .brown-600 .mat-form-field-label, .brown-700 .mat-form-field-label, .brown-800 .mat-form-field-label, .brown-900 .mat-form-field-label, .brown-A400 .mat-form-field-label, .brown-A700 .mat-form-field-label, .grey-600 .mat-form-field-label, .grey-700 .mat-form-field-label, .grey-800 .mat-form-field-label, .grey-900 .mat-form-field-label, .grey-A700 .mat-form-field-label, .blue-grey-400 .mat-form-field-label, .blue-grey-500 .mat-form-field-label, .blue-grey .mat-form-field-label, .blue-grey-600 .mat-form-field-label, .blue-grey-700 .mat-form-field-label, .blue-grey-800 .mat-form-field-label, .blue-grey-900 .mat-form-field-label, .blue-grey-A400 .mat-form-field-label, .blue-grey-A700 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-form-field-underline, .red .mat-form-field-underline, .red-600 .mat-form-field-underline, .red-700 .mat-form-field-underline, .red-800 .mat-form-field-underline, .red-900 .mat-form-field-underline, .red-A200 .mat-form-field-underline, .red-A400 .mat-form-field-underline, .red-A700 .mat-form-field-underline, .pink-500 .mat-form-field-underline, .pink .mat-form-field-underline, .pink-600 .mat-form-field-underline, .pink-700 .mat-form-field-underline, .pink-800 .mat-form-field-underline, .pink-900 .mat-form-field-underline, .pink-A200 .mat-form-field-underline, .pink-A400 .mat-form-field-underline, .pink-A700 .mat-form-field-underline, .purple-300 .mat-form-field-underline, .purple-400 .mat-form-field-underline, .purple-500 .mat-form-field-underline, .purple .mat-form-field-underline, .purple-600 .mat-form-field-underline, .purple-700 .mat-form-field-underline, .purple-800 .mat-form-field-underline, .purple-900 .mat-form-field-underline, .purple-A200 .mat-form-field-underline, .purple-A400 .mat-form-field-underline, .purple-A700 .mat-form-field-underline, .deep-purple-300 .mat-form-field-underline, .deep-purple-400 .mat-form-field-underline, .deep-purple-500 .mat-form-field-underline, .deep-purple .mat-form-field-underline, .deep-purple-600 .mat-form-field-underline, .deep-purple-700 .mat-form-field-underline, .deep-purple-800 .mat-form-field-underline, .deep-purple-900 .mat-form-field-underline, .deep-purple-A200 .mat-form-field-underline, .deep-purple-A400 .mat-form-field-underline, .deep-purple-A700 .mat-form-field-underline, .indigo-300 .mat-form-field-underline, .indigo-400 .mat-form-field-underline, .indigo-500 .mat-form-field-underline, .indigo .mat-form-field-underline, .indigo-600 .mat-form-field-underline, .indigo-700 .mat-form-field-underline, .indigo-800 .mat-form-field-underline, .indigo-900 .mat-form-field-underline, .indigo-A200 .mat-form-field-underline, .indigo-A400 .mat-form-field-underline, .indigo-A700 .mat-form-field-underline, .blue-500 .mat-form-field-underline, .blue .mat-form-field-underline, .blue-600 .mat-form-field-underline, .blue-700 .mat-form-field-underline, .blue-800 .mat-form-field-underline, .blue-900 .mat-form-field-underline, .blue-A200 .mat-form-field-underline, .blue-A400 .mat-form-field-underline, .blue-A700 .mat-form-field-underline, .light-blue-500 .mat-form-field-underline, .light-blue .mat-form-field-underline, .light-blue-600 .mat-form-field-underline, .light-blue-700 .mat-form-field-underline, .light-blue-800 .mat-form-field-underline, .light-blue-900 .mat-form-field-underline, .light-blue-A700 .mat-form-field-underline, .cyan-500 .mat-form-field-underline, .cyan .mat-form-field-underline, .cyan-600 .mat-form-field-underline, .cyan-700 .mat-form-field-underline, .cyan-800 .mat-form-field-underline, .cyan-900 .mat-form-field-underline, .teal-500 .mat-form-field-underline, .teal .mat-form-field-underline, .teal-600 .mat-form-field-underline, .teal-700 .mat-form-field-underline, .teal-800 .mat-form-field-underline, .teal-900 .mat-form-field-underline, .green-600 .mat-form-field-underline, .green-700 .mat-form-field-underline, .green-800 .mat-form-field-underline, .green-900 .mat-form-field-underline, .light-green-700 .mat-form-field-underline, .light-green-800 .mat-form-field-underline, .light-green-900 .mat-form-field-underline, .lime-900 .mat-form-field-underline, .orange-800 .mat-form-field-underline, .orange-900 .mat-form-field-underline, .deep-orange-500 .mat-form-field-underline, .deep-orange .mat-form-field-underline, .deep-orange-600 .mat-form-field-underline, .deep-orange-700 .mat-form-field-underline, .deep-orange-800 .mat-form-field-underline, .deep-orange-900 .mat-form-field-underline, .deep-orange-A400 .mat-form-field-underline, .deep-orange-A700 .mat-form-field-underline, .brown-300 .mat-form-field-underline, .brown-400 .mat-form-field-underline, .brown-500 .mat-form-field-underline, .brown .mat-form-field-underline, .brown-600 .mat-form-field-underline, .brown-700 .mat-form-field-underline, .brown-800 .mat-form-field-underline, .brown-900 .mat-form-field-underline, .brown-A400 .mat-form-field-underline, .brown-A700 .mat-form-field-underline, .grey-600 .mat-form-field-underline, .grey-700 .mat-form-field-underline, .grey-800 .mat-form-field-underline, .grey-900 .mat-form-field-underline, .grey-A700 .mat-form-field-underline, .blue-grey-400 .mat-form-field-underline, .blue-grey-500 .mat-form-field-underline, .blue-grey .mat-form-field-underline, .blue-grey-600 .mat-form-field-underline, .blue-grey-700 .mat-form-field-underline, .blue-grey-800 .mat-form-field-underline, .blue-grey-900 .mat-form-field-underline, .blue-grey-A400 .mat-form-field-underline, .blue-grey-A700 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500 .mat-select-trigger,
.red-500 .mat-select-arrow, .red .mat-select-trigger,
.red .mat-select-arrow, .red-600 .mat-select-trigger,
.red-600 .mat-select-arrow, .red-700 .mat-select-trigger,
.red-700 .mat-select-arrow, .red-800 .mat-select-trigger,
.red-800 .mat-select-arrow, .red-900 .mat-select-trigger,
.red-900 .mat-select-arrow, .red-A200 .mat-select-trigger,
.red-A200 .mat-select-arrow, .red-A400 .mat-select-trigger,
.red-A400 .mat-select-arrow, .red-A700 .mat-select-trigger,
.red-A700 .mat-select-arrow, .pink-500 .mat-select-trigger,
.pink-500 .mat-select-arrow, .pink .mat-select-trigger,
.pink .mat-select-arrow, .pink-600 .mat-select-trigger,
.pink-600 .mat-select-arrow, .pink-700 .mat-select-trigger,
.pink-700 .mat-select-arrow, .pink-800 .mat-select-trigger,
.pink-800 .mat-select-arrow, .pink-900 .mat-select-trigger,
.pink-900 .mat-select-arrow, .pink-A200 .mat-select-trigger,
.pink-A200 .mat-select-arrow, .pink-A400 .mat-select-trigger,
.pink-A400 .mat-select-arrow, .pink-A700 .mat-select-trigger,
.pink-A700 .mat-select-arrow, .purple-300 .mat-select-trigger,
.purple-300 .mat-select-arrow, .purple-400 .mat-select-trigger,
.purple-400 .mat-select-arrow, .purple-500 .mat-select-trigger,
.purple-500 .mat-select-arrow, .purple .mat-select-trigger,
.purple .mat-select-arrow, .purple-600 .mat-select-trigger,
.purple-600 .mat-select-arrow, .purple-700 .mat-select-trigger,
.purple-700 .mat-select-arrow, .purple-800 .mat-select-trigger,
.purple-800 .mat-select-arrow, .purple-900 .mat-select-trigger,
.purple-900 .mat-select-arrow, .purple-A200 .mat-select-trigger,
.purple-A200 .mat-select-arrow, .purple-A400 .mat-select-trigger,
.purple-A400 .mat-select-arrow, .purple-A700 .mat-select-trigger,
.purple-A700 .mat-select-arrow, .deep-purple-300 .mat-select-trigger,
.deep-purple-300 .mat-select-arrow, .deep-purple-400 .mat-select-trigger,
.deep-purple-400 .mat-select-arrow, .deep-purple-500 .mat-select-trigger,
.deep-purple-500 .mat-select-arrow, .deep-purple .mat-select-trigger,
.deep-purple .mat-select-arrow, .deep-purple-600 .mat-select-trigger,
.deep-purple-600 .mat-select-arrow, .deep-purple-700 .mat-select-trigger,
.deep-purple-700 .mat-select-arrow, .deep-purple-800 .mat-select-trigger,
.deep-purple-800 .mat-select-arrow, .deep-purple-900 .mat-select-trigger,
.deep-purple-900 .mat-select-arrow, .deep-purple-A200 .mat-select-trigger,
.deep-purple-A200 .mat-select-arrow, .deep-purple-A400 .mat-select-trigger,
.deep-purple-A400 .mat-select-arrow, .deep-purple-A700 .mat-select-trigger,
.deep-purple-A700 .mat-select-arrow, .indigo-300 .mat-select-trigger,
.indigo-300 .mat-select-arrow, .indigo-400 .mat-select-trigger,
.indigo-400 .mat-select-arrow, .indigo-500 .mat-select-trigger,
.indigo-500 .mat-select-arrow, .indigo .mat-select-trigger,
.indigo .mat-select-arrow, .indigo-600 .mat-select-trigger,
.indigo-600 .mat-select-arrow, .indigo-700 .mat-select-trigger,
.indigo-700 .mat-select-arrow, .indigo-800 .mat-select-trigger,
.indigo-800 .mat-select-arrow, .indigo-900 .mat-select-trigger,
.indigo-900 .mat-select-arrow, .indigo-A200 .mat-select-trigger,
.indigo-A200 .mat-select-arrow, .indigo-A400 .mat-select-trigger,
.indigo-A400 .mat-select-arrow, .indigo-A700 .mat-select-trigger,
.indigo-A700 .mat-select-arrow, .blue-500 .mat-select-trigger,
.blue-500 .mat-select-arrow, .blue .mat-select-trigger,
.blue .mat-select-arrow, .blue-600 .mat-select-trigger,
.blue-600 .mat-select-arrow, .blue-700 .mat-select-trigger,
.blue-700 .mat-select-arrow, .blue-800 .mat-select-trigger,
.blue-800 .mat-select-arrow, .blue-900 .mat-select-trigger,
.blue-900 .mat-select-arrow, .blue-A200 .mat-select-trigger,
.blue-A200 .mat-select-arrow, .blue-A400 .mat-select-trigger,
.blue-A400 .mat-select-arrow, .blue-A700 .mat-select-trigger,
.blue-A700 .mat-select-arrow, .light-blue-500 .mat-select-trigger,
.light-blue-500 .mat-select-arrow, .light-blue .mat-select-trigger,
.light-blue .mat-select-arrow, .light-blue-600 .mat-select-trigger,
.light-blue-600 .mat-select-arrow, .light-blue-700 .mat-select-trigger,
.light-blue-700 .mat-select-arrow, .light-blue-800 .mat-select-trigger,
.light-blue-800 .mat-select-arrow, .light-blue-900 .mat-select-trigger,
.light-blue-900 .mat-select-arrow, .light-blue-A700 .mat-select-trigger,
.light-blue-A700 .mat-select-arrow, .cyan-500 .mat-select-trigger,
.cyan-500 .mat-select-arrow, .cyan .mat-select-trigger,
.cyan .mat-select-arrow, .cyan-600 .mat-select-trigger,
.cyan-600 .mat-select-arrow, .cyan-700 .mat-select-trigger,
.cyan-700 .mat-select-arrow, .cyan-800 .mat-select-trigger,
.cyan-800 .mat-select-arrow, .cyan-900 .mat-select-trigger,
.cyan-900 .mat-select-arrow, .teal-500 .mat-select-trigger,
.teal-500 .mat-select-arrow, .teal .mat-select-trigger,
.teal .mat-select-arrow, .teal-600 .mat-select-trigger,
.teal-600 .mat-select-arrow, .teal-700 .mat-select-trigger,
.teal-700 .mat-select-arrow, .teal-800 .mat-select-trigger,
.teal-800 .mat-select-arrow, .teal-900 .mat-select-trigger,
.teal-900 .mat-select-arrow, .green-600 .mat-select-trigger,
.green-600 .mat-select-arrow, .green-700 .mat-select-trigger,
.green-700 .mat-select-arrow, .green-800 .mat-select-trigger,
.green-800 .mat-select-arrow, .green-900 .mat-select-trigger,
.green-900 .mat-select-arrow, .light-green-700 .mat-select-trigger,
.light-green-700 .mat-select-arrow, .light-green-800 .mat-select-trigger,
.light-green-800 .mat-select-arrow, .light-green-900 .mat-select-trigger,
.light-green-900 .mat-select-arrow, .lime-900 .mat-select-trigger,
.lime-900 .mat-select-arrow, .orange-800 .mat-select-trigger,
.orange-800 .mat-select-arrow, .orange-900 .mat-select-trigger,
.orange-900 .mat-select-arrow, .deep-orange-500 .mat-select-trigger,
.deep-orange-500 .mat-select-arrow, .deep-orange .mat-select-trigger,
.deep-orange .mat-select-arrow, .deep-orange-600 .mat-select-trigger,
.deep-orange-600 .mat-select-arrow, .deep-orange-700 .mat-select-trigger,
.deep-orange-700 .mat-select-arrow, .deep-orange-800 .mat-select-trigger,
.deep-orange-800 .mat-select-arrow, .deep-orange-900 .mat-select-trigger,
.deep-orange-900 .mat-select-arrow, .deep-orange-A400 .mat-select-trigger,
.deep-orange-A400 .mat-select-arrow, .deep-orange-A700 .mat-select-trigger,
.deep-orange-A700 .mat-select-arrow, .brown-300 .mat-select-trigger,
.brown-300 .mat-select-arrow, .brown-400 .mat-select-trigger,
.brown-400 .mat-select-arrow, .brown-500 .mat-select-trigger,
.brown-500 .mat-select-arrow, .brown .mat-select-trigger,
.brown .mat-select-arrow, .brown-600 .mat-select-trigger,
.brown-600 .mat-select-arrow, .brown-700 .mat-select-trigger,
.brown-700 .mat-select-arrow, .brown-800 .mat-select-trigger,
.brown-800 .mat-select-arrow, .brown-900 .mat-select-trigger,
.brown-900 .mat-select-arrow, .brown-A400 .mat-select-trigger,
.brown-A400 .mat-select-arrow, .brown-A700 .mat-select-trigger,
.brown-A700 .mat-select-arrow, .grey-600 .mat-select-trigger,
.grey-600 .mat-select-arrow, .grey-700 .mat-select-trigger,
.grey-700 .mat-select-arrow, .grey-800 .mat-select-trigger,
.grey-800 .mat-select-arrow, .grey-900 .mat-select-trigger,
.grey-900 .mat-select-arrow, .grey-A700 .mat-select-trigger,
.grey-A700 .mat-select-arrow, .blue-grey-400 .mat-select-trigger,
.blue-grey-400 .mat-select-arrow, .blue-grey-500 .mat-select-trigger,
.blue-grey-500 .mat-select-arrow, .blue-grey .mat-select-trigger,
.blue-grey .mat-select-arrow, .blue-grey-600 .mat-select-trigger,
.blue-grey-600 .mat-select-arrow, .blue-grey-700 .mat-select-trigger,
.blue-grey-700 .mat-select-arrow, .blue-grey-800 .mat-select-trigger,
.blue-grey-800 .mat-select-arrow, .blue-grey-900 .mat-select-trigger,
.blue-grey-900 .mat-select-arrow, .blue-grey-A400 .mat-select-trigger,
.blue-grey-A400 .mat-select-arrow, .blue-grey-A700 .mat-select-trigger,
.blue-grey-A700 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-select-underline, .red .mat-select-underline, .red-600 .mat-select-underline, .red-700 .mat-select-underline, .red-800 .mat-select-underline, .red-900 .mat-select-underline, .red-A200 .mat-select-underline, .red-A400 .mat-select-underline, .red-A700 .mat-select-underline, .pink-500 .mat-select-underline, .pink .mat-select-underline, .pink-600 .mat-select-underline, .pink-700 .mat-select-underline, .pink-800 .mat-select-underline, .pink-900 .mat-select-underline, .pink-A200 .mat-select-underline, .pink-A400 .mat-select-underline, .pink-A700 .mat-select-underline, .purple-300 .mat-select-underline, .purple-400 .mat-select-underline, .purple-500 .mat-select-underline, .purple .mat-select-underline, .purple-600 .mat-select-underline, .purple-700 .mat-select-underline, .purple-800 .mat-select-underline, .purple-900 .mat-select-underline, .purple-A200 .mat-select-underline, .purple-A400 .mat-select-underline, .purple-A700 .mat-select-underline, .deep-purple-300 .mat-select-underline, .deep-purple-400 .mat-select-underline, .deep-purple-500 .mat-select-underline, .deep-purple .mat-select-underline, .deep-purple-600 .mat-select-underline, .deep-purple-700 .mat-select-underline, .deep-purple-800 .mat-select-underline, .deep-purple-900 .mat-select-underline, .deep-purple-A200 .mat-select-underline, .deep-purple-A400 .mat-select-underline, .deep-purple-A700 .mat-select-underline, .indigo-300 .mat-select-underline, .indigo-400 .mat-select-underline, .indigo-500 .mat-select-underline, .indigo .mat-select-underline, .indigo-600 .mat-select-underline, .indigo-700 .mat-select-underline, .indigo-800 .mat-select-underline, .indigo-900 .mat-select-underline, .indigo-A200 .mat-select-underline, .indigo-A400 .mat-select-underline, .indigo-A700 .mat-select-underline, .blue-500 .mat-select-underline, .blue .mat-select-underline, .blue-600 .mat-select-underline, .blue-700 .mat-select-underline, .blue-800 .mat-select-underline, .blue-900 .mat-select-underline, .blue-A200 .mat-select-underline, .blue-A400 .mat-select-underline, .blue-A700 .mat-select-underline, .light-blue-500 .mat-select-underline, .light-blue .mat-select-underline, .light-blue-600 .mat-select-underline, .light-blue-700 .mat-select-underline, .light-blue-800 .mat-select-underline, .light-blue-900 .mat-select-underline, .light-blue-A700 .mat-select-underline, .cyan-500 .mat-select-underline, .cyan .mat-select-underline, .cyan-600 .mat-select-underline, .cyan-700 .mat-select-underline, .cyan-800 .mat-select-underline, .cyan-900 .mat-select-underline, .teal-500 .mat-select-underline, .teal .mat-select-underline, .teal-600 .mat-select-underline, .teal-700 .mat-select-underline, .teal-800 .mat-select-underline, .teal-900 .mat-select-underline, .green-600 .mat-select-underline, .green-700 .mat-select-underline, .green-800 .mat-select-underline, .green-900 .mat-select-underline, .light-green-700 .mat-select-underline, .light-green-800 .mat-select-underline, .light-green-900 .mat-select-underline, .lime-900 .mat-select-underline, .orange-800 .mat-select-underline, .orange-900 .mat-select-underline, .deep-orange-500 .mat-select-underline, .deep-orange .mat-select-underline, .deep-orange-600 .mat-select-underline, .deep-orange-700 .mat-select-underline, .deep-orange-800 .mat-select-underline, .deep-orange-900 .mat-select-underline, .deep-orange-A400 .mat-select-underline, .deep-orange-A700 .mat-select-underline, .brown-300 .mat-select-underline, .brown-400 .mat-select-underline, .brown-500 .mat-select-underline, .brown .mat-select-underline, .brown-600 .mat-select-underline, .brown-700 .mat-select-underline, .brown-800 .mat-select-underline, .brown-900 .mat-select-underline, .brown-A400 .mat-select-underline, .brown-A700 .mat-select-underline, .grey-600 .mat-select-underline, .grey-700 .mat-select-underline, .grey-800 .mat-select-underline, .grey-900 .mat-select-underline, .grey-A700 .mat-select-underline, .blue-grey-400 .mat-select-underline, .blue-grey-500 .mat-select-underline, .blue-grey .mat-select-underline, .blue-grey-600 .mat-select-underline, .blue-grey-700 .mat-select-underline, .blue-grey-800 .mat-select-underline, .blue-grey-900 .mat-select-underline, .blue-grey-A400 .mat-select-underline, .blue-grey-A700 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500 .mat-select-disabled .mat-select-value,
.red-500 .mat-select-arrow,
.red-500 .mat-select-trigger, .red .mat-select-disabled .mat-select-value,
.red .mat-select-arrow,
.red .mat-select-trigger, .red-600 .mat-select-disabled .mat-select-value,
.red-600 .mat-select-arrow,
.red-600 .mat-select-trigger, .red-700 .mat-select-disabled .mat-select-value,
.red-700 .mat-select-arrow,
.red-700 .mat-select-trigger, .red-800 .mat-select-disabled .mat-select-value,
.red-800 .mat-select-arrow,
.red-800 .mat-select-trigger, .red-900 .mat-select-disabled .mat-select-value,
.red-900 .mat-select-arrow,
.red-900 .mat-select-trigger, .red-A200 .mat-select-disabled .mat-select-value,
.red-A200 .mat-select-arrow,
.red-A200 .mat-select-trigger, .red-A400 .mat-select-disabled .mat-select-value,
.red-A400 .mat-select-arrow,
.red-A400 .mat-select-trigger, .red-A700 .mat-select-disabled .mat-select-value,
.red-A700 .mat-select-arrow,
.red-A700 .mat-select-trigger, .pink-500 .mat-select-disabled .mat-select-value,
.pink-500 .mat-select-arrow,
.pink-500 .mat-select-trigger, .pink .mat-select-disabled .mat-select-value,
.pink .mat-select-arrow,
.pink .mat-select-trigger, .pink-600 .mat-select-disabled .mat-select-value,
.pink-600 .mat-select-arrow,
.pink-600 .mat-select-trigger, .pink-700 .mat-select-disabled .mat-select-value,
.pink-700 .mat-select-arrow,
.pink-700 .mat-select-trigger, .pink-800 .mat-select-disabled .mat-select-value,
.pink-800 .mat-select-arrow,
.pink-800 .mat-select-trigger, .pink-900 .mat-select-disabled .mat-select-value,
.pink-900 .mat-select-arrow,
.pink-900 .mat-select-trigger, .pink-A200 .mat-select-disabled .mat-select-value,
.pink-A200 .mat-select-arrow,
.pink-A200 .mat-select-trigger, .pink-A400 .mat-select-disabled .mat-select-value,
.pink-A400 .mat-select-arrow,
.pink-A400 .mat-select-trigger, .pink-A700 .mat-select-disabled .mat-select-value,
.pink-A700 .mat-select-arrow,
.pink-A700 .mat-select-trigger, .purple-300 .mat-select-disabled .mat-select-value,
.purple-300 .mat-select-arrow,
.purple-300 .mat-select-trigger, .purple-400 .mat-select-disabled .mat-select-value,
.purple-400 .mat-select-arrow,
.purple-400 .mat-select-trigger, .purple-500 .mat-select-disabled .mat-select-value,
.purple-500 .mat-select-arrow,
.purple-500 .mat-select-trigger, .purple .mat-select-disabled .mat-select-value,
.purple .mat-select-arrow,
.purple .mat-select-trigger, .purple-600 .mat-select-disabled .mat-select-value,
.purple-600 .mat-select-arrow,
.purple-600 .mat-select-trigger, .purple-700 .mat-select-disabled .mat-select-value,
.purple-700 .mat-select-arrow,
.purple-700 .mat-select-trigger, .purple-800 .mat-select-disabled .mat-select-value,
.purple-800 .mat-select-arrow,
.purple-800 .mat-select-trigger, .purple-900 .mat-select-disabled .mat-select-value,
.purple-900 .mat-select-arrow,
.purple-900 .mat-select-trigger, .purple-A200 .mat-select-disabled .mat-select-value,
.purple-A200 .mat-select-arrow,
.purple-A200 .mat-select-trigger, .purple-A400 .mat-select-disabled .mat-select-value,
.purple-A400 .mat-select-arrow,
.purple-A400 .mat-select-trigger, .purple-A700 .mat-select-disabled .mat-select-value,
.purple-A700 .mat-select-arrow,
.purple-A700 .mat-select-trigger, .deep-purple-300 .mat-select-disabled .mat-select-value,
.deep-purple-300 .mat-select-arrow,
.deep-purple-300 .mat-select-trigger, .deep-purple-400 .mat-select-disabled .mat-select-value,
.deep-purple-400 .mat-select-arrow,
.deep-purple-400 .mat-select-trigger, .deep-purple-500 .mat-select-disabled .mat-select-value,
.deep-purple-500 .mat-select-arrow,
.deep-purple-500 .mat-select-trigger, .deep-purple .mat-select-disabled .mat-select-value,
.deep-purple .mat-select-arrow,
.deep-purple .mat-select-trigger, .deep-purple-600 .mat-select-disabled .mat-select-value,
.deep-purple-600 .mat-select-arrow,
.deep-purple-600 .mat-select-trigger, .deep-purple-700 .mat-select-disabled .mat-select-value,
.deep-purple-700 .mat-select-arrow,
.deep-purple-700 .mat-select-trigger, .deep-purple-800 .mat-select-disabled .mat-select-value,
.deep-purple-800 .mat-select-arrow,
.deep-purple-800 .mat-select-trigger, .deep-purple-900 .mat-select-disabled .mat-select-value,
.deep-purple-900 .mat-select-arrow,
.deep-purple-900 .mat-select-trigger, .deep-purple-A200 .mat-select-disabled .mat-select-value,
.deep-purple-A200 .mat-select-arrow,
.deep-purple-A200 .mat-select-trigger, .deep-purple-A400 .mat-select-disabled .mat-select-value,
.deep-purple-A400 .mat-select-arrow,
.deep-purple-A400 .mat-select-trigger, .deep-purple-A700 .mat-select-disabled .mat-select-value,
.deep-purple-A700 .mat-select-arrow,
.deep-purple-A700 .mat-select-trigger, .indigo-300 .mat-select-disabled .mat-select-value,
.indigo-300 .mat-select-arrow,
.indigo-300 .mat-select-trigger, .indigo-400 .mat-select-disabled .mat-select-value,
.indigo-400 .mat-select-arrow,
.indigo-400 .mat-select-trigger, .indigo-500 .mat-select-disabled .mat-select-value,
.indigo-500 .mat-select-arrow,
.indigo-500 .mat-select-trigger, .indigo .mat-select-disabled .mat-select-value,
.indigo .mat-select-arrow,
.indigo .mat-select-trigger, .indigo-600 .mat-select-disabled .mat-select-value,
.indigo-600 .mat-select-arrow,
.indigo-600 .mat-select-trigger, .indigo-700 .mat-select-disabled .mat-select-value,
.indigo-700 .mat-select-arrow,
.indigo-700 .mat-select-trigger, .indigo-800 .mat-select-disabled .mat-select-value,
.indigo-800 .mat-select-arrow,
.indigo-800 .mat-select-trigger, .indigo-900 .mat-select-disabled .mat-select-value,
.indigo-900 .mat-select-arrow,
.indigo-900 .mat-select-trigger, .indigo-A200 .mat-select-disabled .mat-select-value,
.indigo-A200 .mat-select-arrow,
.indigo-A200 .mat-select-trigger, .indigo-A400 .mat-select-disabled .mat-select-value,
.indigo-A400 .mat-select-arrow,
.indigo-A400 .mat-select-trigger, .indigo-A700 .mat-select-disabled .mat-select-value,
.indigo-A700 .mat-select-arrow,
.indigo-A700 .mat-select-trigger, .blue-500 .mat-select-disabled .mat-select-value,
.blue-500 .mat-select-arrow,
.blue-500 .mat-select-trigger, .blue .mat-select-disabled .mat-select-value,
.blue .mat-select-arrow,
.blue .mat-select-trigger, .blue-600 .mat-select-disabled .mat-select-value,
.blue-600 .mat-select-arrow,
.blue-600 .mat-select-trigger, .blue-700 .mat-select-disabled .mat-select-value,
.blue-700 .mat-select-arrow,
.blue-700 .mat-select-trigger, .blue-800 .mat-select-disabled .mat-select-value,
.blue-800 .mat-select-arrow,
.blue-800 .mat-select-trigger, .blue-900 .mat-select-disabled .mat-select-value,
.blue-900 .mat-select-arrow,
.blue-900 .mat-select-trigger, .blue-A200 .mat-select-disabled .mat-select-value,
.blue-A200 .mat-select-arrow,
.blue-A200 .mat-select-trigger, .blue-A400 .mat-select-disabled .mat-select-value,
.blue-A400 .mat-select-arrow,
.blue-A400 .mat-select-trigger, .blue-A700 .mat-select-disabled .mat-select-value,
.blue-A700 .mat-select-arrow,
.blue-A700 .mat-select-trigger, .light-blue-500 .mat-select-disabled .mat-select-value,
.light-blue-500 .mat-select-arrow,
.light-blue-500 .mat-select-trigger, .light-blue .mat-select-disabled .mat-select-value,
.light-blue .mat-select-arrow,
.light-blue .mat-select-trigger, .light-blue-600 .mat-select-disabled .mat-select-value,
.light-blue-600 .mat-select-arrow,
.light-blue-600 .mat-select-trigger, .light-blue-700 .mat-select-disabled .mat-select-value,
.light-blue-700 .mat-select-arrow,
.light-blue-700 .mat-select-trigger, .light-blue-800 .mat-select-disabled .mat-select-value,
.light-blue-800 .mat-select-arrow,
.light-blue-800 .mat-select-trigger, .light-blue-900 .mat-select-disabled .mat-select-value,
.light-blue-900 .mat-select-arrow,
.light-blue-900 .mat-select-trigger, .light-blue-A700 .mat-select-disabled .mat-select-value,
.light-blue-A700 .mat-select-arrow,
.light-blue-A700 .mat-select-trigger, .cyan-500 .mat-select-disabled .mat-select-value,
.cyan-500 .mat-select-arrow,
.cyan-500 .mat-select-trigger, .cyan .mat-select-disabled .mat-select-value,
.cyan .mat-select-arrow,
.cyan .mat-select-trigger, .cyan-600 .mat-select-disabled .mat-select-value,
.cyan-600 .mat-select-arrow,
.cyan-600 .mat-select-trigger, .cyan-700 .mat-select-disabled .mat-select-value,
.cyan-700 .mat-select-arrow,
.cyan-700 .mat-select-trigger, .cyan-800 .mat-select-disabled .mat-select-value,
.cyan-800 .mat-select-arrow,
.cyan-800 .mat-select-trigger, .cyan-900 .mat-select-disabled .mat-select-value,
.cyan-900 .mat-select-arrow,
.cyan-900 .mat-select-trigger, .teal-500 .mat-select-disabled .mat-select-value,
.teal-500 .mat-select-arrow,
.teal-500 .mat-select-trigger, .teal .mat-select-disabled .mat-select-value,
.teal .mat-select-arrow,
.teal .mat-select-trigger, .teal-600 .mat-select-disabled .mat-select-value,
.teal-600 .mat-select-arrow,
.teal-600 .mat-select-trigger, .teal-700 .mat-select-disabled .mat-select-value,
.teal-700 .mat-select-arrow,
.teal-700 .mat-select-trigger, .teal-800 .mat-select-disabled .mat-select-value,
.teal-800 .mat-select-arrow,
.teal-800 .mat-select-trigger, .teal-900 .mat-select-disabled .mat-select-value,
.teal-900 .mat-select-arrow,
.teal-900 .mat-select-trigger, .green-600 .mat-select-disabled .mat-select-value,
.green-600 .mat-select-arrow,
.green-600 .mat-select-trigger, .green-700 .mat-select-disabled .mat-select-value,
.green-700 .mat-select-arrow,
.green-700 .mat-select-trigger, .green-800 .mat-select-disabled .mat-select-value,
.green-800 .mat-select-arrow,
.green-800 .mat-select-trigger, .green-900 .mat-select-disabled .mat-select-value,
.green-900 .mat-select-arrow,
.green-900 .mat-select-trigger, .light-green-700 .mat-select-disabled .mat-select-value,
.light-green-700 .mat-select-arrow,
.light-green-700 .mat-select-trigger, .light-green-800 .mat-select-disabled .mat-select-value,
.light-green-800 .mat-select-arrow,
.light-green-800 .mat-select-trigger, .light-green-900 .mat-select-disabled .mat-select-value,
.light-green-900 .mat-select-arrow,
.light-green-900 .mat-select-trigger, .lime-900 .mat-select-disabled .mat-select-value,
.lime-900 .mat-select-arrow,
.lime-900 .mat-select-trigger, .orange-800 .mat-select-disabled .mat-select-value,
.orange-800 .mat-select-arrow,
.orange-800 .mat-select-trigger, .orange-900 .mat-select-disabled .mat-select-value,
.orange-900 .mat-select-arrow,
.orange-900 .mat-select-trigger, .deep-orange-500 .mat-select-disabled .mat-select-value,
.deep-orange-500 .mat-select-arrow,
.deep-orange-500 .mat-select-trigger, .deep-orange .mat-select-disabled .mat-select-value,
.deep-orange .mat-select-arrow,
.deep-orange .mat-select-trigger, .deep-orange-600 .mat-select-disabled .mat-select-value,
.deep-orange-600 .mat-select-arrow,
.deep-orange-600 .mat-select-trigger, .deep-orange-700 .mat-select-disabled .mat-select-value,
.deep-orange-700 .mat-select-arrow,
.deep-orange-700 .mat-select-trigger, .deep-orange-800 .mat-select-disabled .mat-select-value,
.deep-orange-800 .mat-select-arrow,
.deep-orange-800 .mat-select-trigger, .deep-orange-900 .mat-select-disabled .mat-select-value,
.deep-orange-900 .mat-select-arrow,
.deep-orange-900 .mat-select-trigger, .deep-orange-A400 .mat-select-disabled .mat-select-value,
.deep-orange-A400 .mat-select-arrow,
.deep-orange-A400 .mat-select-trigger, .deep-orange-A700 .mat-select-disabled .mat-select-value,
.deep-orange-A700 .mat-select-arrow,
.deep-orange-A700 .mat-select-trigger, .brown-300 .mat-select-disabled .mat-select-value,
.brown-300 .mat-select-arrow,
.brown-300 .mat-select-trigger, .brown-400 .mat-select-disabled .mat-select-value,
.brown-400 .mat-select-arrow,
.brown-400 .mat-select-trigger, .brown-500 .mat-select-disabled .mat-select-value,
.brown-500 .mat-select-arrow,
.brown-500 .mat-select-trigger, .brown .mat-select-disabled .mat-select-value,
.brown .mat-select-arrow,
.brown .mat-select-trigger, .brown-600 .mat-select-disabled .mat-select-value,
.brown-600 .mat-select-arrow,
.brown-600 .mat-select-trigger, .brown-700 .mat-select-disabled .mat-select-value,
.brown-700 .mat-select-arrow,
.brown-700 .mat-select-trigger, .brown-800 .mat-select-disabled .mat-select-value,
.brown-800 .mat-select-arrow,
.brown-800 .mat-select-trigger, .brown-900 .mat-select-disabled .mat-select-value,
.brown-900 .mat-select-arrow,
.brown-900 .mat-select-trigger, .brown-A400 .mat-select-disabled .mat-select-value,
.brown-A400 .mat-select-arrow,
.brown-A400 .mat-select-trigger, .brown-A700 .mat-select-disabled .mat-select-value,
.brown-A700 .mat-select-arrow,
.brown-A700 .mat-select-trigger, .grey-600 .mat-select-disabled .mat-select-value,
.grey-600 .mat-select-arrow,
.grey-600 .mat-select-trigger, .grey-700 .mat-select-disabled .mat-select-value,
.grey-700 .mat-select-arrow,
.grey-700 .mat-select-trigger, .grey-800 .mat-select-disabled .mat-select-value,
.grey-800 .mat-select-arrow,
.grey-800 .mat-select-trigger, .grey-900 .mat-select-disabled .mat-select-value,
.grey-900 .mat-select-arrow,
.grey-900 .mat-select-trigger, .grey-A700 .mat-select-disabled .mat-select-value,
.grey-A700 .mat-select-arrow,
.grey-A700 .mat-select-trigger, .blue-grey-400 .mat-select-disabled .mat-select-value,
.blue-grey-400 .mat-select-arrow,
.blue-grey-400 .mat-select-trigger, .blue-grey-500 .mat-select-disabled .mat-select-value,
.blue-grey-500 .mat-select-arrow,
.blue-grey-500 .mat-select-trigger, .blue-grey .mat-select-disabled .mat-select-value,
.blue-grey .mat-select-arrow,
.blue-grey .mat-select-trigger, .blue-grey-600 .mat-select-disabled .mat-select-value,
.blue-grey-600 .mat-select-arrow,
.blue-grey-600 .mat-select-trigger, .blue-grey-700 .mat-select-disabled .mat-select-value,
.blue-grey-700 .mat-select-arrow,
.blue-grey-700 .mat-select-trigger, .blue-grey-800 .mat-select-disabled .mat-select-value,
.blue-grey-800 .mat-select-arrow,
.blue-grey-800 .mat-select-trigger, .blue-grey-900 .mat-select-disabled .mat-select-value,
.blue-grey-900 .mat-select-arrow,
.blue-grey-900 .mat-select-trigger, .blue-grey-A400 .mat-select-disabled .mat-select-value,
.blue-grey-A400 .mat-select-arrow,
.blue-grey-A400 .mat-select-trigger, .blue-grey-A700 .mat-select-disabled .mat-select-value,
.blue-grey-A700 .mat-select-arrow,
.blue-grey-A700 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-select-value, .red .mat-select-value, .red-600 .mat-select-value, .red-700 .mat-select-value, .red-800 .mat-select-value, .red-900 .mat-select-value, .red-A200 .mat-select-value, .red-A400 .mat-select-value, .red-A700 .mat-select-value, .pink-500 .mat-select-value, .pink .mat-select-value, .pink-600 .mat-select-value, .pink-700 .mat-select-value, .pink-800 .mat-select-value, .pink-900 .mat-select-value, .pink-A200 .mat-select-value, .pink-A400 .mat-select-value, .pink-A700 .mat-select-value, .purple-300 .mat-select-value, .purple-400 .mat-select-value, .purple-500 .mat-select-value, .purple .mat-select-value, .purple-600 .mat-select-value, .purple-700 .mat-select-value, .purple-800 .mat-select-value, .purple-900 .mat-select-value, .purple-A200 .mat-select-value, .purple-A400 .mat-select-value, .purple-A700 .mat-select-value, .deep-purple-300 .mat-select-value, .deep-purple-400 .mat-select-value, .deep-purple-500 .mat-select-value, .deep-purple .mat-select-value, .deep-purple-600 .mat-select-value, .deep-purple-700 .mat-select-value, .deep-purple-800 .mat-select-value, .deep-purple-900 .mat-select-value, .deep-purple-A200 .mat-select-value, .deep-purple-A400 .mat-select-value, .deep-purple-A700 .mat-select-value, .indigo-300 .mat-select-value, .indigo-400 .mat-select-value, .indigo-500 .mat-select-value, .indigo .mat-select-value, .indigo-600 .mat-select-value, .indigo-700 .mat-select-value, .indigo-800 .mat-select-value, .indigo-900 .mat-select-value, .indigo-A200 .mat-select-value, .indigo-A400 .mat-select-value, .indigo-A700 .mat-select-value, .blue-500 .mat-select-value, .blue .mat-select-value, .blue-600 .mat-select-value, .blue-700 .mat-select-value, .blue-800 .mat-select-value, .blue-900 .mat-select-value, .blue-A200 .mat-select-value, .blue-A400 .mat-select-value, .blue-A700 .mat-select-value, .light-blue-500 .mat-select-value, .light-blue .mat-select-value, .light-blue-600 .mat-select-value, .light-blue-700 .mat-select-value, .light-blue-800 .mat-select-value, .light-blue-900 .mat-select-value, .light-blue-A700 .mat-select-value, .cyan-500 .mat-select-value, .cyan .mat-select-value, .cyan-600 .mat-select-value, .cyan-700 .mat-select-value, .cyan-800 .mat-select-value, .cyan-900 .mat-select-value, .teal-500 .mat-select-value, .teal .mat-select-value, .teal-600 .mat-select-value, .teal-700 .mat-select-value, .teal-800 .mat-select-value, .teal-900 .mat-select-value, .green-600 .mat-select-value, .green-700 .mat-select-value, .green-800 .mat-select-value, .green-900 .mat-select-value, .light-green-700 .mat-select-value, .light-green-800 .mat-select-value, .light-green-900 .mat-select-value, .lime-900 .mat-select-value, .orange-800 .mat-select-value, .orange-900 .mat-select-value, .deep-orange-500 .mat-select-value, .deep-orange .mat-select-value, .deep-orange-600 .mat-select-value, .deep-orange-700 .mat-select-value, .deep-orange-800 .mat-select-value, .deep-orange-900 .mat-select-value, .deep-orange-A400 .mat-select-value, .deep-orange-A700 .mat-select-value, .brown-300 .mat-select-value, .brown-400 .mat-select-value, .brown-500 .mat-select-value, .brown .mat-select-value, .brown-600 .mat-select-value, .brown-700 .mat-select-value, .brown-800 .mat-select-value, .brown-900 .mat-select-value, .brown-A400 .mat-select-value, .brown-A700 .mat-select-value, .grey-600 .mat-select-value, .grey-700 .mat-select-value, .grey-800 .mat-select-value, .grey-900 .mat-select-value, .grey-A700 .mat-select-value, .blue-grey-400 .mat-select-value, .blue-grey-500 .mat-select-value, .blue-grey .mat-select-value, .blue-grey-600 .mat-select-value, .blue-grey-700 .mat-select-value, .blue-grey-800 .mat-select-value, .blue-grey-900 .mat-select-value, .blue-grey-A400 .mat-select-value, .blue-grey-A700 .mat-select-value {
  color: white;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.avatar.tiny {
  border-radius: 50%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
}
.avatar.big {
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
}
.avatar.huge {
  width: 96px;
  min-width: 96px;
  height: 96px;
  line-height: 96px;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.avatar-wrapper mat-icon.status {
  position: absolute;
  top: 28px;
  left: 28px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4CAF50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #F44336;
}
mat-icon.status.do-not-disturb:before {
  content: "remove_circle_outline";
}
mat-icon.status.away {
  color: #FFC107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.form-wrapper {
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 48px;
  max-height: 48px;
  height: 48px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding: 0 8px;
  border-radius: 4px;
  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);
}
.simple-pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 56px;
  line-height: 56px;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
}
.simple-pagination .pagination-item.active {
  cursor: default;
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
}
.price-tables .price-table {
  position: relative;
  width: 280px;
  border-radius: 2px;
  margin: 12px;
  overflow: hidden;
}
.price-tables .price-table.style-1 .package-type {
  font-size: 17px;
  padding: 16px 24px;
}
.price-tables .price-table.style-1 .package-type .sale {
  font-size: 13px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price {
  padding: 32px 32px 16px 32px;
}
.price-tables .price-table.style-1 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-1 .price .period {
  padding: 0 0 5px 4px;
  font-size: 17px;
}
.price-tables .price-table.style-1 mat-divider {
  margin: 16px 32px;
}
.price-tables .price-table.style-1 .terms {
  padding: 16px 32px;
  font-size: 15px;
}
.price-tables .price-table.style-1 .cta-button {
  margin: 16px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-2 .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .price {
  padding: 0 32px 8px 32px;
}
.price-tables .price-table.style-2 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 600;
}
.price-tables .price-table.style-2 .price .value {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-2 .period {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.price-tables .price-table.style-2 .terms {
  padding: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-2 .terms .term {
  padding-bottom: 8px;
}
.price-tables .price-table.style-2 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-2 .cta-button {
  margin: 8px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-3 .package-type {
  padding: 32px;
  text-align: center;
}
.price-tables .price-table.style-3 .package-type .title {
  font-size: 34px;
}
.price-tables .price-table.style-3 .package-type .subtitle {
  font-size: 17px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price {
  padding: 16px 32px;
}
.price-tables .price-table.style-3 .price .currency {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 600;
}
.price-tables .price-table.style-3 .price .value {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-3 .price .period {
  padding-left: 4px;
  text-align: center;
}
.price-tables .price-table.style-3 .terms {
  margin: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-3 .terms .term {
  padding-bottom: 16px;
}
.price-tables .price-table.style-3 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-3 .cta-button {
  margin: 8px 32px;
}
.price-tables .price-table.style-3 .note {
  padding: 8px 32px 16px 32px;
  text-align: center;
}
.simple-table-container .table-title {
  font-size: 20px;
  padding: 24px;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 600;
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
table.simple.clickable tbody tr {
  cursor: pointer;
}
html.cdk-global-scrollblock {
  position: relative !important;
  overflow: hidden !important;
}
button .mat-button-wrapper {
  line-height: normal;
}
.mat-icon {
  font-weight: 400 !important;
  line-height: 1;
}
.mat-icon-button .mat-button-ripple {
  border-radius: 50%;
}
.mat-dialog-container {
  -webkit-overflow-scrolling: touch;
}
.mat-checkbox {
  font-size: 16px;
}
.mat-radio-button {
  font-size: 16px;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  display: inline-flex;
  width: auto;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  margin-right: 8px;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper {
  display: inline-flex;
}
mat-horizontal-stepper mat-step-header mat-icon,
mat-vertical-stepper mat-step-header mat-icon {
  height: 16px !important;
  width: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: inherit !important;
}
mat-vertical-stepper {
  padding: 16px 0;
}
mat-chip mat-icon {
  min-width: 0 !important;
  min-height: 0 !important;
}
.mat-card-image {
  max-width: none !important;
}
html {
  font-size: 62.5%;
  font-family: "Muli", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 14px;
}
html, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}
h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  font-size: 20px;
}
h3, .h3 {
  font-size: 16px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 12px;
}
a {
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover, a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "— ";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "— ";
}
code {
  font-family: "Monaco", "Menlo", "Consolas", "Ubuntu Mono", monospace;
}
code:not(.highlight) {
  color: #106CC8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #F7F49A;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  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);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 24px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 17px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 13px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #F44336;
}
.changelog .entry .groups .new .title {
  background: #43A047;
}
.changelog .entry .groups .improved .title {
  background: #673AB7;
}
.changelog .entry .groups .fixed .title {
  background: #2196F3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607D8B;
  border-left: 6px solid #37474F;
  color: rgb(255, 255, 255);
}
.message-box.error {
  background: #EF5350;
  border-left-color: #B71C1C;
}
.message-box.warning {
  background: #FFECB3;
  border-left-color: #FFC107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4CAF50;
  border-left-color: #2E7D32;
}
.message-box.info {
  background: #B3E5FC;
  border-left-color: #03A9F4;
  color: rgba(0, 0, 0, 0.87);
}
.docs {
  font-size: 16px;
}
.docs > .content {
  max-width: 980px;
}
.docs > .content > .main-title:first-child {
  margin-top: 0;
}
.docs .main-title {
  display: flex;
  margin-top: 72px;
  font-size: 24px;
}
.docs .section-title {
  display: inline-flex;
  font-size: 18px;
  margin-top: 24px;
  border-bottom: 1px solid #F44336;
  color: #F44336;
}
.docs ol,
.docs ul {
  padding-left: 24px;
}
.docs ol li,
.docs ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}
.docs p {
  line-height: 1.7;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded > .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.page-layout.carded > .common-top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 114px;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  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);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.tabbed > .center {
  width: 100%;
  min-width: 0;
}
.page-layout.carded.fullwidth.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
  width: 100%;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar, .page-layout.carded.right-sidebar {
  flex-direction: row;
}
.page-layout.carded.left-sidebar > .sidebar, .page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  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);
}
.page-layout.carded.left-sidebar > .sidebar.locked-open, .page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open + .center, .page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.left-positioned + .center, .page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.right-positioned + .center, .page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.carded.left-sidebar > .sidebar .header, .page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
.page-layout.carded.left-sidebar > .sidebar .common-header, .page-layout.carded.right-sidebar > .sidebar .common-header {
  height: 114px;
  min-height: 114px;
  max-height: 114px;
}
.page-layout.carded.left-sidebar > .sidebar .content, .page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar > .center, .page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
.page-layout.carded.left-sidebar > .center > .header, .page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
.page-layout.carded.left-sidebar > .center > .common-header, .page-layout.carded.right-sidebar > .center > .common-header {
  display: flex;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}
.page-layout.carded.left-sidebar > .center > .content-card, .page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  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);
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar, .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar .sidebar-toggle, .page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar > .center > .content-card > .content, .page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center, .page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .page-layout.carded.left-sidebar.tabbed > .center, .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidebar.tabbed > .center > .header, .page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content, .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.left-sidebar.inner-scroll, .page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .sidebar .content, .page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll > .center, .page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card, .page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card > .content, .page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content, .page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header, .page-layout.simple.inner-sidebar > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar, .page-layout.simple.right-sidebar {
  flex-direction: row;
}
.page-layout.simple.left-sidebar > .sidebar, .page-layout.simple.right-sidebar > .sidebar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
  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);
}
.page-layout.simple.left-sidebar > .sidebar.locked-open, .page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open + .center, .page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.left-positioned + .center, .page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.right-positioned + .center, .page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.simple.left-sidebar > .sidebar .content, .page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar > .center, .page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  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);
}
.page-layout.simple.left-sidebar > .center > .header, .page-layout.simple.right-sidebar > .center > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidebar > .center > .content, .page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidebar.inner-scroll, .page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar.inner-scroll > .sidebar .content, .page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-scroll > .center, .page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar, .page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content, .page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar.locked-open, .page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar .content, .page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center, .page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  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);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.tabbed > .content > .mat-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidebar > .center, .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
.fuse-card {
  max-width: 320px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.variable-width {
  min-width: 0;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.fuse-card .card-divider {
  margin: 16px;
}
.fuse-card .card-divider.full-width {
  margin: 0;
}
.fuse-card .card-expand-area {
  overflow: hidden;
}
.fuse-card .card-expand-area .card-expanded-content {
  padding: 8px 16px 16px 16px;
  line-height: 1.75;
}
.nav .nav-subheader {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-group {
  display: block;
}
.nav .nav-group > .group-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-item .nav-link {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: currentColor;
}
.nav .nav-item .nav-link > .nav-link-title {
  flex: 1 1 auto;
  white-space: nowrap;
  font-weight: 900 !important;
}
.nav .nav-item .nav-link .nav-link-badge {
  display: flex;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 0.1s;
  margin-left: 8px;
}
.nav .nav-item .nav-link .nav-link-badge + .collapsable-arrow {
  margin-left: 8px;
}
.nav .nav-item .nav-link:hover {
  background-color: #1e9084;
  color: #061d1b;
}
.nav .nav-item .nav-link.disabled {
  background-color: none;
  color: gray;
  cursor: default;
}
.nav .nav-item .nav-link.disabled:hover {
  background-color: #1A2832;
  color: gray;
}
.nav .nav-item .nav-link.merydyan {
  background-color: #1e9084;
  color: #FFFFFF;
}
.nav .nav-item .nav-link .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link.active .nav-link-icon {
  opacity: 1;
}
.nav .nav-item .nav-link.active .nav-link-badge {
  background: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.nav .nav-item .nav-link .nav-link-icon {
  margin-right: 16px;
}
.nav .nav-item .nav-link .nav-link-icon,
.nav .nav-item .nav-link .collapsable-arrow {
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
}
.nav .nav-item.nav-collapsable {
  display: block;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 56px;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 72px;
}
.nav > .nav-item.nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-item.nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav > .nav-group > .group-items > .nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-group > .group-items > .nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav.vertical .nav-group .group-title {
  text-transform: uppercase;
}
.nav.horizontal {
  display: flex;
  flex-direction: row;
}
.nav.horizontal .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal .nav-item.nav-collapsable .children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  min-width: 200px;
  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);
}
.nav.horizontal .nav-item.nav-collapsable .children.open {
  display: block;
}
.nav.horizontal .nav-item.nav-collapsable .children .nav-link {
  padding-left: 24px !important;
}
.nav.horizontal > .nav-item > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link .collapsable-arrow {
  display: none;
}
.nav.horizontal > .nav-item.nav-collapsable > .children {
  top: 100%;
  left: 0;
}
.nav.material2 .nav-subheader, .material2 .nav .nav-subheader {
  height: 40px;
}
.nav.material2 .nav-group > .group-title, .material2 .nav .nav-group > .group-title {
  height: 40px;
}
.nav.material2 .nav-item .nav-link, .material2 .nav .nav-item .nav-link {
  height: 40px;
  padding: 0 12px 0 24px;
  border-radius: 0 20px 20px 0;
  margin-right: 16px;
}
button,
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/*----------------------------------------------------------------*/
/*  Print
/*----------------------------------------------------------------*/
@media all {
  /* Never show page breaks in normal view */
  .page-break-after,
.page-break-before {
    display: none;
  }
}
@media print {
  /* html and body tweaks */
  html, body {
    height: auto !important;
    overflow: visible !important;
    overflow: initial !important;
  }
  /* Page breaks */
  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }
  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }
  /* General styles */
  app fuse-sidebar,
app navbar,
app toolbar,
app footer,
app .theme-options-button,
app fuse-theme-options,
app .ps > .ps__rail-x,
app .ps > .ps__rail-y {
    display: none !important;
  }
  app #main,
app #container-1,
app #container-2,
app #container-3 {
    padding: 0 !important;
  }
  app .ps {
    overflow: visible !important;
  }
  app .mat-drawer-container,
app .mat-sidenav-container {
    background-color: white !important;
  }
  app .mat-drawer-container .mat-drawer-content,
app .mat-drawer-container .mat-sidenav-content,
app .mat-sidenav-container .mat-drawer-content,
app .mat-sidenav-container .mat-sidenav-content {
    overflow: visible !important;
    overflow: initial !important;
    height: auto !important;
  }
}
/**
 * Prism base code highlighter theme using Sass 
 *
 * @author @MoOx
 * https://github.com/MoOx/sass-prism-theme-base/blob/master/_prism.scss
 * slightly adapted by me, Bram de Haan
 */
code[class*=language-], pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
  white-space: pre;
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #CDD3DE;
  background: #263238;
}
:not(pre) > code[class*=language-], pre[class*=language-] {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
pre[class*=language-] {
  padding: 12px;
}
:not(pre) > code[class*=language-] {
  padding: 2px 6px;
}
code[class*=language-] .namespace, pre[class*=language-] .namespace {
  opacity: 0.7;
}
code[class*=language-] .token.comment, code[class*=language-] .token.prolog, code[class*=language-] .token.doctype, code[class*=language-] .token.cdata, pre[class*=language-] .token.comment, pre[class*=language-] .token.prolog, pre[class*=language-] .token.doctype, pre[class*=language-] .token.cdata {
  color: #62727A;
}
code[class*=language-] .token.null, code[class*=language-] .token.operator, code[class*=language-] .token.boolean, code[class*=language-] .token.number, pre[class*=language-] .token.null, pre[class*=language-] .token.operator, pre[class*=language-] .token.boolean, pre[class*=language-] .token.number {
  color: #EA9560;
}
code[class*=language-] .token.string, pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.attr-name, pre[class*=language-] .token.attr-name {
  color: #EA9560;
}
code[class*=language-] .token.entity, code[class*=language-] .token.url, .language-css code[class*=language-] .token.string, .style code[class*=language-] .token.string, pre[class*=language-] .token.entity, pre[class*=language-] .token.url, .language-css pre[class*=language-] .token.string, .style pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.selector, pre[class*=language-] .token.selector {
  color: #82AAFF;
}
code[class*=language-] .token.attr-value, code[class*=language-] .token.keyword, code[class*=language-] .token.control, code[class*=language-] .token.directive, code[class*=language-] .token.unit, pre[class*=language-] .token.attr-value, pre[class*=language-] .token.keyword, pre[class*=language-] .token.control, pre[class*=language-] .token.directive, pre[class*=language-] .token.unit {
  color: #8BD649;
}
code[class*=language-] .token.important, pre[class*=language-] .token.important {
  color: #EC5F67;
}
code[class*=language-] .token.atrule, pre[class*=language-] .token.atrule {
  color: #80CBC4;
}
code[class*=language-] .token.regex, code[class*=language-] .token.statement, pre[class*=language-] .token.regex, pre[class*=language-] .token.statement {
  color: #80CBC4;
}
code[class*=language-] .token.placeholder, code[class*=language-] .token.variable, pre[class*=language-] .token.placeholder, pre[class*=language-] .token.variable {
  color: #89DDFF;
}
code[class*=language-] .token.property, pre[class*=language-] .token.property {
  color: #FFCC00;
}
code[class*=language-] .token.tag, pre[class*=language-] .token.tag {
  color: #89DDFF;
}
code[class*=language-] .token.important, code[class*=language-] .token.statement, pre[class*=language-] .token.important, pre[class*=language-] .token.statement {
  font-weight: bold;
}
code[class*=language-] .token.punctuation, pre[class*=language-] .token.punctuation {
  color: #CDD3DE;
}
code[class*=language-] .token.entity, pre[class*=language-] .token.entity {
  cursor: help;
}
code[class*=language-] .token.debug, pre[class*=language-] .token.debug {
  color: red;
}
.ps {
  position: relative;
}
.ps > .ps__rail-x {
  z-index: 99999;
}
.ps > .ps__rail-y {
  z-index: 99999;
  left: auto !important;
}
.ngx-datatable.material {
  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);
}
.ngx-datatable.material .empty-row {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 56px;
  padding: 0 24px;
}
.ngx-datatable.material .datatable-header {
  border: none;
  min-height: 48px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 48px;
  font-size: 13px;
  padding: 0 24px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  display: inline-flex;
  align-items: center;
}
.ngx-datatable.material .datatable-body {
  display: flex;
  flex: 1 0 auto;
}
.ngx-datatable.material .datatable-body .datatable-scroll {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.ngx-datatable.material .datatable-body .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-center,
.ngx-datatable.material .datatable-body .datatable-row-right {
  min-height: 48px;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom: 1px solid;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top: 1px solid;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-cell {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 48px;
  transition: none;
  padding: 0 24px;
  overflow: hidden;
}
.ngx-datatable.material .datatable-footer {
  border: none;
  min-height: 56px;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner {
  padding: 0 24px;
}
@media screen and (max-width: 959px) {
  .ngx-datatable.material .datatable-footer .datatable-footer-inner {
    flex-direction: column;
    padding: 16px 0;
    height: auto !important;
  }
  .ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager {
    margin: 0 !important;
  }
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .page-count {
  padding: 0;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager {
  margin: 0 0 0 24px;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager .pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager .pager li a i {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
}
[class*=datatable-icon-] {
  font-family: "material-outline-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;
}
.datatable-icon-filter:before {
  content: "filter_list";
}
.datatable-icon-collapse:before {
  content: "unfold_less";
}
.datatable-icon-expand:before {
  content: "unfold_more";
}
.datatable-icon-close:before {
  content: "close";
}
.datatable-icon-up:before {
  content: "arrow_drop_up";
}
.datatable-icon-down:before {
  content: "arrow_drop_down";
}
.datatable-icon-sort:before {
  content: "sort";
}
.datatable-icon-done:before {
  content: "done";
}
.datatable-icon-done-all:before {
  content: "done_all";
}
.datatable-icon-search:before {
  content: "search";
}
.datatable-icon-pin:before {
  content: "lock";
}
.datatable-icon-add:before {
  content: "add";
}
.datatable-icon-left:before {
  content: "chevron_left";
}
.datatable-icon-right:before {
  content: "chevron_right";
}
.datatable-icon-skip:before {
  content: "skip_next";
}
.datatable-icon-prev:before {
  content: "skip_previous";
}
.color-picker {
  height: auto !important;
  border: none !important;
  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);
}
.color-picker .preset-area {
  padding: 0 0 16px 16px !important;
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.color-picker .preset-area > hr {
  display: none;
}
.color-picker .preset-area .preset-label {
  display: none;
}
.color-picker .preset-area .preset-color {
  display: block !important;
  float: left !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.color-picker .preset-area .preset-color:nth-child(14n+1) {
  clear: both;
}
.merydyan-primary-50-bg {
  background-color: #ECECEE !important;
}
.merydyan-primary-50 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-primary-50-fg {
  color: #ECECEE !important;
}
.merydyan-primary-50-border {
  border-color: #ECECEE !important;
}
.merydyan-primary-50-border-top {
  border-top-color: #ECECEE !important;
}
.merydyan-primary-50-border-right {
  border-right-color: #ECECEE !important;
}
.merydyan-primary-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
.merydyan-primary-50-border-left {
  border-left-color: #ECECEE !important;
}
.merydyan-primary-100-bg {
  background-color: #ECECEE !important;
}
.merydyan-primary-100 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-primary-100[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-primary-100-fg {
  color: #ECECEE !important;
}
.merydyan-primary-100-border {
  border-color: #ECECEE !important;
}
.merydyan-primary-100-border-top {
  border-top-color: #ECECEE !important;
}
.merydyan-primary-100-border-right {
  border-right-color: #ECECEE !important;
}
.merydyan-primary-100-border-bottom {
  border-bottom-color: #ECECEE !important;
}
.merydyan-primary-100-border-left {
  border-left-color: #ECECEE !important;
}
.merydyan-primary-200-bg {
  background-color: #6E787F !important;
}
.merydyan-primary-200 {
  background-color: #6E787F !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-primary-200[disabled] {
  background-color: rgba(110, 120, 127, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-primary-200-fg {
  color: #6E787F !important;
}
.merydyan-primary-200-border {
  border-color: #6E787F !important;
}
.merydyan-primary-200-border-top {
  border-top-color: #6E787F !important;
}
.merydyan-primary-200-border-right {
  border-right-color: #6E787F !important;
}
.merydyan-primary-200-border-bottom {
  border-bottom-color: #6E787F !important;
}
.merydyan-primary-200-border-left {
  border-left-color: #6E787F !important;
}
.merydyan-primary-300-bg {
  background-color: #59646C !important;
}
.merydyan-primary-300 {
  background-color: #59646C !important;
  color: white !important;
}
.merydyan-primary-300[disabled] {
  background-color: rgba(89, 100, 108, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-300-fg {
  color: #59646C !important;
}
.merydyan-primary-300-border {
  border-color: #59646C !important;
}
.merydyan-primary-300-border-top {
  border-top-color: #59646C !important;
}
.merydyan-primary-300-border-right {
  border-right-color: #59646C !important;
}
.merydyan-primary-300-border-bottom {
  border-bottom-color: #59646C !important;
}
.merydyan-primary-300-border-left {
  border-left-color: #59646C !important;
}
.merydyan-primary-400-bg {
  background-color: #45515A !important;
}
.merydyan-primary-400 {
  background-color: #45515A !important;
  color: white !important;
}
.merydyan-primary-400[disabled] {
  background-color: rgba(69, 81, 90, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-400-fg {
  color: #45515A !important;
}
.merydyan-primary-400-border {
  border-color: #45515A !important;
}
.merydyan-primary-400-border-top {
  border-top-color: #45515A !important;
}
.merydyan-primary-400-border-right {
  border-right-color: #45515A !important;
}
.merydyan-primary-400-border-bottom {
  border-bottom-color: #45515A !important;
}
.merydyan-primary-400-border-left {
  border-left-color: #45515A !important;
}
.merydyan-primary-500-bg {
  background-color: #303E48 !important;
}
.merydyan-primary-500 {
  background-color: #303E48 !important;
  color: white !important;
}
.merydyan-primary-500[disabled] {
  background-color: rgba(48, 62, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-500-fg {
  color: #303E48 !important;
}
.merydyan-primary-500-border {
  border-color: #303E48 !important;
}
.merydyan-primary-500-border-top {
  border-top-color: #303E48 !important;
}
.merydyan-primary-500-border-right {
  border-right-color: #303E48 !important;
}
.merydyan-primary-500-border-bottom {
  border-bottom-color: #303E48 !important;
}
.merydyan-primary-500-border-left {
  border-left-color: #303E48 !important;
}
.merydyan-primary-bg {
  background-color: #303E48 !important;
}
.merydyan-primary {
  background-color: #303E48 !important;
  color: white !important;
}
.merydyan-primary[disabled] {
  background-color: rgba(48, 62, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-fg {
  color: #303E48 !important;
}
.merydyan-primary-border {
  border-color: #303E48 !important;
}
.merydyan-primary-border-top {
  border-top-color: #303E48 !important;
}
.merydyan-primary-border-right {
  border-right-color: #303E48 !important;
}
.merydyan-primary-border-bottom {
  border-bottom-color: #303E48 !important;
}
.merydyan-primary-border-left {
  border-left-color: #303E48 !important;
}
.merydyan-primary-600-bg {
  background-color: #1C2B36 !important;
}
.merydyan-primary-600 {
  background-color: #1C2B36 !important;
  color: white !important;
}
.merydyan-primary-600[disabled] {
  background-color: rgba(28, 43, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-600-fg {
  color: #1C2B36 !important;
}
.merydyan-primary-600-border {
  border-color: #1C2B36 !important;
}
.merydyan-primary-600-border-top {
  border-top-color: #1C2B36 !important;
}
.merydyan-primary-600-border-right {
  border-right-color: #1C2B36 !important;
}
.merydyan-primary-600-border-bottom {
  border-bottom-color: #1C2B36 !important;
}
.merydyan-primary-600-border-left {
  border-left-color: #1C2B36 !important;
}
.merydyan-primary-700-bg {
  background-color: #1A2832 !important;
}
.merydyan-primary-700 {
  background-color: #1A2832 !important;
  color: #209e91 !important;
}
.merydyan-primary-700[disabled] {
  background-color: rgba(26, 40, 50, 0.12) !important;
  color: rgba(32, 158, 145, 0.26) !important;
}
.merydyan-primary-700-fg {
  color: #1A2832 !important;
}
.merydyan-primary-700-border {
  border-color: #1A2832 !important;
}
.merydyan-primary-700-border-top {
  border-top-color: #1A2832 !important;
}
.merydyan-primary-700-border-right {
  border-right-color: #1A2832 !important;
}
.merydyan-primary-700-border-bottom {
  border-bottom-color: #1A2832 !important;
}
.merydyan-primary-700-border-left {
  border-left-color: #1A2832 !important;
}
.merydyan-primary-800-bg {
  background-color: #152028 !important;
}
.merydyan-primary-800 {
  background-color: #152028 !important;
  color: white !important;
}
.merydyan-primary-800[disabled] {
  background-color: rgba(21, 32, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-800-fg {
  color: #152028 !important;
}
.merydyan-primary-800-border {
  border-color: #152028 !important;
}
.merydyan-primary-800-border-top {
  border-top-color: #152028 !important;
}
.merydyan-primary-800-border-right {
  border-right-color: #152028 !important;
}
.merydyan-primary-800-border-bottom {
  border-bottom-color: #152028 !important;
}
.merydyan-primary-800-border-left {
  border-left-color: #152028 !important;
}
.merydyan-primary-900-bg {
  background-color: #121C23 !important;
}
.merydyan-primary-900 {
  background-color: #121C23 !important;
  color: white !important;
}
.merydyan-primary-900[disabled] {
  background-color: rgba(18, 28, 35, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-900-fg {
  color: #121C23 !important;
}
.merydyan-primary-900-border {
  border-color: #121C23 !important;
}
.merydyan-primary-900-border-top {
  border-top-color: #121C23 !important;
}
.merydyan-primary-900-border-right {
  border-right-color: #121C23 !important;
}
.merydyan-primary-900-border-bottom {
  border-bottom-color: #121C23 !important;
}
.merydyan-primary-900-border-left {
  border-left-color: #121C23 !important;
}
.merydyan-primary-A100-bg {
  background-color: #C5C6CB !important;
}
.merydyan-primary-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-primary-A100-fg {
  color: #C5C6CB !important;
}
.merydyan-primary-A100-border {
  border-color: #C5C6CB !important;
}
.merydyan-primary-A100-border-top {
  border-top-color: #C5C6CB !important;
}
.merydyan-primary-A100-border-right {
  border-right-color: #C5C6CB !important;
}
.merydyan-primary-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.merydyan-primary-A100-border-left {
  border-left-color: #C5C6CB !important;
}
.merydyan-primary-A200-bg {
  background-color: #9EA1A9 !important;
}
.merydyan-primary-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
.merydyan-primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-A200-fg {
  color: #9EA1A9 !important;
}
.merydyan-primary-A200-border {
  border-color: #9EA1A9 !important;
}
.merydyan-primary-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
.merydyan-primary-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
.merydyan-primary-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.merydyan-primary-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
.merydyan-primary-A400-bg {
  background-color: #45515A !important;
}
.merydyan-primary-A400 {
  background-color: #45515A !important;
  color: white !important;
}
.merydyan-primary-A400[disabled] {
  background-color: rgba(69, 81, 90, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-A400-fg {
  color: #45515A !important;
}
.merydyan-primary-A400-border {
  border-color: #45515A !important;
}
.merydyan-primary-A400-border-top {
  border-top-color: #45515A !important;
}
.merydyan-primary-A400-border-right {
  border-right-color: #45515A !important;
}
.merydyan-primary-A400-border-bottom {
  border-bottom-color: #45515A !important;
}
.merydyan-primary-A400-border-left {
  border-left-color: #45515A !important;
}
.merydyan-primary-A700-bg {
  background-color: #1C2B36 !important;
}
.merydyan-primary-A700 {
  background-color: #1C2B36 !important;
  color: white !important;
}
.merydyan-primary-A700[disabled] {
  background-color: rgba(28, 43, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-primary-A700-fg {
  color: #1C2B36 !important;
}
.merydyan-primary-A700-border {
  border-color: #1C2B36 !important;
}
.merydyan-primary-A700-border-top {
  border-top-color: #1C2B36 !important;
}
.merydyan-primary-A700-border-right {
  border-right-color: #1C2B36 !important;
}
.merydyan-primary-A700-border-bottom {
  border-bottom-color: #1C2B36 !important;
}
.merydyan-primary-A700-border-left {
  border-left-color: #1C2B36 !important;
}
.merydyan-accent-50-bg {
  background-color: #FFFFFF !important;
}
.merydyan-accent-50 {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-accent-50[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-accent-50-fg {
  color: #FFFFFF !important;
}
.merydyan-accent-50-border {
  border-color: #FFFFFF !important;
}
.merydyan-accent-50-border-top {
  border-top-color: #FFFFFF !important;
}
.merydyan-accent-50-border-right {
  border-right-color: #FFFFFF !important;
}
.merydyan-accent-50-border-bottom {
  border-bottom-color: #FFFFFF !important;
}
.merydyan-accent-50-border-left {
  border-left-color: #FFFFFF !important;
}
.merydyan-accent-100-bg {
  background-color: #EAF6F5 !important;
}
.merydyan-accent-100 {
  background-color: #EAF6F5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-accent-100[disabled] {
  background-color: rgba(234, 246, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-accent-100-fg {
  color: #EAF6F5 !important;
}
.merydyan-accent-100-border {
  border-color: #EAF6F5 !important;
}
.merydyan-accent-100-border-top {
  border-top-color: #EAF6F5 !important;
}
.merydyan-accent-100-border-right {
  border-right-color: #EAF6F5 !important;
}
.merydyan-accent-100-border-bottom {
  border-bottom-color: #EAF6F5 !important;
}
.merydyan-accent-100-border-left {
  border-left-color: #EAF6F5 !important;
}
.merydyan-accent-200-bg {
  background-color: #94cec9 !important;
}
.merydyan-accent-200 {
  background-color: #94cec9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-accent-200[disabled] {
  background-color: rgba(148, 206, 201, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-accent-200-fg {
  color: #94cec9 !important;
}
.merydyan-accent-200-border {
  border-color: #94cec9 !important;
}
.merydyan-accent-200-border-top {
  border-top-color: #94cec9 !important;
}
.merydyan-accent-200-border-right {
  border-right-color: #94cec9 !important;
}
.merydyan-accent-200-border-bottom {
  border-bottom-color: #94cec9 !important;
}
.merydyan-accent-200-border-left {
  border-left-color: #94cec9 !important;
}
.merydyan-accent-300-bg {
  background-color: #5CB8AF !important;
}
.merydyan-accent-300 {
  background-color: #5CB8AF !important;
  color: white !important;
}
.merydyan-accent-300[disabled] {
  background-color: rgba(92, 184, 175, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-300-fg {
  color: #5CB8AF !important;
}
.merydyan-accent-300-border {
  border-color: #5CB8AF !important;
}
.merydyan-accent-300-border-top {
  border-top-color: #5CB8AF !important;
}
.merydyan-accent-300-border-right {
  border-right-color: #5CB8AF !important;
}
.merydyan-accent-300-border-bottom {
  border-bottom-color: #5CB8AF !important;
}
.merydyan-accent-300-border-left {
  border-left-color: #5CB8AF !important;
}
.merydyan-accent-400-bg {
  background-color: #209e91 !important;
}
.merydyan-accent-400 {
  background-color: #209e91 !important;
  color: #FFFFFF !important;
}
.merydyan-accent-400[disabled] {
  background-color: rgba(32, 158, 145, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-400-fg {
  color: #209e91 !important;
}
.merydyan-accent-400-border {
  border-color: #209e91 !important;
}
.merydyan-accent-400-border-top {
  border-top-color: #209e91 !important;
}
.merydyan-accent-400-border-right {
  border-right-color: #209e91 !important;
}
.merydyan-accent-400-border-bottom {
  border-bottom-color: #209e91 !important;
}
.merydyan-accent-400-border-left {
  border-left-color: #209e91 !important;
}
.merydyan-accent-500-bg {
  background-color: #1E9084 !important;
}
.merydyan-accent-500 {
  background-color: #1E9084 !important;
  color: #FFFFFF !important;
}
.merydyan-accent-500[disabled] {
  background-color: rgba(30, 144, 132, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-500-fg {
  color: #1E9084 !important;
}
.merydyan-accent-500-border {
  border-color: #1E9084 !important;
}
.merydyan-accent-500-border-top {
  border-top-color: #1E9084 !important;
}
.merydyan-accent-500-border-right {
  border-right-color: #1E9084 !important;
}
.merydyan-accent-500-border-bottom {
  border-bottom-color: #1E9084 !important;
}
.merydyan-accent-500-border-left {
  border-left-color: #1E9084 !important;
}
.merydyan-accent-bg {
  background-color: #1E9084 !important;
}
.merydyan-accent {
  background-color: #1E9084 !important;
  color: #FFFFFF !important;
}
.merydyan-accent[disabled] {
  background-color: rgba(30, 144, 132, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-fg {
  color: #1E9084 !important;
}
.merydyan-accent-border {
  border-color: #1E9084 !important;
}
.merydyan-accent-border-top {
  border-top-color: #1E9084 !important;
}
.merydyan-accent-border-right {
  border-right-color: #1E9084 !important;
}
.merydyan-accent-border-bottom {
  border-bottom-color: #1E9084 !important;
}
.merydyan-accent-border-left {
  border-left-color: #1E9084 !important;
}
.merydyan-accent-600-bg {
  background-color: #18736A !important;
}
.merydyan-accent-600 {
  background-color: #18736A !important;
  color: #FFFFFF !important;
}
.merydyan-accent-600[disabled] {
  background-color: rgba(24, 115, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-600-fg {
  color: #18736A !important;
}
.merydyan-accent-600-border {
  border-color: #18736A !important;
}
.merydyan-accent-600-border-top {
  border-top-color: #18736A !important;
}
.merydyan-accent-600-border-right {
  border-right-color: #18736A !important;
}
.merydyan-accent-600-border-bottom {
  border-bottom-color: #18736A !important;
}
.merydyan-accent-600-border-left {
  border-left-color: #18736A !important;
}
.merydyan-accent-700-bg {
  background-color: #125750 !important;
}
.merydyan-accent-700 {
  background-color: #125750 !important;
  color: #FFFFFF !important;
}
.merydyan-accent-700[disabled] {
  background-color: rgba(18, 87, 80, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-700-fg {
  color: #125750 !important;
}
.merydyan-accent-700-border {
  border-color: #125750 !important;
}
.merydyan-accent-700-border-top {
  border-top-color: #125750 !important;
}
.merydyan-accent-700-border-right {
  border-right-color: #125750 !important;
}
.merydyan-accent-700-border-bottom {
  border-bottom-color: #125750 !important;
}
.merydyan-accent-700-border-left {
  border-left-color: #125750 !important;
}
.merydyan-accent-800-bg {
  background-color: #0C3A35 !important;
}
.merydyan-accent-800 {
  background-color: #0C3A35 !important;
  color: #FFFFFF !important;
}
.merydyan-accent-800[disabled] {
  background-color: rgba(12, 58, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-800-fg {
  color: #0C3A35 !important;
}
.merydyan-accent-800-border {
  border-color: #0C3A35 !important;
}
.merydyan-accent-800-border-top {
  border-top-color: #0C3A35 !important;
}
.merydyan-accent-800-border-right {
  border-right-color: #0C3A35 !important;
}
.merydyan-accent-800-border-bottom {
  border-bottom-color: #0C3A35 !important;
}
.merydyan-accent-800-border-left {
  border-left-color: #0C3A35 !important;
}
.merydyan-accent-900-bg {
  background-color: #061D1B !important;
}
.merydyan-accent-900 {
  background-color: #061D1B !important;
  color: #FFFFFF !important;
}
.merydyan-accent-900[disabled] {
  background-color: rgba(6, 29, 27, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-900-fg {
  color: #061D1B !important;
}
.merydyan-accent-900-border {
  border-color: #061D1B !important;
}
.merydyan-accent-900-border-top {
  border-top-color: #061D1B !important;
}
.merydyan-accent-900-border-right {
  border-right-color: #061D1B !important;
}
.merydyan-accent-900-border-bottom {
  border-bottom-color: #061D1B !important;
}
.merydyan-accent-900-border-left {
  border-left-color: #061D1B !important;
}
.merydyan-accent-A100-bg {
  background-color: #C5C6CB !important;
}
.merydyan-accent-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.merydyan-accent-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.merydyan-accent-A100-fg {
  color: #C5C6CB !important;
}
.merydyan-accent-A100-border {
  border-color: #C5C6CB !important;
}
.merydyan-accent-A100-border-top {
  border-top-color: #C5C6CB !important;
}
.merydyan-accent-A100-border-right {
  border-right-color: #C5C6CB !important;
}
.merydyan-accent-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.merydyan-accent-A100-border-left {
  border-left-color: #C5C6CB !important;
}
.merydyan-accent-A200-bg {
  background-color: #9EA1A9 !important;
}
.merydyan-accent-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
.merydyan-accent-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-A200-fg {
  color: #9EA1A9 !important;
}
.merydyan-accent-A200-border {
  border-color: #9EA1A9 !important;
}
.merydyan-accent-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
.merydyan-accent-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
.merydyan-accent-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.merydyan-accent-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
.merydyan-accent-A400-bg {
  background-color: #5C616F !important;
}
.merydyan-accent-A400 {
  background-color: #5C616F !important;
  color: white !important;
}
.merydyan-accent-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-A400-fg {
  color: #5C616F !important;
}
.merydyan-accent-A400-border {
  border-color: #5C616F !important;
}
.merydyan-accent-A400-border-top {
  border-top-color: #5C616F !important;
}
.merydyan-accent-A400-border-right {
  border-right-color: #5C616F !important;
}
.merydyan-accent-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.merydyan-accent-A400-border-left {
  border-left-color: #5C616F !important;
}
.merydyan-accent-A700-bg {
  background-color: #2D323E !important;
}
.merydyan-accent-A700 {
  background-color: #2D323E !important;
  color: #FFFFFF !important;
}
.merydyan-accent-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.merydyan-accent-A700-fg {
  color: #2D323E !important;
}
.merydyan-accent-A700-border {
  border-color: #2D323E !important;
}
.merydyan-accent-A700-border-top {
  border-top-color: #2D323E !important;
}
.merydyan-accent-A700-border-right {
  border-right-color: #2D323E !important;
}
.merydyan-accent-A700-border-bottom {
  border-bottom-color: #2D323E !important;
}
.merydyan-accent-A700-border-left {
  border-left-color: #2D323E !important;
}
.merydyan-primary-50 i,
.merydyan-primary-50 .icon, .merydyan-primary-100 i,
.merydyan-primary-100 .icon, .merydyan-primary-200 i,
.merydyan-primary-200 .icon, .merydyan-primary-A100 i,
.merydyan-primary-A100 .icon, .merydyan-accent-50 i,
.merydyan-accent-50 .icon, .merydyan-accent-100 i,
.merydyan-accent-100 .icon, .merydyan-accent-200 i,
.merydyan-accent-200 .icon, .merydyan-accent-A100 i,
.merydyan-accent-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
.merydyan-primary-50.secondary-text,
.merydyan-primary-50 .secondary-text, .merydyan-primary-100.secondary-text,
.merydyan-primary-100 .secondary-text, .merydyan-primary-200.secondary-text,
.merydyan-primary-200 .secondary-text, .merydyan-primary-A100.secondary-text,
.merydyan-primary-A100 .secondary-text, .merydyan-accent-50.secondary-text,
.merydyan-accent-50 .secondary-text, .merydyan-accent-100.secondary-text,
.merydyan-accent-100 .secondary-text, .merydyan-accent-200.secondary-text,
.merydyan-accent-200 .secondary-text, .merydyan-accent-A100.secondary-text,
.merydyan-accent-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.merydyan-primary-50.hint-text,
.merydyan-primary-50 .hint-text, .merydyan-primary-50.disabled-text,
.merydyan-primary-50 .disabled-text, .merydyan-primary-100.hint-text,
.merydyan-primary-100 .hint-text, .merydyan-primary-100.disabled-text,
.merydyan-primary-100 .disabled-text, .merydyan-primary-200.hint-text,
.merydyan-primary-200 .hint-text, .merydyan-primary-200.disabled-text,
.merydyan-primary-200 .disabled-text, .merydyan-primary-A100.hint-text,
.merydyan-primary-A100 .hint-text, .merydyan-primary-A100.disabled-text,
.merydyan-primary-A100 .disabled-text, .merydyan-accent-50.hint-text,
.merydyan-accent-50 .hint-text, .merydyan-accent-50.disabled-text,
.merydyan-accent-50 .disabled-text, .merydyan-accent-100.hint-text,
.merydyan-accent-100 .hint-text, .merydyan-accent-100.disabled-text,
.merydyan-accent-100 .disabled-text, .merydyan-accent-200.hint-text,
.merydyan-accent-200 .hint-text, .merydyan-accent-200.disabled-text,
.merydyan-accent-200 .disabled-text, .merydyan-accent-A100.hint-text,
.merydyan-accent-A100 .hint-text, .merydyan-accent-A100.disabled-text,
.merydyan-accent-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.merydyan-primary-50.divider,
.merydyan-primary-50 .divider, .merydyan-primary-100.divider,
.merydyan-primary-100 .divider, .merydyan-primary-200.divider,
.merydyan-primary-200 .divider, .merydyan-primary-A100.divider,
.merydyan-primary-A100 .divider, .merydyan-accent-50.divider,
.merydyan-accent-50 .divider, .merydyan-accent-100.divider,
.merydyan-accent-100 .divider, .merydyan-accent-200.divider,
.merydyan-accent-200 .divider, .merydyan-accent-A100.divider,
.merydyan-accent-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.merydyan-primary-50 .mat-ripple-element, .merydyan-primary-100 .mat-ripple-element, .merydyan-primary-200 .mat-ripple-element, .merydyan-primary-A100 .mat-ripple-element, .merydyan-accent-50 .mat-ripple-element, .merydyan-accent-100 .mat-ripple-element, .merydyan-accent-200 .mat-ripple-element, .merydyan-accent-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.merydyan-primary-50 .adaptive-border-color, .merydyan-primary-100 .adaptive-border-color, .merydyan-primary-200 .adaptive-border-color, .merydyan-primary-A100 .adaptive-border-color, .merydyan-accent-50 .adaptive-border-color, .merydyan-accent-100 .adaptive-border-color, .merydyan-accent-200 .adaptive-border-color, .merydyan-accent-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
.merydyan-primary-300 i,
.merydyan-primary-300 .icon, .merydyan-primary-400 i,
.merydyan-primary-400 .icon, .merydyan-primary-500 i,
.merydyan-primary-500 .icon, .merydyan-primary i,
.merydyan-primary .icon, .merydyan-primary-600 i,
.merydyan-primary-600 .icon, .merydyan-primary-700 i,
.merydyan-primary-700 .icon, .merydyan-primary-800 i,
.merydyan-primary-800 .icon, .merydyan-primary-900 i,
.merydyan-primary-900 .icon, .merydyan-primary-A200 i,
.merydyan-primary-A200 .icon, .merydyan-primary-A400 i,
.merydyan-primary-A400 .icon, .merydyan-primary-A700 i,
.merydyan-primary-A700 .icon, .merydyan-accent-300 i,
.merydyan-accent-300 .icon, .merydyan-accent-400 i,
.merydyan-accent-400 .icon, .merydyan-accent-500 i,
.merydyan-accent-500 .icon, .merydyan-accent i,
.merydyan-accent .icon, .merydyan-accent-600 i,
.merydyan-accent-600 .icon, .merydyan-accent-700 i,
.merydyan-accent-700 .icon, .merydyan-accent-800 i,
.merydyan-accent-800 .icon, .merydyan-accent-900 i,
.merydyan-accent-900 .icon, .merydyan-accent-A200 i,
.merydyan-accent-A200 .icon, .merydyan-accent-A400 i,
.merydyan-accent-A400 .icon, .merydyan-accent-A700 i,
.merydyan-accent-A700 .icon {
  color: rgb(255, 255, 255);
}
.merydyan-primary-300.secondary-text,
.merydyan-primary-300 .secondary-text, .merydyan-primary-400.secondary-text,
.merydyan-primary-400 .secondary-text, .merydyan-primary-500.secondary-text,
.merydyan-primary-500 .secondary-text, .merydyan-primary.secondary-text,
.merydyan-primary .secondary-text, .merydyan-primary-600.secondary-text,
.merydyan-primary-600 .secondary-text, .merydyan-primary-700.secondary-text,
.merydyan-primary-700 .secondary-text, .merydyan-primary-800.secondary-text,
.merydyan-primary-800 .secondary-text, .merydyan-primary-900.secondary-text,
.merydyan-primary-900 .secondary-text, .merydyan-primary-A200.secondary-text,
.merydyan-primary-A200 .secondary-text, .merydyan-primary-A400.secondary-text,
.merydyan-primary-A400 .secondary-text, .merydyan-primary-A700.secondary-text,
.merydyan-primary-A700 .secondary-text, .merydyan-accent-300.secondary-text,
.merydyan-accent-300 .secondary-text, .merydyan-accent-400.secondary-text,
.merydyan-accent-400 .secondary-text, .merydyan-accent-500.secondary-text,
.merydyan-accent-500 .secondary-text, .merydyan-accent.secondary-text,
.merydyan-accent .secondary-text, .merydyan-accent-600.secondary-text,
.merydyan-accent-600 .secondary-text, .merydyan-accent-700.secondary-text,
.merydyan-accent-700 .secondary-text, .merydyan-accent-800.secondary-text,
.merydyan-accent-800 .secondary-text, .merydyan-accent-900.secondary-text,
.merydyan-accent-900 .secondary-text, .merydyan-accent-A200.secondary-text,
.merydyan-accent-A200 .secondary-text, .merydyan-accent-A400.secondary-text,
.merydyan-accent-A400 .secondary-text, .merydyan-accent-A700.secondary-text,
.merydyan-accent-A700 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.merydyan-primary-300.hint-text,
.merydyan-primary-300 .hint-text, .merydyan-primary-300.disabled-text,
.merydyan-primary-300 .disabled-text, .merydyan-primary-400.hint-text,
.merydyan-primary-400 .hint-text, .merydyan-primary-400.disabled-text,
.merydyan-primary-400 .disabled-text, .merydyan-primary-500.hint-text,
.merydyan-primary-500 .hint-text, .merydyan-primary-500.disabled-text,
.merydyan-primary-500 .disabled-text, .merydyan-primary.hint-text,
.merydyan-primary .hint-text, .merydyan-primary.disabled-text,
.merydyan-primary .disabled-text, .merydyan-primary-600.hint-text,
.merydyan-primary-600 .hint-text, .merydyan-primary-600.disabled-text,
.merydyan-primary-600 .disabled-text, .merydyan-primary-700.hint-text,
.merydyan-primary-700 .hint-text, .merydyan-primary-700.disabled-text,
.merydyan-primary-700 .disabled-text, .merydyan-primary-800.hint-text,
.merydyan-primary-800 .hint-text, .merydyan-primary-800.disabled-text,
.merydyan-primary-800 .disabled-text, .merydyan-primary-900.hint-text,
.merydyan-primary-900 .hint-text, .merydyan-primary-900.disabled-text,
.merydyan-primary-900 .disabled-text, .merydyan-primary-A200.hint-text,
.merydyan-primary-A200 .hint-text, .merydyan-primary-A200.disabled-text,
.merydyan-primary-A200 .disabled-text, .merydyan-primary-A400.hint-text,
.merydyan-primary-A400 .hint-text, .merydyan-primary-A400.disabled-text,
.merydyan-primary-A400 .disabled-text, .merydyan-primary-A700.hint-text,
.merydyan-primary-A700 .hint-text, .merydyan-primary-A700.disabled-text,
.merydyan-primary-A700 .disabled-text, .merydyan-accent-300.hint-text,
.merydyan-accent-300 .hint-text, .merydyan-accent-300.disabled-text,
.merydyan-accent-300 .disabled-text, .merydyan-accent-400.hint-text,
.merydyan-accent-400 .hint-text, .merydyan-accent-400.disabled-text,
.merydyan-accent-400 .disabled-text, .merydyan-accent-500.hint-text,
.merydyan-accent-500 .hint-text, .merydyan-accent-500.disabled-text,
.merydyan-accent-500 .disabled-text, .merydyan-accent.hint-text,
.merydyan-accent .hint-text, .merydyan-accent.disabled-text,
.merydyan-accent .disabled-text, .merydyan-accent-600.hint-text,
.merydyan-accent-600 .hint-text, .merydyan-accent-600.disabled-text,
.merydyan-accent-600 .disabled-text, .merydyan-accent-700.hint-text,
.merydyan-accent-700 .hint-text, .merydyan-accent-700.disabled-text,
.merydyan-accent-700 .disabled-text, .merydyan-accent-800.hint-text,
.merydyan-accent-800 .hint-text, .merydyan-accent-800.disabled-text,
.merydyan-accent-800 .disabled-text, .merydyan-accent-900.hint-text,
.merydyan-accent-900 .hint-text, .merydyan-accent-900.disabled-text,
.merydyan-accent-900 .disabled-text, .merydyan-accent-A200.hint-text,
.merydyan-accent-A200 .hint-text, .merydyan-accent-A200.disabled-text,
.merydyan-accent-A200 .disabled-text, .merydyan-accent-A400.hint-text,
.merydyan-accent-A400 .hint-text, .merydyan-accent-A400.disabled-text,
.merydyan-accent-A400 .disabled-text, .merydyan-accent-A700.hint-text,
.merydyan-accent-A700 .hint-text, .merydyan-accent-A700.disabled-text,
.merydyan-accent-A700 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.merydyan-primary-300.divider,
.merydyan-primary-300 .divider, .merydyan-primary-400.divider,
.merydyan-primary-400 .divider, .merydyan-primary-500.divider,
.merydyan-primary-500 .divider, .merydyan-primary.divider,
.merydyan-primary .divider, .merydyan-primary-600.divider,
.merydyan-primary-600 .divider, .merydyan-primary-700.divider,
.merydyan-primary-700 .divider, .merydyan-primary-800.divider,
.merydyan-primary-800 .divider, .merydyan-primary-900.divider,
.merydyan-primary-900 .divider, .merydyan-primary-A200.divider,
.merydyan-primary-A200 .divider, .merydyan-primary-A400.divider,
.merydyan-primary-A400 .divider, .merydyan-primary-A700.divider,
.merydyan-primary-A700 .divider, .merydyan-accent-300.divider,
.merydyan-accent-300 .divider, .merydyan-accent-400.divider,
.merydyan-accent-400 .divider, .merydyan-accent-500.divider,
.merydyan-accent-500 .divider, .merydyan-accent.divider,
.merydyan-accent .divider, .merydyan-accent-600.divider,
.merydyan-accent-600 .divider, .merydyan-accent-700.divider,
.merydyan-accent-700 .divider, .merydyan-accent-800.divider,
.merydyan-accent-800 .divider, .merydyan-accent-900.divider,
.merydyan-accent-900 .divider, .merydyan-accent-A200.divider,
.merydyan-accent-A200 .divider, .merydyan-accent-A400.divider,
.merydyan-accent-A400 .divider, .merydyan-accent-A700.divider,
.merydyan-accent-A700 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.merydyan-primary-300 .mat-ripple-element, .merydyan-primary-400 .mat-ripple-element, .merydyan-primary-500 .mat-ripple-element, .merydyan-primary .mat-ripple-element, .merydyan-primary-600 .mat-ripple-element, .merydyan-primary-700 .mat-ripple-element, .merydyan-primary-800 .mat-ripple-element, .merydyan-primary-900 .mat-ripple-element, .merydyan-primary-A200 .mat-ripple-element, .merydyan-primary-A400 .mat-ripple-element, .merydyan-primary-A700 .mat-ripple-element, .merydyan-accent-300 .mat-ripple-element, .merydyan-accent-400 .mat-ripple-element, .merydyan-accent-500 .mat-ripple-element, .merydyan-accent .mat-ripple-element, .merydyan-accent-600 .mat-ripple-element, .merydyan-accent-700 .mat-ripple-element, .merydyan-accent-800 .mat-ripple-element, .merydyan-accent-900 .mat-ripple-element, .merydyan-accent-A200 .mat-ripple-element, .merydyan-accent-A400 .mat-ripple-element, .merydyan-accent-A700 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.merydyan-primary-300 .adaptive-border-color, .merydyan-primary-400 .adaptive-border-color, .merydyan-primary-500 .adaptive-border-color, .merydyan-primary .adaptive-border-color, .merydyan-primary-600 .adaptive-border-color, .merydyan-primary-700 .adaptive-border-color, .merydyan-primary-800 .adaptive-border-color, .merydyan-primary-900 .adaptive-border-color, .merydyan-primary-A200 .adaptive-border-color, .merydyan-primary-A400 .adaptive-border-color, .merydyan-primary-A700 .adaptive-border-color, .merydyan-accent-300 .adaptive-border-color, .merydyan-accent-400 .adaptive-border-color, .merydyan-accent-500 .adaptive-border-color, .merydyan-accent .adaptive-border-color, .merydyan-accent-600 .adaptive-border-color, .merydyan-accent-700 .adaptive-border-color, .merydyan-accent-800 .adaptive-border-color, .merydyan-accent-900 .adaptive-border-color, .merydyan-accent-A200 .adaptive-border-color, .merydyan-accent-A400 .adaptive-border-color, .merydyan-accent-A700 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
.merydyan-primary-50 input[type=text], .merydyan-primary-100 input[type=text], .merydyan-primary-200 input[type=text], .merydyan-primary-A100 input[type=text], .merydyan-accent-50 input[type=text], .merydyan-accent-100 input[type=text], .merydyan-accent-200 input[type=text], .merydyan-accent-A100 input[type=text] {
  color: black;
}
.merydyan-primary-50 .mat-form-field-label, .merydyan-primary-100 .mat-form-field-label, .merydyan-primary-200 .mat-form-field-label, .merydyan-primary-A100 .mat-form-field-label, .merydyan-accent-50 .mat-form-field-label, .merydyan-accent-100 .mat-form-field-label, .merydyan-accent-200 .mat-form-field-label, .merydyan-accent-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.merydyan-primary-50 .mat-form-field-underline, .merydyan-primary-100 .mat-form-field-underline, .merydyan-primary-200 .mat-form-field-underline, .merydyan-primary-A100 .mat-form-field-underline, .merydyan-accent-50 .mat-form-field-underline, .merydyan-accent-100 .mat-form-field-underline, .merydyan-accent-200 .mat-form-field-underline, .merydyan-accent-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.merydyan-primary-50 .mat-select-trigger,
.merydyan-primary-50 .mat-select-arrow, .merydyan-primary-100 .mat-select-trigger,
.merydyan-primary-100 .mat-select-arrow, .merydyan-primary-200 .mat-select-trigger,
.merydyan-primary-200 .mat-select-arrow, .merydyan-primary-A100 .mat-select-trigger,
.merydyan-primary-A100 .mat-select-arrow, .merydyan-accent-50 .mat-select-trigger,
.merydyan-accent-50 .mat-select-arrow, .merydyan-accent-100 .mat-select-trigger,
.merydyan-accent-100 .mat-select-arrow, .merydyan-accent-200 .mat-select-trigger,
.merydyan-accent-200 .mat-select-arrow, .merydyan-accent-A100 .mat-select-trigger,
.merydyan-accent-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.merydyan-primary-50 .mat-select-underline, .merydyan-primary-100 .mat-select-underline, .merydyan-primary-200 .mat-select-underline, .merydyan-primary-A100 .mat-select-underline, .merydyan-accent-50 .mat-select-underline, .merydyan-accent-100 .mat-select-underline, .merydyan-accent-200 .mat-select-underline, .merydyan-accent-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.merydyan-primary-50 .mat-select-disabled .mat-select-value,
.merydyan-primary-50 .mat-select-arrow,
.merydyan-primary-50 .mat-select-trigger, .merydyan-primary-100 .mat-select-disabled .mat-select-value,
.merydyan-primary-100 .mat-select-arrow,
.merydyan-primary-100 .mat-select-trigger, .merydyan-primary-200 .mat-select-disabled .mat-select-value,
.merydyan-primary-200 .mat-select-arrow,
.merydyan-primary-200 .mat-select-trigger, .merydyan-primary-A100 .mat-select-disabled .mat-select-value,
.merydyan-primary-A100 .mat-select-arrow,
.merydyan-primary-A100 .mat-select-trigger, .merydyan-accent-50 .mat-select-disabled .mat-select-value,
.merydyan-accent-50 .mat-select-arrow,
.merydyan-accent-50 .mat-select-trigger, .merydyan-accent-100 .mat-select-disabled .mat-select-value,
.merydyan-accent-100 .mat-select-arrow,
.merydyan-accent-100 .mat-select-trigger, .merydyan-accent-200 .mat-select-disabled .mat-select-value,
.merydyan-accent-200 .mat-select-arrow,
.merydyan-accent-200 .mat-select-trigger, .merydyan-accent-A100 .mat-select-disabled .mat-select-value,
.merydyan-accent-A100 .mat-select-arrow,
.merydyan-accent-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.merydyan-primary-300 input[type=text], .merydyan-primary-400 input[type=text], .merydyan-primary-500 input[type=text], .merydyan-primary input[type=text], .merydyan-primary-600 input[type=text], .merydyan-primary-700 input[type=text], .merydyan-primary-800 input[type=text], .merydyan-primary-900 input[type=text], .merydyan-primary-A200 input[type=text], .merydyan-primary-A400 input[type=text], .merydyan-primary-A700 input[type=text], .merydyan-accent-300 input[type=text], .merydyan-accent-400 input[type=text], .merydyan-accent-500 input[type=text], .merydyan-accent input[type=text], .merydyan-accent-600 input[type=text], .merydyan-accent-700 input[type=text], .merydyan-accent-800 input[type=text], .merydyan-accent-900 input[type=text], .merydyan-accent-A200 input[type=text], .merydyan-accent-A400 input[type=text], .merydyan-accent-A700 input[type=text] {
  color: white;
}
.merydyan-primary-300 .mat-form-field-label, .merydyan-primary-400 .mat-form-field-label, .merydyan-primary-500 .mat-form-field-label, .merydyan-primary .mat-form-field-label, .merydyan-primary-600 .mat-form-field-label, .merydyan-primary-700 .mat-form-field-label, .merydyan-primary-800 .mat-form-field-label, .merydyan-primary-900 .mat-form-field-label, .merydyan-primary-A200 .mat-form-field-label, .merydyan-primary-A400 .mat-form-field-label, .merydyan-primary-A700 .mat-form-field-label, .merydyan-accent-300 .mat-form-field-label, .merydyan-accent-400 .mat-form-field-label, .merydyan-accent-500 .mat-form-field-label, .merydyan-accent .mat-form-field-label, .merydyan-accent-600 .mat-form-field-label, .merydyan-accent-700 .mat-form-field-label, .merydyan-accent-800 .mat-form-field-label, .merydyan-accent-900 .mat-form-field-label, .merydyan-accent-A200 .mat-form-field-label, .merydyan-accent-A400 .mat-form-field-label, .merydyan-accent-A700 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.merydyan-primary-300 .mat-form-field-underline, .merydyan-primary-400 .mat-form-field-underline, .merydyan-primary-500 .mat-form-field-underline, .merydyan-primary .mat-form-field-underline, .merydyan-primary-600 .mat-form-field-underline, .merydyan-primary-700 .mat-form-field-underline, .merydyan-primary-800 .mat-form-field-underline, .merydyan-primary-900 .mat-form-field-underline, .merydyan-primary-A200 .mat-form-field-underline, .merydyan-primary-A400 .mat-form-field-underline, .merydyan-primary-A700 .mat-form-field-underline, .merydyan-accent-300 .mat-form-field-underline, .merydyan-accent-400 .mat-form-field-underline, .merydyan-accent-500 .mat-form-field-underline, .merydyan-accent .mat-form-field-underline, .merydyan-accent-600 .mat-form-field-underline, .merydyan-accent-700 .mat-form-field-underline, .merydyan-accent-800 .mat-form-field-underline, .merydyan-accent-900 .mat-form-field-underline, .merydyan-accent-A200 .mat-form-field-underline, .merydyan-accent-A400 .mat-form-field-underline, .merydyan-accent-A700 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.merydyan-primary-300 .mat-select-trigger,
.merydyan-primary-300 .mat-select-arrow, .merydyan-primary-400 .mat-select-trigger,
.merydyan-primary-400 .mat-select-arrow, .merydyan-primary-500 .mat-select-trigger,
.merydyan-primary-500 .mat-select-arrow, .merydyan-primary .mat-select-trigger,
.merydyan-primary .mat-select-arrow, .merydyan-primary-600 .mat-select-trigger,
.merydyan-primary-600 .mat-select-arrow, .merydyan-primary-700 .mat-select-trigger,
.merydyan-primary-700 .mat-select-arrow, .merydyan-primary-800 .mat-select-trigger,
.merydyan-primary-800 .mat-select-arrow, .merydyan-primary-900 .mat-select-trigger,
.merydyan-primary-900 .mat-select-arrow, .merydyan-primary-A200 .mat-select-trigger,
.merydyan-primary-A200 .mat-select-arrow, .merydyan-primary-A400 .mat-select-trigger,
.merydyan-primary-A400 .mat-select-arrow, .merydyan-primary-A700 .mat-select-trigger,
.merydyan-primary-A700 .mat-select-arrow, .merydyan-accent-300 .mat-select-trigger,
.merydyan-accent-300 .mat-select-arrow, .merydyan-accent-400 .mat-select-trigger,
.merydyan-accent-400 .mat-select-arrow, .merydyan-accent-500 .mat-select-trigger,
.merydyan-accent-500 .mat-select-arrow, .merydyan-accent .mat-select-trigger,
.merydyan-accent .mat-select-arrow, .merydyan-accent-600 .mat-select-trigger,
.merydyan-accent-600 .mat-select-arrow, .merydyan-accent-700 .mat-select-trigger,
.merydyan-accent-700 .mat-select-arrow, .merydyan-accent-800 .mat-select-trigger,
.merydyan-accent-800 .mat-select-arrow, .merydyan-accent-900 .mat-select-trigger,
.merydyan-accent-900 .mat-select-arrow, .merydyan-accent-A200 .mat-select-trigger,
.merydyan-accent-A200 .mat-select-arrow, .merydyan-accent-A400 .mat-select-trigger,
.merydyan-accent-A400 .mat-select-arrow, .merydyan-accent-A700 .mat-select-trigger,
.merydyan-accent-A700 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.merydyan-primary-300 .mat-select-underline, .merydyan-primary-400 .mat-select-underline, .merydyan-primary-500 .mat-select-underline, .merydyan-primary .mat-select-underline, .merydyan-primary-600 .mat-select-underline, .merydyan-primary-700 .mat-select-underline, .merydyan-primary-800 .mat-select-underline, .merydyan-primary-900 .mat-select-underline, .merydyan-primary-A200 .mat-select-underline, .merydyan-primary-A400 .mat-select-underline, .merydyan-primary-A700 .mat-select-underline, .merydyan-accent-300 .mat-select-underline, .merydyan-accent-400 .mat-select-underline, .merydyan-accent-500 .mat-select-underline, .merydyan-accent .mat-select-underline, .merydyan-accent-600 .mat-select-underline, .merydyan-accent-700 .mat-select-underline, .merydyan-accent-800 .mat-select-underline, .merydyan-accent-900 .mat-select-underline, .merydyan-accent-A200 .mat-select-underline, .merydyan-accent-A400 .mat-select-underline, .merydyan-accent-A700 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.merydyan-primary-300 .mat-select-disabled .mat-select-value,
.merydyan-primary-300 .mat-select-arrow,
.merydyan-primary-300 .mat-select-trigger, .merydyan-primary-400 .mat-select-disabled .mat-select-value,
.merydyan-primary-400 .mat-select-arrow,
.merydyan-primary-400 .mat-select-trigger, .merydyan-primary-500 .mat-select-disabled .mat-select-value,
.merydyan-primary-500 .mat-select-arrow,
.merydyan-primary-500 .mat-select-trigger, .merydyan-primary .mat-select-disabled .mat-select-value,
.merydyan-primary .mat-select-arrow,
.merydyan-primary .mat-select-trigger, .merydyan-primary-600 .mat-select-disabled .mat-select-value,
.merydyan-primary-600 .mat-select-arrow,
.merydyan-primary-600 .mat-select-trigger, .merydyan-primary-700 .mat-select-disabled .mat-select-value,
.merydyan-primary-700 .mat-select-arrow,
.merydyan-primary-700 .mat-select-trigger, .merydyan-primary-800 .mat-select-disabled .mat-select-value,
.merydyan-primary-800 .mat-select-arrow,
.merydyan-primary-800 .mat-select-trigger, .merydyan-primary-900 .mat-select-disabled .mat-select-value,
.merydyan-primary-900 .mat-select-arrow,
.merydyan-primary-900 .mat-select-trigger, .merydyan-primary-A200 .mat-select-disabled .mat-select-value,
.merydyan-primary-A200 .mat-select-arrow,
.merydyan-primary-A200 .mat-select-trigger, .merydyan-primary-A400 .mat-select-disabled .mat-select-value,
.merydyan-primary-A400 .mat-select-arrow,
.merydyan-primary-A400 .mat-select-trigger, .merydyan-primary-A700 .mat-select-disabled .mat-select-value,
.merydyan-primary-A700 .mat-select-arrow,
.merydyan-primary-A700 .mat-select-trigger, .merydyan-accent-300 .mat-select-disabled .mat-select-value,
.merydyan-accent-300 .mat-select-arrow,
.merydyan-accent-300 .mat-select-trigger, .merydyan-accent-400 .mat-select-disabled .mat-select-value,
.merydyan-accent-400 .mat-select-arrow,
.merydyan-accent-400 .mat-select-trigger, .merydyan-accent-500 .mat-select-disabled .mat-select-value,
.merydyan-accent-500 .mat-select-arrow,
.merydyan-accent-500 .mat-select-trigger, .merydyan-accent .mat-select-disabled .mat-select-value,
.merydyan-accent .mat-select-arrow,
.merydyan-accent .mat-select-trigger, .merydyan-accent-600 .mat-select-disabled .mat-select-value,
.merydyan-accent-600 .mat-select-arrow,
.merydyan-accent-600 .mat-select-trigger, .merydyan-accent-700 .mat-select-disabled .mat-select-value,
.merydyan-accent-700 .mat-select-arrow,
.merydyan-accent-700 .mat-select-trigger, .merydyan-accent-800 .mat-select-disabled .mat-select-value,
.merydyan-accent-800 .mat-select-arrow,
.merydyan-accent-800 .mat-select-trigger, .merydyan-accent-900 .mat-select-disabled .mat-select-value,
.merydyan-accent-900 .mat-select-arrow,
.merydyan-accent-900 .mat-select-trigger, .merydyan-accent-A200 .mat-select-disabled .mat-select-value,
.merydyan-accent-A200 .mat-select-arrow,
.merydyan-accent-A200 .mat-select-trigger, .merydyan-accent-A400 .mat-select-disabled .mat-select-value,
.merydyan-accent-A400 .mat-select-arrow,
.merydyan-accent-A400 .mat-select-trigger, .merydyan-accent-A700 .mat-select-disabled .mat-select-value,
.merydyan-accent-A700 .mat-select-arrow,
.merydyan-accent-A700 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.merydyan-primary-300 .mat-select-value, .merydyan-primary-400 .mat-select-value, .merydyan-primary-500 .mat-select-value, .merydyan-primary .mat-select-value, .merydyan-primary-600 .mat-select-value, .merydyan-primary-700 .mat-select-value, .merydyan-primary-800 .mat-select-value, .merydyan-primary-900 .mat-select-value, .merydyan-primary-A200 .mat-select-value, .merydyan-primary-A400 .mat-select-value, .merydyan-primary-A700 .mat-select-value, .merydyan-accent-300 .mat-select-value, .merydyan-accent-400 .mat-select-value, .merydyan-accent-500 .mat-select-value, .merydyan-accent .mat-select-value, .merydyan-accent-600 .mat-select-value, .merydyan-accent-700 .mat-select-value, .merydyan-accent-800 .mat-select-value, .merydyan-accent-900 .mat-select-value, .merydyan-accent-A200 .mat-select-value, .merydyan-accent-A400 .mat-select-value, .merydyan-accent-A700 .mat-select-value {
  color: white;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 600 20px / 32px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Muli, Helvetica Neue, Arial, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Muli, Helvetica Neue, Arial, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 600 14px / 24px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.mat-button-toggle {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-card {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 600;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 600;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 600;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 600;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 600 20px / 32px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font: 400 16px / 1.125 Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.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.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-select {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 600;
}
.mat-tab-group {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 600 20px / 32px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-list-option {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.mat-option {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 600 14px / 24px Muli, Helvetica Neue, Arial, sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}
.mat-tree {
  font-family: Muli, Helvetica Neue, Arial, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
body.theme-default .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-option:hover:not(.mat-option-disabled), body.theme-default .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #45515a;
}
body.theme-default .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #209e91;
}
body.theme-default .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-default .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.theme-default .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.theme-default .mat-primary .mat-pseudo-checkbox-checked,
body.theme-default .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #45515a;
}
body.theme-default .mat-pseudo-checkbox-checked,
body.theme-default .mat-pseudo-checkbox-indeterminate,
body.theme-default .mat-accent .mat-pseudo-checkbox-checked,
body.theme-default .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #209e91;
}
body.theme-default .mat-warn .mat-pseudo-checkbox-checked,
body.theme-default .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-default .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-default .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.theme-default .mat-app-background, body.theme-default.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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);
}
body.theme-default .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;
}
body.theme-default .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.theme-default .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-badge {
  position: relative;
}
body.theme-default .mat-badge.mat-badge {
  overflow: visible;
}
body.theme-default .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-default .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-default .ng-animate-disabled .mat-badge-content,
body.theme-default .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-default .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-default .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-default .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-default .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-default .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-default .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-default .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-default .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-default .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-default .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-default .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-default .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-default .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-default .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-default .mat-badge-content {
  color: white;
  background: #45515a;
}
.cdk-high-contrast-active body.theme-default .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-default .mat-badge-accent .mat-badge-content {
  background: #209e91;
  color: white;
}
body.theme-default .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-default .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-bottom-sheet-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-button, body.theme-default .mat-icon-button, body.theme-default .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-default .mat-button.mat-primary, body.theme-default .mat-icon-button.mat-primary, body.theme-default .mat-stroked-button.mat-primary {
  color: #45515a;
}
body.theme-default .mat-button.mat-accent, body.theme-default .mat-icon-button.mat-accent, body.theme-default .mat-stroked-button.mat-accent {
  color: #209e91;
}
body.theme-default .mat-button.mat-warn, body.theme-default .mat-icon-button.mat-warn, body.theme-default .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-default .mat-button.mat-primary.mat-button-disabled, body.theme-default .mat-button.mat-accent.mat-button-disabled, body.theme-default .mat-button.mat-warn.mat-button-disabled, body.theme-default .mat-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-icon-button.mat-primary.mat-button-disabled, body.theme-default .mat-icon-button.mat-accent.mat-button-disabled, body.theme-default .mat-icon-button.mat-warn.mat-button-disabled, body.theme-default .mat-icon-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-stroked-button.mat-primary.mat-button-disabled, body.theme-default .mat-stroked-button.mat-accent.mat-button-disabled, body.theme-default .mat-stroked-button.mat-warn.mat-button-disabled, body.theme-default .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-button.mat-primary .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #45515a;
}
body.theme-default .mat-button.mat-accent .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #209e91;
}
body.theme-default .mat-button.mat-warn .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-default .mat-button.mat-button-disabled .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-default .mat-button .mat-ripple-element, body.theme-default .mat-icon-button .mat-ripple-element, body.theme-default .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-default .mat-button-focus-overlay {
  background: black;
}
body.theme-default .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-flat-button, body.theme-default .mat-raised-button, body.theme-default .mat-fab, body.theme-default .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.theme-default .mat-flat-button.mat-primary, body.theme-default .mat-raised-button.mat-primary, body.theme-default .mat-fab.mat-primary, body.theme-default .mat-mini-fab.mat-primary {
  color: white;
}
body.theme-default .mat-flat-button.mat-accent, body.theme-default .mat-raised-button.mat-accent, body.theme-default .mat-fab.mat-accent, body.theme-default .mat-mini-fab.mat-accent {
  color: white;
}
body.theme-default .mat-flat-button.mat-warn, body.theme-default .mat-raised-button.mat-warn, body.theme-default .mat-fab.mat-warn, body.theme-default .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-default .mat-flat-button.mat-primary.mat-button-disabled, body.theme-default .mat-flat-button.mat-accent.mat-button-disabled, body.theme-default .mat-flat-button.mat-warn.mat-button-disabled, body.theme-default .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-raised-button.mat-primary.mat-button-disabled, body.theme-default .mat-raised-button.mat-accent.mat-button-disabled, body.theme-default .mat-raised-button.mat-warn.mat-button-disabled, body.theme-default .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-fab.mat-primary.mat-button-disabled, body.theme-default .mat-fab.mat-accent.mat-button-disabled, body.theme-default .mat-fab.mat-warn.mat-button-disabled, body.theme-default .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-default .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-default .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-default .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-default .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-flat-button.mat-primary, body.theme-default .mat-raised-button.mat-primary, body.theme-default .mat-fab.mat-primary, body.theme-default .mat-mini-fab.mat-primary {
  background-color: #45515a;
}
body.theme-default .mat-flat-button.mat-accent, body.theme-default .mat-raised-button.mat-accent, body.theme-default .mat-fab.mat-accent, body.theme-default .mat-mini-fab.mat-accent {
  background-color: #209e91;
}
body.theme-default .mat-flat-button.mat-warn, body.theme-default .mat-raised-button.mat-warn, body.theme-default .mat-fab.mat-warn, body.theme-default .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-default .mat-flat-button.mat-primary.mat-button-disabled, body.theme-default .mat-flat-button.mat-accent.mat-button-disabled, body.theme-default .mat-flat-button.mat-warn.mat-button-disabled, body.theme-default .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-raised-button.mat-primary.mat-button-disabled, body.theme-default .mat-raised-button.mat-accent.mat-button-disabled, body.theme-default .mat-raised-button.mat-warn.mat-button-disabled, body.theme-default .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-default .mat-fab.mat-primary.mat-button-disabled, body.theme-default .mat-fab.mat-accent.mat-button-disabled, body.theme-default .mat-fab.mat-warn.mat-button-disabled, body.theme-default .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-default .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-default .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-default .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-default .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-flat-button.mat-primary .mat-ripple-element, body.theme-default .mat-raised-button.mat-primary .mat-ripple-element, body.theme-default .mat-fab.mat-primary .mat-ripple-element, body.theme-default .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-flat-button.mat-accent .mat-ripple-element, body.theme-default .mat-raised-button.mat-accent .mat-ripple-element, body.theme-default .mat-fab.mat-accent .mat-ripple-element, body.theme-default .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-flat-button.mat-warn .mat-ripple-element, body.theme-default .mat-raised-button.mat-warn .mat-ripple-element, body.theme-default .mat-fab.mat-warn .mat-ripple-element, body.theme-default .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-default .mat-flat-button:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-raised-button:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-fab:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.theme-default .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.theme-default .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.theme-default .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.theme-default .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.theme-default .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
body.theme-default [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
body.theme-default .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
body.theme-default .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.theme-default .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.theme-default .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.theme-default .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-default .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body.theme-default .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-card:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.theme-default .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.theme-default .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.theme-default .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #45515a;
}
body.theme-default .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #209e91;
}
body.theme-default .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-default .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-default .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.theme-default .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.theme-default .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #45515a;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #209e91;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-default .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  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);
}
body.theme-default .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip::after {
  background: black;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #45515a;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #209e91;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-table {
  background: white;
}
body.theme-default .mat-table thead, body.theme-default .mat-table tbody, body.theme-default .mat-table tfoot,
body.theme-default mat-header-row, body.theme-default mat-row, body.theme-default mat-footer-row,
body.theme-default [mat-header-row], body.theme-default [mat-row], body.theme-default [mat-footer-row],
body.theme-default .mat-table-sticky {
  background: inherit;
}
body.theme-default mat-row, body.theme-default mat-header-row, body.theme-default mat-footer-row,
body.theme-default th.mat-header-cell, body.theme-default td.mat-cell, body.theme-default td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-cell, body.theme-default .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-datepicker-toggle,
body.theme-default .mat-datepicker-content .mat-calendar-next-button,
body.theme-default .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-calendar-table-header,
body.theme-default .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-calendar-body-cell-content,
body.theme-default .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body.theme-default .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.theme-default .mat-calendar-body-in-range::before {
  background: rgba(69, 81, 90, 0.2);
}
body.theme-default .mat-calendar-body-comparison-identical,
body.theme-default .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-default .mat-calendar-body-comparison-bridge-start::before,
body.theme-default [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(69, 81, 90, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-calendar-body-comparison-bridge-end::before,
body.theme-default [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(69, 81, 90, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-default .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-default .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-default .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-default .mat-calendar-body-selected {
  background-color: #45515a;
  color: white;
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(69, 81, 90, 0.4);
}
body.theme-default .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-default .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(69, 81, 90, 0.3);
}
@media (hover: hover) {
  body.theme-default .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(69, 81, 90, 0.3);
  }
}
body.theme-default .mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(32, 158, 145, 0.2);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.theme-default .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(32, 158, 145, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.theme-default .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(32, 158, 145, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #209e91;
  color: white;
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(32, 158, 145, 0.4);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-default .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(32, 158, 145, 0.3);
}
@media (hover: hover) {
  body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(32, 158, 145, 0.3);
  }
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.theme-default .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.theme-default .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-default .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
body.theme-default .mat-datepicker-content-touch {
  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);
}
body.theme-default .mat-datepicker-toggle-active {
  color: #45515a;
}
body.theme-default .mat-datepicker-toggle-active.mat-accent {
  color: #209e91;
}
body.theme-default .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-default .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-dialog-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-default .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-default .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-default .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.theme-default .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-expansion-panel-header-description,
body.theme-default .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-default .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body.theme-default .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label {
  color: #45515a;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #209e91;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-default .mat-focused .mat-form-field-required-marker {
  color: #209e91;
}
body.theme-default .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #45515a;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #209e91;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #45515a;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #209e91;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-default .mat-error {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-default .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-default .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.theme-default .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-default .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #45515a;
}
body.theme-default .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #209e91;
}
body.theme-default .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.theme-default .mat-icon.mat-primary {
  color: #45515a;
}
body.theme-default .mat-icon.mat-accent {
  color: #209e91;
}
body.theme-default .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-input-element:disabled,
body.theme-default .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-input-element {
  caret-color: #45515a;
}
body.theme-default .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field.mat-accent .mat-input-element {
  caret-color: #209e91;
}
body.theme-default .mat-form-field.mat-warn .mat-input-element,
body.theme-default .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-default .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-list-option:hover, body.theme-default .mat-list-option:focus,
body.theme-default .mat-nav-list .mat-list-item:hover,
body.theme-default .mat-nav-list .mat-list-item:focus,
body.theme-default .mat-action-list .mat-list-item:hover,
body.theme-default .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-list-single-selected-option, body.theme-default .mat-list-single-selected-option:hover, body.theme-default .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-menu-panel {
  background: white;
}
body.theme-default .mat-menu-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-menu-item[disabled],
body.theme-default .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.theme-default .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-menu-item .mat-icon-no-color,
body.theme-default .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-menu-item:hover:not([disabled]),
body.theme-default .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-default .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-default .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-paginator {
  background: white;
}
body.theme-default .mat-paginator,
body.theme-default .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-paginator-decrement,
body.theme-default .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-paginator-first,
body.theme-default .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-default .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-default .mat-icon-button[disabled] .mat-paginator-first,
body.theme-default .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
body.theme-default .mat-progress-bar-background {
  fill: #cdd0d2;
}
body.theme-default .mat-progress-bar-buffer {
  background-color: #cdd0d2;
}
body.theme-default .mat-progress-bar-fill::after {
  background-color: #45515a;
}
body.theme-default .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c4e3e0;
}
body.theme-default .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c4e3e0;
}
body.theme-default .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #209e91;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-default .mat-progress-spinner circle, body.theme-default .mat-spinner circle {
  stroke: #45515a;
}
body.theme-default .mat-progress-spinner.mat-accent circle, body.theme-default .mat-spinner.mat-accent circle {
  stroke: #209e91;
}
body.theme-default .mat-progress-spinner.mat-warn circle, body.theme-default .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-default .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #45515a;
}
body.theme-default .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #45515a;
}
body.theme-default .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #209e91;
}
body.theme-default .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #209e91;
}
body.theme-default .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-default .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-default .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-select-panel {
  background: white;
}
body.theme-default .mat-select-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-default .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #45515a;
}
body.theme-default .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #209e91;
}
body.theme-default .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-default .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-default .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.theme-default .mat-drawer:not(.mat-drawer-side) {
  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);
}
body.theme-default .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-default [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-default [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #209e91;
}
body.theme-default .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(32, 158, 145, 0.54);
}
body.theme-default .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #209e91;
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #45515a;
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(69, 81, 90, 0.54);
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #45515a;
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-default .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
body.theme-default .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider.mat-primary .mat-slider-track-fill,
body.theme-default .mat-slider.mat-primary .mat-slider-thumb,
body.theme-default .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #45515a;
}
body.theme-default .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(69, 81, 90, 0.2);
}
body.theme-default .mat-slider.mat-accent .mat-slider-track-fill,
body.theme-default .mat-slider.mat-accent .mat-slider-thumb,
body.theme-default .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #209e91;
}
body.theme-default .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(32, 158, 145, 0.2);
}
body.theme-default .mat-slider.mat-warn .mat-slider-track-fill,
body.theme-default .mat-slider.mat-warn .mat-slider-thumb,
body.theme-default .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-default .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
body.theme-default .mat-slider:hover .mat-slider-track-background,
body.theme-default .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.theme-default .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.theme-default .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-default .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-default .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.theme-default .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-default .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-default .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.theme-default .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-default .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-default .mat-step-header.cdk-keyboard-focused, body.theme-default .mat-step-header.cdk-program-focused, body.theme-default .mat-step-header:hover:not([aria-disabled]), body.theme-default .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.theme-default .mat-step-header:hover {
    background: none;
  }
}
body.theme-default .mat-step-header .mat-step-label,
body.theme-default .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body.theme-default .mat-step-header .mat-step-icon-selected,
body.theme-default .mat-step-header .mat-step-icon-state-done,
body.theme-default .mat-step-header .mat-step-icon-state-edit {
  background-color: #45515a;
  color: white;
}
body.theme-default .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
body.theme-default .mat-step-header.mat-accent .mat-step-icon-selected,
body.theme-default .mat-step-header.mat-accent .mat-step-icon-state-done,
body.theme-default .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #209e91;
  color: white;
}
body.theme-default .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
body.theme-default .mat-step-header.mat-warn .mat-step-icon-selected,
body.theme-default .mat-step-header.mat-warn .mat-step-icon-state-done,
body.theme-default .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
body.theme-default .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-default .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-default .mat-stepper-horizontal, body.theme-default .mat-stepper-vertical {
  background-color: white;
}
body.theme-default .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-horizontal-stepper-header::before,
body.theme-default .mat-horizontal-stepper-header::after,
body.theme-default .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body.theme-default .mat-sort-header-arrow {
  color: #757575;
}
body.theme-default .mat-tab-nav-bar,
body.theme-default .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-default .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.theme-default .mat-tab-label, body.theme-default .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.theme-default .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-default .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(48, 62, 72, 0.3);
}
body.theme-default .mat-tab-group.mat-primary .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #45515a;
}
body.theme-default .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(30, 144, 132, 0.3);
}
body.theme-default .mat-tab-group.mat-accent .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #209e91;
}
body.theme-default .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-default .mat-tab-group.mat-warn .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-default .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(48, 62, 72, 0.3);
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header, body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #45515a;
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(30, 144, 132, 0.3);
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header, body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #209e91;
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header, body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-default .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.theme-default .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-toolbar.mat-primary {
  background: #45515a;
  color: white;
}
body.theme-default .mat-toolbar.mat-accent {
  background: #209e91;
  color: white;
}
body.theme-default .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-default .mat-toolbar .mat-form-field-underline,
body.theme-default .mat-toolbar .mat-form-field-ripple,
body.theme-default .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-default .mat-toolbar .mat-form-field-label,
body.theme-default .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-default .mat-toolbar .mat-select-value,
body.theme-default .mat-toolbar .mat-select-arrow,
body.theme-default .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-default .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
body.theme-default .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-default .mat-tree {
  background: white;
}
body.theme-default .mat-tree-node,
body.theme-default .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
body.theme-default .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  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);
}
body.theme-default .mat-simple-snackbar-action {
  color: #209e91;
}
body.theme-default {
  color: rgba(0, 0, 0, 0.87);
  background: #F5F5F5;
}
body.theme-default .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .icon,
body.theme-default i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .fade-text,
body.theme-default .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .form-wrapper {
  background-color: white;
}
body.theme-default .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .simple-pagination {
  background: white;
}
body.theme-default .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .price-tables .price-table {
  background: white;
}
body.theme-default .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-table-container {
  background: white;
}
body.theme-default table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card, body.theme-default .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card > .toolbar, body.theme-default .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.simple.left-sidebar > .center > .content, body.theme-default .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-default .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, body.theme-default .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-default a {
  color: #209e91;
}
body.theme-default code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-default .changelog .entry {
  background-color: white;
}
body.theme-default .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-search-bar.expanded {
  background-color: #209e91;
}
body.theme-default ::-moz-placeholder {
  color: #94cec9;
  opacity: 1;
}
body.theme-default ::placeholder {
  color: #94cec9;
  opacity: 1;
}
body.theme-default ::-ms-input-placeholder {
  color: #94cec9;
}
body.theme-default #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-default fuse-sidebar {
  background: #fafafa;
}
body.theme-default .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-default fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-default fuse-widget > .fuse-widget-front,
body.theme-default fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-footer {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #209e91;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #209e91;
  color: #FFFFFF;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-default chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #45515A;
  color: white;
}
body.theme-default chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E0E0E0;
}
body.theme-default chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-default toolbar .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50-bg {
  background-color: #ECECEE !important;
}
body.theme-default .primary-50 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-50-fg {
  color: #ECECEE !important;
}
body.theme-default .primary-50-border {
  border-color: #ECECEE !important;
}
body.theme-default .primary-50-border-top {
  border-top-color: #ECECEE !important;
}
body.theme-default .primary-50-border-right {
  border-right-color: #ECECEE !important;
}
body.theme-default .primary-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
body.theme-default .primary-50-border-left {
  border-left-color: #ECECEE !important;
}
body.theme-default .primary-100-bg {
  background-color: #ECECEE !important;
}
body.theme-default .primary-100 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .primary-100[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-100-fg {
  color: #ECECEE !important;
}
body.theme-default .primary-100-border {
  border-color: #ECECEE !important;
}
body.theme-default .primary-100-border-top {
  border-top-color: #ECECEE !important;
}
body.theme-default .primary-100-border-right {
  border-right-color: #ECECEE !important;
}
body.theme-default .primary-100-border-bottom {
  border-bottom-color: #ECECEE !important;
}
body.theme-default .primary-100-border-left {
  border-left-color: #ECECEE !important;
}
body.theme-default .primary-200-bg {
  background-color: #6E787F !important;
}
body.theme-default .primary-200 {
  background-color: #6E787F !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .primary-200[disabled] {
  background-color: rgba(110, 120, 127, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-200-fg {
  color: #6E787F !important;
}
body.theme-default .primary-200-border {
  border-color: #6E787F !important;
}
body.theme-default .primary-200-border-top {
  border-top-color: #6E787F !important;
}
body.theme-default .primary-200-border-right {
  border-right-color: #6E787F !important;
}
body.theme-default .primary-200-border-bottom {
  border-bottom-color: #6E787F !important;
}
body.theme-default .primary-200-border-left {
  border-left-color: #6E787F !important;
}
body.theme-default .primary-300-bg {
  background-color: #59646C !important;
}
body.theme-default .primary-300 {
  background-color: #59646C !important;
  color: white !important;
}
body.theme-default .primary-300[disabled] {
  background-color: rgba(89, 100, 108, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-300-fg {
  color: #59646C !important;
}
body.theme-default .primary-300-border {
  border-color: #59646C !important;
}
body.theme-default .primary-300-border-top {
  border-top-color: #59646C !important;
}
body.theme-default .primary-300-border-right {
  border-right-color: #59646C !important;
}
body.theme-default .primary-300-border-bottom {
  border-bottom-color: #59646C !important;
}
body.theme-default .primary-300-border-left {
  border-left-color: #59646C !important;
}
body.theme-default .primary-400-bg {
  background-color: #45515A !important;
}
body.theme-default .primary-400 {
  background-color: #45515A !important;
  color: white !important;
}
body.theme-default .primary-400[disabled] {
  background-color: rgba(69, 81, 90, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-400-fg {
  color: #45515A !important;
}
body.theme-default .primary-400-border {
  border-color: #45515A !important;
}
body.theme-default .primary-400-border-top {
  border-top-color: #45515A !important;
}
body.theme-default .primary-400-border-right {
  border-right-color: #45515A !important;
}
body.theme-default .primary-400-border-bottom {
  border-bottom-color: #45515A !important;
}
body.theme-default .primary-400-border-left {
  border-left-color: #45515A !important;
}
body.theme-default .primary-500-bg {
  background-color: #303E48 !important;
}
body.theme-default .primary-500 {
  background-color: #303E48 !important;
  color: white !important;
}
body.theme-default .primary-500[disabled] {
  background-color: rgba(48, 62, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-500-fg {
  color: #303E48 !important;
}
body.theme-default .primary-500-border {
  border-color: #303E48 !important;
}
body.theme-default .primary-500-border-top {
  border-top-color: #303E48 !important;
}
body.theme-default .primary-500-border-right {
  border-right-color: #303E48 !important;
}
body.theme-default .primary-500-border-bottom {
  border-bottom-color: #303E48 !important;
}
body.theme-default .primary-500-border-left {
  border-left-color: #303E48 !important;
}
body.theme-default .primary-600-bg {
  background-color: #1C2B36 !important;
}
body.theme-default .primary-600 {
  background-color: #1C2B36 !important;
  color: white !important;
}
body.theme-default .primary-600[disabled] {
  background-color: rgba(28, 43, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-600-fg {
  color: #1C2B36 !important;
}
body.theme-default .primary-600-border {
  border-color: #1C2B36 !important;
}
body.theme-default .primary-600-border-top {
  border-top-color: #1C2B36 !important;
}
body.theme-default .primary-600-border-right {
  border-right-color: #1C2B36 !important;
}
body.theme-default .primary-600-border-bottom {
  border-bottom-color: #1C2B36 !important;
}
body.theme-default .primary-600-border-left {
  border-left-color: #1C2B36 !important;
}
body.theme-default .primary-700-bg {
  background-color: #1A2832 !important;
}
body.theme-default .primary-700 {
  background-color: #1A2832 !important;
  color: #209e91 !important;
}
body.theme-default .primary-700[disabled] {
  background-color: rgba(26, 40, 50, 0.12) !important;
  color: rgba(32, 158, 145, 0.26) !important;
}
body.theme-default .primary-700-fg {
  color: #1A2832 !important;
}
body.theme-default .primary-700-border {
  border-color: #1A2832 !important;
}
body.theme-default .primary-700-border-top {
  border-top-color: #1A2832 !important;
}
body.theme-default .primary-700-border-right {
  border-right-color: #1A2832 !important;
}
body.theme-default .primary-700-border-bottom {
  border-bottom-color: #1A2832 !important;
}
body.theme-default .primary-700-border-left {
  border-left-color: #1A2832 !important;
}
body.theme-default .primary-800-bg {
  background-color: #152028 !important;
}
body.theme-default .primary-800 {
  background-color: #152028 !important;
  color: white !important;
}
body.theme-default .primary-800[disabled] {
  background-color: rgba(21, 32, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-800-fg {
  color: #152028 !important;
}
body.theme-default .primary-800-border {
  border-color: #152028 !important;
}
body.theme-default .primary-800-border-top {
  border-top-color: #152028 !important;
}
body.theme-default .primary-800-border-right {
  border-right-color: #152028 !important;
}
body.theme-default .primary-800-border-bottom {
  border-bottom-color: #152028 !important;
}
body.theme-default .primary-800-border-left {
  border-left-color: #152028 !important;
}
body.theme-default .primary-900-bg {
  background-color: #121C23 !important;
}
body.theme-default .primary-900 {
  background-color: #121C23 !important;
  color: white !important;
}
body.theme-default .primary-900[disabled] {
  background-color: rgba(18, 28, 35, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-900-fg {
  color: #121C23 !important;
}
body.theme-default .primary-900-border {
  border-color: #121C23 !important;
}
body.theme-default .primary-900-border-top {
  border-top-color: #121C23 !important;
}
body.theme-default .primary-900-border-right {
  border-right-color: #121C23 !important;
}
body.theme-default .primary-900-border-bottom {
  border-bottom-color: #121C23 !important;
}
body.theme-default .primary-900-border-left {
  border-left-color: #121C23 !important;
}
body.theme-default .primary-A100-bg {
  background-color: #C5C6CB !important;
}
body.theme-default .primary-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-A100-fg {
  color: #C5C6CB !important;
}
body.theme-default .primary-A100-border {
  border-color: #C5C6CB !important;
}
body.theme-default .primary-A100-border-top {
  border-top-color: #C5C6CB !important;
}
body.theme-default .primary-A100-border-right {
  border-right-color: #C5C6CB !important;
}
body.theme-default .primary-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
body.theme-default .primary-A100-border-left {
  border-left-color: #C5C6CB !important;
}
body.theme-default .primary-A200-bg {
  background-color: #9EA1A9 !important;
}
body.theme-default .primary-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
body.theme-default .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A200-fg {
  color: #9EA1A9 !important;
}
body.theme-default .primary-A200-border {
  border-color: #9EA1A9 !important;
}
body.theme-default .primary-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
body.theme-default .primary-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
body.theme-default .primary-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
body.theme-default .primary-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
body.theme-default .primary-A400-bg {
  background-color: #45515A !important;
}
body.theme-default .primary-A400 {
  background-color: #45515A !important;
  color: white !important;
}
body.theme-default .primary-A400[disabled] {
  background-color: rgba(69, 81, 90, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A400-fg {
  color: #45515A !important;
}
body.theme-default .primary-A400-border {
  border-color: #45515A !important;
}
body.theme-default .primary-A400-border-top {
  border-top-color: #45515A !important;
}
body.theme-default .primary-A400-border-right {
  border-right-color: #45515A !important;
}
body.theme-default .primary-A400-border-bottom {
  border-bottom-color: #45515A !important;
}
body.theme-default .primary-A400-border-left {
  border-left-color: #45515A !important;
}
body.theme-default .primary-A700-bg {
  background-color: #1C2B36 !important;
}
body.theme-default .primary-A700 {
  background-color: #1C2B36 !important;
  color: white !important;
}
body.theme-default .primary-A700[disabled] {
  background-color: rgba(28, 43, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A700-fg {
  color: #1C2B36 !important;
}
body.theme-default .primary-A700-border {
  border-color: #1C2B36 !important;
}
body.theme-default .primary-A700-border-top {
  border-top-color: #1C2B36 !important;
}
body.theme-default .primary-A700-border-right {
  border-right-color: #1C2B36 !important;
}
body.theme-default .primary-A700-border-bottom {
  border-bottom-color: #1C2B36 !important;
}
body.theme-default .primary-A700-border-left {
  border-left-color: #1C2B36 !important;
}
body.theme-default .primary-bg {
  background-color: #45515A !important;
}
body.theme-default .primary {
  background-color: #45515A !important;
  color: white !important;
}
body.theme-default .primary[disabled] {
  background-color: rgba(69, 81, 90, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-fg {
  color: #45515A !important;
}
body.theme-default .primary-border {
  border-color: #45515A !important;
}
body.theme-default .primary-border-top {
  border-top-color: #45515A !important;
}
body.theme-default .primary-border-right {
  border-right-color: #45515A !important;
}
body.theme-default .primary-border-bottom {
  border-bottom-color: #45515A !important;
}
body.theme-default .primary-border-left {
  border-left-color: #45515A !important;
}
body.theme-default .accent-50-bg {
  background-color: #FFFFFF !important;
}
body.theme-default .accent-50 {
  background-color: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .accent-50[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-50-fg {
  color: #FFFFFF !important;
}
body.theme-default .accent-50-border {
  border-color: #FFFFFF !important;
}
body.theme-default .accent-50-border-top {
  border-top-color: #FFFFFF !important;
}
body.theme-default .accent-50-border-right {
  border-right-color: #FFFFFF !important;
}
body.theme-default .accent-50-border-bottom {
  border-bottom-color: #FFFFFF !important;
}
body.theme-default .accent-50-border-left {
  border-left-color: #FFFFFF !important;
}
body.theme-default .accent-100-bg {
  background-color: #EAF6F5 !important;
}
body.theme-default .accent-100 {
  background-color: #EAF6F5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .accent-100[disabled] {
  background-color: rgba(234, 246, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-100-fg {
  color: #EAF6F5 !important;
}
body.theme-default .accent-100-border {
  border-color: #EAF6F5 !important;
}
body.theme-default .accent-100-border-top {
  border-top-color: #EAF6F5 !important;
}
body.theme-default .accent-100-border-right {
  border-right-color: #EAF6F5 !important;
}
body.theme-default .accent-100-border-bottom {
  border-bottom-color: #EAF6F5 !important;
}
body.theme-default .accent-100-border-left {
  border-left-color: #EAF6F5 !important;
}
body.theme-default .accent-200-bg {
  background-color: #94cec9 !important;
}
body.theme-default .accent-200 {
  background-color: #94cec9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .accent-200[disabled] {
  background-color: rgba(148, 206, 201, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-200-fg {
  color: #94cec9 !important;
}
body.theme-default .accent-200-border {
  border-color: #94cec9 !important;
}
body.theme-default .accent-200-border-top {
  border-top-color: #94cec9 !important;
}
body.theme-default .accent-200-border-right {
  border-right-color: #94cec9 !important;
}
body.theme-default .accent-200-border-bottom {
  border-bottom-color: #94cec9 !important;
}
body.theme-default .accent-200-border-left {
  border-left-color: #94cec9 !important;
}
body.theme-default .accent-300-bg {
  background-color: #5CB8AF !important;
}
body.theme-default .accent-300 {
  background-color: #5CB8AF !important;
  color: white !important;
}
body.theme-default .accent-300[disabled] {
  background-color: rgba(92, 184, 175, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-300-fg {
  color: #5CB8AF !important;
}
body.theme-default .accent-300-border {
  border-color: #5CB8AF !important;
}
body.theme-default .accent-300-border-top {
  border-top-color: #5CB8AF !important;
}
body.theme-default .accent-300-border-right {
  border-right-color: #5CB8AF !important;
}
body.theme-default .accent-300-border-bottom {
  border-bottom-color: #5CB8AF !important;
}
body.theme-default .accent-300-border-left {
  border-left-color: #5CB8AF !important;
}
body.theme-default .accent-400-bg {
  background-color: #209e91 !important;
}
body.theme-default .accent-400 {
  background-color: #209e91 !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-400[disabled] {
  background-color: rgba(32, 158, 145, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-400-fg {
  color: #209e91 !important;
}
body.theme-default .accent-400-border {
  border-color: #209e91 !important;
}
body.theme-default .accent-400-border-top {
  border-top-color: #209e91 !important;
}
body.theme-default .accent-400-border-right {
  border-right-color: #209e91 !important;
}
body.theme-default .accent-400-border-bottom {
  border-bottom-color: #209e91 !important;
}
body.theme-default .accent-400-border-left {
  border-left-color: #209e91 !important;
}
body.theme-default .accent-500-bg {
  background-color: #1E9084 !important;
}
body.theme-default .accent-500 {
  background-color: #1E9084 !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-500[disabled] {
  background-color: rgba(30, 144, 132, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-500-fg {
  color: #1E9084 !important;
}
body.theme-default .accent-500-border {
  border-color: #1E9084 !important;
}
body.theme-default .accent-500-border-top {
  border-top-color: #1E9084 !important;
}
body.theme-default .accent-500-border-right {
  border-right-color: #1E9084 !important;
}
body.theme-default .accent-500-border-bottom {
  border-bottom-color: #1E9084 !important;
}
body.theme-default .accent-500-border-left {
  border-left-color: #1E9084 !important;
}
body.theme-default .accent-600-bg {
  background-color: #18736A !important;
}
body.theme-default .accent-600 {
  background-color: #18736A !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-600[disabled] {
  background-color: rgba(24, 115, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-600-fg {
  color: #18736A !important;
}
body.theme-default .accent-600-border {
  border-color: #18736A !important;
}
body.theme-default .accent-600-border-top {
  border-top-color: #18736A !important;
}
body.theme-default .accent-600-border-right {
  border-right-color: #18736A !important;
}
body.theme-default .accent-600-border-bottom {
  border-bottom-color: #18736A !important;
}
body.theme-default .accent-600-border-left {
  border-left-color: #18736A !important;
}
body.theme-default .accent-700-bg {
  background-color: #125750 !important;
}
body.theme-default .accent-700 {
  background-color: #125750 !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-700[disabled] {
  background-color: rgba(18, 87, 80, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-700-fg {
  color: #125750 !important;
}
body.theme-default .accent-700-border {
  border-color: #125750 !important;
}
body.theme-default .accent-700-border-top {
  border-top-color: #125750 !important;
}
body.theme-default .accent-700-border-right {
  border-right-color: #125750 !important;
}
body.theme-default .accent-700-border-bottom {
  border-bottom-color: #125750 !important;
}
body.theme-default .accent-700-border-left {
  border-left-color: #125750 !important;
}
body.theme-default .accent-800-bg {
  background-color: #0C3A35 !important;
}
body.theme-default .accent-800 {
  background-color: #0C3A35 !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-800[disabled] {
  background-color: rgba(12, 58, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-800-fg {
  color: #0C3A35 !important;
}
body.theme-default .accent-800-border {
  border-color: #0C3A35 !important;
}
body.theme-default .accent-800-border-top {
  border-top-color: #0C3A35 !important;
}
body.theme-default .accent-800-border-right {
  border-right-color: #0C3A35 !important;
}
body.theme-default .accent-800-border-bottom {
  border-bottom-color: #0C3A35 !important;
}
body.theme-default .accent-800-border-left {
  border-left-color: #0C3A35 !important;
}
body.theme-default .accent-900-bg {
  background-color: #061D1B !important;
}
body.theme-default .accent-900 {
  background-color: #061D1B !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-900[disabled] {
  background-color: rgba(6, 29, 27, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-900-fg {
  color: #061D1B !important;
}
body.theme-default .accent-900-border {
  border-color: #061D1B !important;
}
body.theme-default .accent-900-border-top {
  border-top-color: #061D1B !important;
}
body.theme-default .accent-900-border-right {
  border-right-color: #061D1B !important;
}
body.theme-default .accent-900-border-bottom {
  border-bottom-color: #061D1B !important;
}
body.theme-default .accent-900-border-left {
  border-left-color: #061D1B !important;
}
body.theme-default .accent-A100-bg {
  background-color: #C5C6CB !important;
}
body.theme-default .accent-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .accent-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-A100-fg {
  color: #C5C6CB !important;
}
body.theme-default .accent-A100-border {
  border-color: #C5C6CB !important;
}
body.theme-default .accent-A100-border-top {
  border-top-color: #C5C6CB !important;
}
body.theme-default .accent-A100-border-right {
  border-right-color: #C5C6CB !important;
}
body.theme-default .accent-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
body.theme-default .accent-A100-border-left {
  border-left-color: #C5C6CB !important;
}
body.theme-default .accent-A200-bg {
  background-color: #9EA1A9 !important;
}
body.theme-default .accent-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
body.theme-default .accent-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A200-fg {
  color: #9EA1A9 !important;
}
body.theme-default .accent-A200-border {
  border-color: #9EA1A9 !important;
}
body.theme-default .accent-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
body.theme-default .accent-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
body.theme-default .accent-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
body.theme-default .accent-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
body.theme-default .accent-A400-bg {
  background-color: #5C616F !important;
}
body.theme-default .accent-A400 {
  background-color: #5C616F !important;
  color: white !important;
}
body.theme-default .accent-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A400-fg {
  color: #5C616F !important;
}
body.theme-default .accent-A400-border {
  border-color: #5C616F !important;
}
body.theme-default .accent-A400-border-top {
  border-top-color: #5C616F !important;
}
body.theme-default .accent-A400-border-right {
  border-right-color: #5C616F !important;
}
body.theme-default .accent-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
body.theme-default .accent-A400-border-left {
  border-left-color: #5C616F !important;
}
body.theme-default .accent-A700-bg {
  background-color: #2D323E !important;
}
body.theme-default .accent-A700 {
  background-color: #2D323E !important;
  color: #FFFFFF !important;
}
body.theme-default .accent-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A700-fg {
  color: #2D323E !important;
}
body.theme-default .accent-A700-border {
  border-color: #2D323E !important;
}
body.theme-default .accent-A700-border-top {
  border-top-color: #2D323E !important;
}
body.theme-default .accent-A700-border-right {
  border-right-color: #2D323E !important;
}
body.theme-default .accent-A700-border-bottom {
  border-bottom-color: #2D323E !important;
}
body.theme-default .accent-A700-border-left {
  border-left-color: #2D323E !important;
}
body.theme-default .accent-bg {
  background-color: #209e91 !important;
}
body.theme-default .accent {
  background-color: #209e91 !important;
  color: #FFFFFF !important;
}
body.theme-default .accent[disabled] {
  background-color: rgba(32, 158, 145, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-fg {
  color: #209e91 !important;
}
body.theme-default .accent-border {
  border-color: #209e91 !important;
}
body.theme-default .accent-border-top {
  border-top-color: #209e91 !important;
}
body.theme-default .accent-border-right {
  border-right-color: #209e91 !important;
}
body.theme-default .accent-border-bottom {
  border-bottom-color: #209e91 !important;
}
body.theme-default .accent-border-left {
  border-left-color: #209e91 !important;
}
body.theme-default .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-default .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-default .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-default .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-default .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-default .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-default .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-default .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-fg {
  color: #f44336 !important;
}
body.theme-default .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .primary-50 i,
body.theme-default .primary-50 .icon, body.theme-default .primary-100 i,
body.theme-default .primary-100 .icon, body.theme-default .primary-200 i,
body.theme-default .primary-200 .icon, body.theme-default .primary-A100 i,
body.theme-default .primary-A100 .icon, body.theme-default .accent-50 i,
body.theme-default .accent-50 .icon, body.theme-default .accent-100 i,
body.theme-default .accent-100 .icon, body.theme-default .accent-200 i,
body.theme-default .accent-200 .icon, body.theme-default .accent-A100 i,
body.theme-default .accent-A100 .icon, body.theme-default .warn-50 i,
body.theme-default .warn-50 .icon, body.theme-default .warn-100 i,
body.theme-default .warn-100 .icon, body.theme-default .warn-200 i,
body.theme-default .warn-200 .icon, body.theme-default .warn-300 i,
body.theme-default .warn-300 .icon, body.theme-default .warn-400 i,
body.theme-default .warn-400 .icon, body.theme-default .warn-A100 i,
body.theme-default .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .primary-50.secondary-text,
body.theme-default .primary-50 .secondary-text, body.theme-default .primary-100.secondary-text,
body.theme-default .primary-100 .secondary-text, body.theme-default .primary-200.secondary-text,
body.theme-default .primary-200 .secondary-text, body.theme-default .primary-A100.secondary-text,
body.theme-default .primary-A100 .secondary-text, body.theme-default .accent-50.secondary-text,
body.theme-default .accent-50 .secondary-text, body.theme-default .accent-100.secondary-text,
body.theme-default .accent-100 .secondary-text, body.theme-default .accent-200.secondary-text,
body.theme-default .accent-200 .secondary-text, body.theme-default .accent-A100.secondary-text,
body.theme-default .accent-A100 .secondary-text, body.theme-default .warn-50.secondary-text,
body.theme-default .warn-50 .secondary-text, body.theme-default .warn-100.secondary-text,
body.theme-default .warn-100 .secondary-text, body.theme-default .warn-200.secondary-text,
body.theme-default .warn-200 .secondary-text, body.theme-default .warn-300.secondary-text,
body.theme-default .warn-300 .secondary-text, body.theme-default .warn-400.secondary-text,
body.theme-default .warn-400 .secondary-text, body.theme-default .warn-A100.secondary-text,
body.theme-default .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-default .primary-50.hint-text,
body.theme-default .primary-50 .hint-text, body.theme-default .primary-50.disabled-text,
body.theme-default .primary-50 .disabled-text, body.theme-default .primary-100.hint-text,
body.theme-default .primary-100 .hint-text, body.theme-default .primary-100.disabled-text,
body.theme-default .primary-100 .disabled-text, body.theme-default .primary-200.hint-text,
body.theme-default .primary-200 .hint-text, body.theme-default .primary-200.disabled-text,
body.theme-default .primary-200 .disabled-text, body.theme-default .primary-A100.hint-text,
body.theme-default .primary-A100 .hint-text, body.theme-default .primary-A100.disabled-text,
body.theme-default .primary-A100 .disabled-text, body.theme-default .accent-50.hint-text,
body.theme-default .accent-50 .hint-text, body.theme-default .accent-50.disabled-text,
body.theme-default .accent-50 .disabled-text, body.theme-default .accent-100.hint-text,
body.theme-default .accent-100 .hint-text, body.theme-default .accent-100.disabled-text,
body.theme-default .accent-100 .disabled-text, body.theme-default .accent-200.hint-text,
body.theme-default .accent-200 .hint-text, body.theme-default .accent-200.disabled-text,
body.theme-default .accent-200 .disabled-text, body.theme-default .accent-A100.hint-text,
body.theme-default .accent-A100 .hint-text, body.theme-default .accent-A100.disabled-text,
body.theme-default .accent-A100 .disabled-text, body.theme-default .warn-50.hint-text,
body.theme-default .warn-50 .hint-text, body.theme-default .warn-50.disabled-text,
body.theme-default .warn-50 .disabled-text, body.theme-default .warn-100.hint-text,
body.theme-default .warn-100 .hint-text, body.theme-default .warn-100.disabled-text,
body.theme-default .warn-100 .disabled-text, body.theme-default .warn-200.hint-text,
body.theme-default .warn-200 .hint-text, body.theme-default .warn-200.disabled-text,
body.theme-default .warn-200 .disabled-text, body.theme-default .warn-300.hint-text,
body.theme-default .warn-300 .hint-text, body.theme-default .warn-300.disabled-text,
body.theme-default .warn-300 .disabled-text, body.theme-default .warn-400.hint-text,
body.theme-default .warn-400 .hint-text, body.theme-default .warn-400.disabled-text,
body.theme-default .warn-400 .disabled-text, body.theme-default .warn-A100.hint-text,
body.theme-default .warn-A100 .hint-text, body.theme-default .warn-A100.disabled-text,
body.theme-default .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-default .primary-50.divider,
body.theme-default .primary-50 .divider, body.theme-default .primary-100.divider,
body.theme-default .primary-100 .divider, body.theme-default .primary-200.divider,
body.theme-default .primary-200 .divider, body.theme-default .primary-A100.divider,
body.theme-default .primary-A100 .divider, body.theme-default .accent-50.divider,
body.theme-default .accent-50 .divider, body.theme-default .accent-100.divider,
body.theme-default .accent-100 .divider, body.theme-default .accent-200.divider,
body.theme-default .accent-200 .divider, body.theme-default .accent-A100.divider,
body.theme-default .accent-A100 .divider, body.theme-default .warn-50.divider,
body.theme-default .warn-50 .divider, body.theme-default .warn-100.divider,
body.theme-default .warn-100 .divider, body.theme-default .warn-200.divider,
body.theme-default .warn-200 .divider, body.theme-default .warn-300.divider,
body.theme-default .warn-300 .divider, body.theme-default .warn-400.divider,
body.theme-default .warn-400 .divider, body.theme-default .warn-A100.divider,
body.theme-default .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-default .primary-50 .mat-ripple-element, body.theme-default .primary-100 .mat-ripple-element, body.theme-default .primary-200 .mat-ripple-element, body.theme-default .primary-A100 .mat-ripple-element, body.theme-default .accent-50 .mat-ripple-element, body.theme-default .accent-100 .mat-ripple-element, body.theme-default .accent-200 .mat-ripple-element, body.theme-default .accent-A100 .mat-ripple-element, body.theme-default .warn-50 .mat-ripple-element, body.theme-default .warn-100 .mat-ripple-element, body.theme-default .warn-200 .mat-ripple-element, body.theme-default .warn-300 .mat-ripple-element, body.theme-default .warn-400 .mat-ripple-element, body.theme-default .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-default .primary-50 .adaptive-border-color, body.theme-default .primary-100 .adaptive-border-color, body.theme-default .primary-200 .adaptive-border-color, body.theme-default .primary-A100 .adaptive-border-color, body.theme-default .accent-50 .adaptive-border-color, body.theme-default .accent-100 .adaptive-border-color, body.theme-default .accent-200 .adaptive-border-color, body.theme-default .accent-A100 .adaptive-border-color, body.theme-default .warn-50 .adaptive-border-color, body.theme-default .warn-100 .adaptive-border-color, body.theme-default .warn-200 .adaptive-border-color, body.theme-default .warn-300 .adaptive-border-color, body.theme-default .warn-400 .adaptive-border-color, body.theme-default .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-300 i,
body.theme-default .primary-300 .icon, body.theme-default .primary-400 i,
body.theme-default .primary-400 .icon, body.theme-default .primary-500 i,
body.theme-default .primary-500 .icon, body.theme-default .primary-600 i,
body.theme-default .primary-600 .icon, body.theme-default .primary-700 i,
body.theme-default .primary-700 .icon, body.theme-default .primary-800 i,
body.theme-default .primary-800 .icon, body.theme-default .primary-900 i,
body.theme-default .primary-900 .icon, body.theme-default .primary-A200 i,
body.theme-default .primary-A200 .icon, body.theme-default .primary-A400 i,
body.theme-default .primary-A400 .icon, body.theme-default .primary-A700 i,
body.theme-default .primary-A700 .icon, body.theme-default .primary i,
body.theme-default .primary .icon, body.theme-default .accent-300 i,
body.theme-default .accent-300 .icon, body.theme-default .accent-400 i,
body.theme-default .accent-400 .icon, body.theme-default .accent-500 i,
body.theme-default .accent-500 .icon, body.theme-default .accent-600 i,
body.theme-default .accent-600 .icon, body.theme-default .accent-700 i,
body.theme-default .accent-700 .icon, body.theme-default .accent-800 i,
body.theme-default .accent-800 .icon, body.theme-default .accent-900 i,
body.theme-default .accent-900 .icon, body.theme-default .accent-A200 i,
body.theme-default .accent-A200 .icon, body.theme-default .accent-A400 i,
body.theme-default .accent-A400 .icon, body.theme-default .accent-A700 i,
body.theme-default .accent-A700 .icon, body.theme-default .accent i,
body.theme-default .accent .icon, body.theme-default .warn-500 i,
body.theme-default .warn-500 .icon, body.theme-default .warn-600 i,
body.theme-default .warn-600 .icon, body.theme-default .warn-700 i,
body.theme-default .warn-700 .icon, body.theme-default .warn-800 i,
body.theme-default .warn-800 .icon, body.theme-default .warn-900 i,
body.theme-default .warn-900 .icon, body.theme-default .warn-A200 i,
body.theme-default .warn-A200 .icon, body.theme-default .warn-A400 i,
body.theme-default .warn-A400 .icon, body.theme-default .warn-A700 i,
body.theme-default .warn-A700 .icon, body.theme-default .warn i,
body.theme-default .warn .icon {
  color: rgb(255, 255, 255);
}
body.theme-default .primary-300.secondary-text,
body.theme-default .primary-300 .secondary-text, body.theme-default .primary-400.secondary-text,
body.theme-default .primary-400 .secondary-text, body.theme-default .primary-500.secondary-text,
body.theme-default .primary-500 .secondary-text, body.theme-default .primary-600.secondary-text,
body.theme-default .primary-600 .secondary-text, body.theme-default .primary-700.secondary-text,
body.theme-default .primary-700 .secondary-text, body.theme-default .primary-800.secondary-text,
body.theme-default .primary-800 .secondary-text, body.theme-default .primary-900.secondary-text,
body.theme-default .primary-900 .secondary-text, body.theme-default .primary-A200.secondary-text,
body.theme-default .primary-A200 .secondary-text, body.theme-default .primary-A400.secondary-text,
body.theme-default .primary-A400 .secondary-text, body.theme-default .primary-A700.secondary-text,
body.theme-default .primary-A700 .secondary-text, body.theme-default .primary.secondary-text,
body.theme-default .primary .secondary-text, body.theme-default .accent-300.secondary-text,
body.theme-default .accent-300 .secondary-text, body.theme-default .accent-400.secondary-text,
body.theme-default .accent-400 .secondary-text, body.theme-default .accent-500.secondary-text,
body.theme-default .accent-500 .secondary-text, body.theme-default .accent-600.secondary-text,
body.theme-default .accent-600 .secondary-text, body.theme-default .accent-700.secondary-text,
body.theme-default .accent-700 .secondary-text, body.theme-default .accent-800.secondary-text,
body.theme-default .accent-800 .secondary-text, body.theme-default .accent-900.secondary-text,
body.theme-default .accent-900 .secondary-text, body.theme-default .accent-A200.secondary-text,
body.theme-default .accent-A200 .secondary-text, body.theme-default .accent-A400.secondary-text,
body.theme-default .accent-A400 .secondary-text, body.theme-default .accent-A700.secondary-text,
body.theme-default .accent-A700 .secondary-text, body.theme-default .accent.secondary-text,
body.theme-default .accent .secondary-text, body.theme-default .warn-500.secondary-text,
body.theme-default .warn-500 .secondary-text, body.theme-default .warn-600.secondary-text,
body.theme-default .warn-600 .secondary-text, body.theme-default .warn-700.secondary-text,
body.theme-default .warn-700 .secondary-text, body.theme-default .warn-800.secondary-text,
body.theme-default .warn-800 .secondary-text, body.theme-default .warn-900.secondary-text,
body.theme-default .warn-900 .secondary-text, body.theme-default .warn-A200.secondary-text,
body.theme-default .warn-A200 .secondary-text, body.theme-default .warn-A400.secondary-text,
body.theme-default .warn-A400 .secondary-text, body.theme-default .warn-A700.secondary-text,
body.theme-default .warn-A700 .secondary-text, body.theme-default .warn.secondary-text,
body.theme-default .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-default .primary-300.hint-text,
body.theme-default .primary-300 .hint-text, body.theme-default .primary-300.disabled-text,
body.theme-default .primary-300 .disabled-text, body.theme-default .primary-400.hint-text,
body.theme-default .primary-400 .hint-text, body.theme-default .primary-400.disabled-text,
body.theme-default .primary-400 .disabled-text, body.theme-default .primary-500.hint-text,
body.theme-default .primary-500 .hint-text, body.theme-default .primary-500.disabled-text,
body.theme-default .primary-500 .disabled-text, body.theme-default .primary-600.hint-text,
body.theme-default .primary-600 .hint-text, body.theme-default .primary-600.disabled-text,
body.theme-default .primary-600 .disabled-text, body.theme-default .primary-700.hint-text,
body.theme-default .primary-700 .hint-text, body.theme-default .primary-700.disabled-text,
body.theme-default .primary-700 .disabled-text, body.theme-default .primary-800.hint-text,
body.theme-default .primary-800 .hint-text, body.theme-default .primary-800.disabled-text,
body.theme-default .primary-800 .disabled-text, body.theme-default .primary-900.hint-text,
body.theme-default .primary-900 .hint-text, body.theme-default .primary-900.disabled-text,
body.theme-default .primary-900 .disabled-text, body.theme-default .primary-A200.hint-text,
body.theme-default .primary-A200 .hint-text, body.theme-default .primary-A200.disabled-text,
body.theme-default .primary-A200 .disabled-text, body.theme-default .primary-A400.hint-text,
body.theme-default .primary-A400 .hint-text, body.theme-default .primary-A400.disabled-text,
body.theme-default .primary-A400 .disabled-text, body.theme-default .primary-A700.hint-text,
body.theme-default .primary-A700 .hint-text, body.theme-default .primary-A700.disabled-text,
body.theme-default .primary-A700 .disabled-text, body.theme-default .primary.hint-text,
body.theme-default .primary .hint-text, body.theme-default .primary.disabled-text,
body.theme-default .primary .disabled-text, body.theme-default .accent-300.hint-text,
body.theme-default .accent-300 .hint-text, body.theme-default .accent-300.disabled-text,
body.theme-default .accent-300 .disabled-text, body.theme-default .accent-400.hint-text,
body.theme-default .accent-400 .hint-text, body.theme-default .accent-400.disabled-text,
body.theme-default .accent-400 .disabled-text, body.theme-default .accent-500.hint-text,
body.theme-default .accent-500 .hint-text, body.theme-default .accent-500.disabled-text,
body.theme-default .accent-500 .disabled-text, body.theme-default .accent-600.hint-text,
body.theme-default .accent-600 .hint-text, body.theme-default .accent-600.disabled-text,
body.theme-default .accent-600 .disabled-text, body.theme-default .accent-700.hint-text,
body.theme-default .accent-700 .hint-text, body.theme-default .accent-700.disabled-text,
body.theme-default .accent-700 .disabled-text, body.theme-default .accent-800.hint-text,
body.theme-default .accent-800 .hint-text, body.theme-default .accent-800.disabled-text,
body.theme-default .accent-800 .disabled-text, body.theme-default .accent-900.hint-text,
body.theme-default .accent-900 .hint-text, body.theme-default .accent-900.disabled-text,
body.theme-default .accent-900 .disabled-text, body.theme-default .accent-A200.hint-text,
body.theme-default .accent-A200 .hint-text, body.theme-default .accent-A200.disabled-text,
body.theme-default .accent-A200 .disabled-text, body.theme-default .accent-A400.hint-text,
body.theme-default .accent-A400 .hint-text, body.theme-default .accent-A400.disabled-text,
body.theme-default .accent-A400 .disabled-text, body.theme-default .accent-A700.hint-text,
body.theme-default .accent-A700 .hint-text, body.theme-default .accent-A700.disabled-text,
body.theme-default .accent-A700 .disabled-text, body.theme-default .accent.hint-text,
body.theme-default .accent .hint-text, body.theme-default .accent.disabled-text,
body.theme-default .accent .disabled-text, body.theme-default .warn-500.hint-text,
body.theme-default .warn-500 .hint-text, body.theme-default .warn-500.disabled-text,
body.theme-default .warn-500 .disabled-text, body.theme-default .warn-600.hint-text,
body.theme-default .warn-600 .hint-text, body.theme-default .warn-600.disabled-text,
body.theme-default .warn-600 .disabled-text, body.theme-default .warn-700.hint-text,
body.theme-default .warn-700 .hint-text, body.theme-default .warn-700.disabled-text,
body.theme-default .warn-700 .disabled-text, body.theme-default .warn-800.hint-text,
body.theme-default .warn-800 .hint-text, body.theme-default .warn-800.disabled-text,
body.theme-default .warn-800 .disabled-text, body.theme-default .warn-900.hint-text,
body.theme-default .warn-900 .hint-text, body.theme-default .warn-900.disabled-text,
body.theme-default .warn-900 .disabled-text, body.theme-default .warn-A200.hint-text,
body.theme-default .warn-A200 .hint-text, body.theme-default .warn-A200.disabled-text,
body.theme-default .warn-A200 .disabled-text, body.theme-default .warn-A400.hint-text,
body.theme-default .warn-A400 .hint-text, body.theme-default .warn-A400.disabled-text,
body.theme-default .warn-A400 .disabled-text, body.theme-default .warn-A700.hint-text,
body.theme-default .warn-A700 .hint-text, body.theme-default .warn-A700.disabled-text,
body.theme-default .warn-A700 .disabled-text, body.theme-default .warn.hint-text,
body.theme-default .warn .hint-text, body.theme-default .warn.disabled-text,
body.theme-default .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-default .primary-300.divider,
body.theme-default .primary-300 .divider, body.theme-default .primary-400.divider,
body.theme-default .primary-400 .divider, body.theme-default .primary-500.divider,
body.theme-default .primary-500 .divider, body.theme-default .primary-600.divider,
body.theme-default .primary-600 .divider, body.theme-default .primary-700.divider,
body.theme-default .primary-700 .divider, body.theme-default .primary-800.divider,
body.theme-default .primary-800 .divider, body.theme-default .primary-900.divider,
body.theme-default .primary-900 .divider, body.theme-default .primary-A200.divider,
body.theme-default .primary-A200 .divider, body.theme-default .primary-A400.divider,
body.theme-default .primary-A400 .divider, body.theme-default .primary-A700.divider,
body.theme-default .primary-A700 .divider, body.theme-default .primary.divider,
body.theme-default .primary .divider, body.theme-default .accent-300.divider,
body.theme-default .accent-300 .divider, body.theme-default .accent-400.divider,
body.theme-default .accent-400 .divider, body.theme-default .accent-500.divider,
body.theme-default .accent-500 .divider, body.theme-default .accent-600.divider,
body.theme-default .accent-600 .divider, body.theme-default .accent-700.divider,
body.theme-default .accent-700 .divider, body.theme-default .accent-800.divider,
body.theme-default .accent-800 .divider, body.theme-default .accent-900.divider,
body.theme-default .accent-900 .divider, body.theme-default .accent-A200.divider,
body.theme-default .accent-A200 .divider, body.theme-default .accent-A400.divider,
body.theme-default .accent-A400 .divider, body.theme-default .accent-A700.divider,
body.theme-default .accent-A700 .divider, body.theme-default .accent.divider,
body.theme-default .accent .divider, body.theme-default .warn-500.divider,
body.theme-default .warn-500 .divider, body.theme-default .warn-600.divider,
body.theme-default .warn-600 .divider, body.theme-default .warn-700.divider,
body.theme-default .warn-700 .divider, body.theme-default .warn-800.divider,
body.theme-default .warn-800 .divider, body.theme-default .warn-900.divider,
body.theme-default .warn-900 .divider, body.theme-default .warn-A200.divider,
body.theme-default .warn-A200 .divider, body.theme-default .warn-A400.divider,
body.theme-default .warn-A400 .divider, body.theme-default .warn-A700.divider,
body.theme-default .warn-A700 .divider, body.theme-default .warn.divider,
body.theme-default .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-default .primary-300 .mat-ripple-element, body.theme-default .primary-400 .mat-ripple-element, body.theme-default .primary-500 .mat-ripple-element, body.theme-default .primary-600 .mat-ripple-element, body.theme-default .primary-700 .mat-ripple-element, body.theme-default .primary-800 .mat-ripple-element, body.theme-default .primary-900 .mat-ripple-element, body.theme-default .primary-A200 .mat-ripple-element, body.theme-default .primary-A400 .mat-ripple-element, body.theme-default .primary-A700 .mat-ripple-element, body.theme-default .primary .mat-ripple-element, body.theme-default .accent-300 .mat-ripple-element, body.theme-default .accent-400 .mat-ripple-element, body.theme-default .accent-500 .mat-ripple-element, body.theme-default .accent-600 .mat-ripple-element, body.theme-default .accent-700 .mat-ripple-element, body.theme-default .accent-800 .mat-ripple-element, body.theme-default .accent-900 .mat-ripple-element, body.theme-default .accent-A200 .mat-ripple-element, body.theme-default .accent-A400 .mat-ripple-element, body.theme-default .accent-A700 .mat-ripple-element, body.theme-default .accent .mat-ripple-element, body.theme-default .warn-500 .mat-ripple-element, body.theme-default .warn-600 .mat-ripple-element, body.theme-default .warn-700 .mat-ripple-element, body.theme-default .warn-800 .mat-ripple-element, body.theme-default .warn-900 .mat-ripple-element, body.theme-default .warn-A200 .mat-ripple-element, body.theme-default .warn-A400 .mat-ripple-element, body.theme-default .warn-A700 .mat-ripple-element, body.theme-default .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-default .primary-300 .adaptive-border-color, body.theme-default .primary-400 .adaptive-border-color, body.theme-default .primary-500 .adaptive-border-color, body.theme-default .primary-600 .adaptive-border-color, body.theme-default .primary-700 .adaptive-border-color, body.theme-default .primary-800 .adaptive-border-color, body.theme-default .primary-900 .adaptive-border-color, body.theme-default .primary-A200 .adaptive-border-color, body.theme-default .primary-A400 .adaptive-border-color, body.theme-default .primary-A700 .adaptive-border-color, body.theme-default .primary .adaptive-border-color, body.theme-default .accent-300 .adaptive-border-color, body.theme-default .accent-400 .adaptive-border-color, body.theme-default .accent-500 .adaptive-border-color, body.theme-default .accent-600 .adaptive-border-color, body.theme-default .accent-700 .adaptive-border-color, body.theme-default .accent-800 .adaptive-border-color, body.theme-default .accent-900 .adaptive-border-color, body.theme-default .accent-A200 .adaptive-border-color, body.theme-default .accent-A400 .adaptive-border-color, body.theme-default .accent-A700 .adaptive-border-color, body.theme-default .accent .adaptive-border-color, body.theme-default .warn-500 .adaptive-border-color, body.theme-default .warn-600 .adaptive-border-color, body.theme-default .warn-700 .adaptive-border-color, body.theme-default .warn-800 .adaptive-border-color, body.theme-default .warn-900 .adaptive-border-color, body.theme-default .warn-A200 .adaptive-border-color, body.theme-default .warn-A400 .adaptive-border-color, body.theme-default .warn-A700 .adaptive-border-color, body.theme-default .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-50 input[type=text], body.theme-default .primary-100 input[type=text], body.theme-default .primary-200 input[type=text], body.theme-default .primary-A100 input[type=text], body.theme-default .accent-50 input[type=text], body.theme-default .accent-100 input[type=text], body.theme-default .accent-200 input[type=text], body.theme-default .accent-A100 input[type=text], body.theme-default .warn-50 input[type=text], body.theme-default .warn-100 input[type=text], body.theme-default .warn-200 input[type=text], body.theme-default .warn-300 input[type=text], body.theme-default .warn-400 input[type=text], body.theme-default .warn-A100 input[type=text] {
  color: black;
}
body.theme-default .primary-50 .mat-form-field-label, body.theme-default .primary-100 .mat-form-field-label, body.theme-default .primary-200 .mat-form-field-label, body.theme-default .primary-A100 .mat-form-field-label, body.theme-default .accent-50 .mat-form-field-label, body.theme-default .accent-100 .mat-form-field-label, body.theme-default .accent-200 .mat-form-field-label, body.theme-default .accent-A100 .mat-form-field-label, body.theme-default .warn-50 .mat-form-field-label, body.theme-default .warn-100 .mat-form-field-label, body.theme-default .warn-200 .mat-form-field-label, body.theme-default .warn-300 .mat-form-field-label, body.theme-default .warn-400 .mat-form-field-label, body.theme-default .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-50 .mat-form-field-underline, body.theme-default .primary-100 .mat-form-field-underline, body.theme-default .primary-200 .mat-form-field-underline, body.theme-default .primary-A100 .mat-form-field-underline, body.theme-default .accent-50 .mat-form-field-underline, body.theme-default .accent-100 .mat-form-field-underline, body.theme-default .accent-200 .mat-form-field-underline, body.theme-default .accent-A100 .mat-form-field-underline, body.theme-default .warn-50 .mat-form-field-underline, body.theme-default .warn-100 .mat-form-field-underline, body.theme-default .warn-200 .mat-form-field-underline, body.theme-default .warn-300 .mat-form-field-underline, body.theme-default .warn-400 .mat-form-field-underline, body.theme-default .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50 .mat-select-trigger,
body.theme-default .primary-50 .mat-select-arrow, body.theme-default .primary-100 .mat-select-trigger,
body.theme-default .primary-100 .mat-select-arrow, body.theme-default .primary-200 .mat-select-trigger,
body.theme-default .primary-200 .mat-select-arrow, body.theme-default .primary-A100 .mat-select-trigger,
body.theme-default .primary-A100 .mat-select-arrow, body.theme-default .accent-50 .mat-select-trigger,
body.theme-default .accent-50 .mat-select-arrow, body.theme-default .accent-100 .mat-select-trigger,
body.theme-default .accent-100 .mat-select-arrow, body.theme-default .accent-200 .mat-select-trigger,
body.theme-default .accent-200 .mat-select-arrow, body.theme-default .accent-A100 .mat-select-trigger,
body.theme-default .accent-A100 .mat-select-arrow, body.theme-default .warn-50 .mat-select-trigger,
body.theme-default .warn-50 .mat-select-arrow, body.theme-default .warn-100 .mat-select-trigger,
body.theme-default .warn-100 .mat-select-arrow, body.theme-default .warn-200 .mat-select-trigger,
body.theme-default .warn-200 .mat-select-arrow, body.theme-default .warn-300 .mat-select-trigger,
body.theme-default .warn-300 .mat-select-arrow, body.theme-default .warn-400 .mat-select-trigger,
body.theme-default .warn-400 .mat-select-arrow, body.theme-default .warn-A100 .mat-select-trigger,
body.theme-default .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-50 .mat-select-underline, body.theme-default .primary-100 .mat-select-underline, body.theme-default .primary-200 .mat-select-underline, body.theme-default .primary-A100 .mat-select-underline, body.theme-default .accent-50 .mat-select-underline, body.theme-default .accent-100 .mat-select-underline, body.theme-default .accent-200 .mat-select-underline, body.theme-default .accent-A100 .mat-select-underline, body.theme-default .warn-50 .mat-select-underline, body.theme-default .warn-100 .mat-select-underline, body.theme-default .warn-200 .mat-select-underline, body.theme-default .warn-300 .mat-select-underline, body.theme-default .warn-400 .mat-select-underline, body.theme-default .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50 .mat-select-disabled .mat-select-value,
body.theme-default .primary-50 .mat-select-arrow,
body.theme-default .primary-50 .mat-select-trigger, body.theme-default .primary-100 .mat-select-disabled .mat-select-value,
body.theme-default .primary-100 .mat-select-arrow,
body.theme-default .primary-100 .mat-select-trigger, body.theme-default .primary-200 .mat-select-disabled .mat-select-value,
body.theme-default .primary-200 .mat-select-arrow,
body.theme-default .primary-200 .mat-select-trigger, body.theme-default .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A100 .mat-select-arrow,
body.theme-default .primary-A100 .mat-select-trigger, body.theme-default .accent-50 .mat-select-disabled .mat-select-value,
body.theme-default .accent-50 .mat-select-arrow,
body.theme-default .accent-50 .mat-select-trigger, body.theme-default .accent-100 .mat-select-disabled .mat-select-value,
body.theme-default .accent-100 .mat-select-arrow,
body.theme-default .accent-100 .mat-select-trigger, body.theme-default .accent-200 .mat-select-disabled .mat-select-value,
body.theme-default .accent-200 .mat-select-arrow,
body.theme-default .accent-200 .mat-select-trigger, body.theme-default .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A100 .mat-select-arrow,
body.theme-default .accent-A100 .mat-select-trigger, body.theme-default .warn-50 .mat-select-disabled .mat-select-value,
body.theme-default .warn-50 .mat-select-arrow,
body.theme-default .warn-50 .mat-select-trigger, body.theme-default .warn-100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-100 .mat-select-arrow,
body.theme-default .warn-100 .mat-select-trigger, body.theme-default .warn-200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-200 .mat-select-arrow,
body.theme-default .warn-200 .mat-select-trigger, body.theme-default .warn-300 .mat-select-disabled .mat-select-value,
body.theme-default .warn-300 .mat-select-arrow,
body.theme-default .warn-300 .mat-select-trigger, body.theme-default .warn-400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-400 .mat-select-arrow,
body.theme-default .warn-400 .mat-select-trigger, body.theme-default .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A100 .mat-select-arrow,
body.theme-default .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-300 input[type=text], body.theme-default .primary-400 input[type=text], body.theme-default .primary-500 input[type=text], body.theme-default .primary-600 input[type=text], body.theme-default .primary-700 input[type=text], body.theme-default .primary-800 input[type=text], body.theme-default .primary-900 input[type=text], body.theme-default .primary-A200 input[type=text], body.theme-default .primary-A400 input[type=text], body.theme-default .primary-A700 input[type=text], body.theme-default .primary input[type=text], body.theme-default .accent-300 input[type=text], body.theme-default .accent-400 input[type=text], body.theme-default .accent-500 input[type=text], body.theme-default .accent-600 input[type=text], body.theme-default .accent-700 input[type=text], body.theme-default .accent-800 input[type=text], body.theme-default .accent-900 input[type=text], body.theme-default .accent-A200 input[type=text], body.theme-default .accent-A400 input[type=text], body.theme-default .accent-A700 input[type=text], body.theme-default .accent input[type=text], body.theme-default .warn-500 input[type=text], body.theme-default .warn-600 input[type=text], body.theme-default .warn-700 input[type=text], body.theme-default .warn-800 input[type=text], body.theme-default .warn-900 input[type=text], body.theme-default .warn-A200 input[type=text], body.theme-default .warn-A400 input[type=text], body.theme-default .warn-A700 input[type=text], body.theme-default .warn input[type=text] {
  color: white;
}
body.theme-default .primary-300 .mat-form-field-label, body.theme-default .primary-400 .mat-form-field-label, body.theme-default .primary-500 .mat-form-field-label, body.theme-default .primary-600 .mat-form-field-label, body.theme-default .primary-700 .mat-form-field-label, body.theme-default .primary-800 .mat-form-field-label, body.theme-default .primary-900 .mat-form-field-label, body.theme-default .primary-A200 .mat-form-field-label, body.theme-default .primary-A400 .mat-form-field-label, body.theme-default .primary-A700 .mat-form-field-label, body.theme-default .primary .mat-form-field-label, body.theme-default .accent-300 .mat-form-field-label, body.theme-default .accent-400 .mat-form-field-label, body.theme-default .accent-500 .mat-form-field-label, body.theme-default .accent-600 .mat-form-field-label, body.theme-default .accent-700 .mat-form-field-label, body.theme-default .accent-800 .mat-form-field-label, body.theme-default .accent-900 .mat-form-field-label, body.theme-default .accent-A200 .mat-form-field-label, body.theme-default .accent-A400 .mat-form-field-label, body.theme-default .accent-A700 .mat-form-field-label, body.theme-default .accent .mat-form-field-label, body.theme-default .warn-500 .mat-form-field-label, body.theme-default .warn-600 .mat-form-field-label, body.theme-default .warn-700 .mat-form-field-label, body.theme-default .warn-800 .mat-form-field-label, body.theme-default .warn-900 .mat-form-field-label, body.theme-default .warn-A200 .mat-form-field-label, body.theme-default .warn-A400 .mat-form-field-label, body.theme-default .warn-A700 .mat-form-field-label, body.theme-default .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-form-field-underline, body.theme-default .primary-400 .mat-form-field-underline, body.theme-default .primary-500 .mat-form-field-underline, body.theme-default .primary-600 .mat-form-field-underline, body.theme-default .primary-700 .mat-form-field-underline, body.theme-default .primary-800 .mat-form-field-underline, body.theme-default .primary-900 .mat-form-field-underline, body.theme-default .primary-A200 .mat-form-field-underline, body.theme-default .primary-A400 .mat-form-field-underline, body.theme-default .primary-A700 .mat-form-field-underline, body.theme-default .primary .mat-form-field-underline, body.theme-default .accent-300 .mat-form-field-underline, body.theme-default .accent-400 .mat-form-field-underline, body.theme-default .accent-500 .mat-form-field-underline, body.theme-default .accent-600 .mat-form-field-underline, body.theme-default .accent-700 .mat-form-field-underline, body.theme-default .accent-800 .mat-form-field-underline, body.theme-default .accent-900 .mat-form-field-underline, body.theme-default .accent-A200 .mat-form-field-underline, body.theme-default .accent-A400 .mat-form-field-underline, body.theme-default .accent-A700 .mat-form-field-underline, body.theme-default .accent .mat-form-field-underline, body.theme-default .warn-500 .mat-form-field-underline, body.theme-default .warn-600 .mat-form-field-underline, body.theme-default .warn-700 .mat-form-field-underline, body.theme-default .warn-800 .mat-form-field-underline, body.theme-default .warn-900 .mat-form-field-underline, body.theme-default .warn-A200 .mat-form-field-underline, body.theme-default .warn-A400 .mat-form-field-underline, body.theme-default .warn-A700 .mat-form-field-underline, body.theme-default .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-300 .mat-select-trigger,
body.theme-default .primary-300 .mat-select-arrow, body.theme-default .primary-400 .mat-select-trigger,
body.theme-default .primary-400 .mat-select-arrow, body.theme-default .primary-500 .mat-select-trigger,
body.theme-default .primary-500 .mat-select-arrow, body.theme-default .primary-600 .mat-select-trigger,
body.theme-default .primary-600 .mat-select-arrow, body.theme-default .primary-700 .mat-select-trigger,
body.theme-default .primary-700 .mat-select-arrow, body.theme-default .primary-800 .mat-select-trigger,
body.theme-default .primary-800 .mat-select-arrow, body.theme-default .primary-900 .mat-select-trigger,
body.theme-default .primary-900 .mat-select-arrow, body.theme-default .primary-A200 .mat-select-trigger,
body.theme-default .primary-A200 .mat-select-arrow, body.theme-default .primary-A400 .mat-select-trigger,
body.theme-default .primary-A400 .mat-select-arrow, body.theme-default .primary-A700 .mat-select-trigger,
body.theme-default .primary-A700 .mat-select-arrow, body.theme-default .primary .mat-select-trigger,
body.theme-default .primary .mat-select-arrow, body.theme-default .accent-300 .mat-select-trigger,
body.theme-default .accent-300 .mat-select-arrow, body.theme-default .accent-400 .mat-select-trigger,
body.theme-default .accent-400 .mat-select-arrow, body.theme-default .accent-500 .mat-select-trigger,
body.theme-default .accent-500 .mat-select-arrow, body.theme-default .accent-600 .mat-select-trigger,
body.theme-default .accent-600 .mat-select-arrow, body.theme-default .accent-700 .mat-select-trigger,
body.theme-default .accent-700 .mat-select-arrow, body.theme-default .accent-800 .mat-select-trigger,
body.theme-default .accent-800 .mat-select-arrow, body.theme-default .accent-900 .mat-select-trigger,
body.theme-default .accent-900 .mat-select-arrow, body.theme-default .accent-A200 .mat-select-trigger,
body.theme-default .accent-A200 .mat-select-arrow, body.theme-default .accent-A400 .mat-select-trigger,
body.theme-default .accent-A400 .mat-select-arrow, body.theme-default .accent-A700 .mat-select-trigger,
body.theme-default .accent-A700 .mat-select-arrow, body.theme-default .accent .mat-select-trigger,
body.theme-default .accent .mat-select-arrow, body.theme-default .warn-500 .mat-select-trigger,
body.theme-default .warn-500 .mat-select-arrow, body.theme-default .warn-600 .mat-select-trigger,
body.theme-default .warn-600 .mat-select-arrow, body.theme-default .warn-700 .mat-select-trigger,
body.theme-default .warn-700 .mat-select-arrow, body.theme-default .warn-800 .mat-select-trigger,
body.theme-default .warn-800 .mat-select-arrow, body.theme-default .warn-900 .mat-select-trigger,
body.theme-default .warn-900 .mat-select-arrow, body.theme-default .warn-A200 .mat-select-trigger,
body.theme-default .warn-A200 .mat-select-arrow, body.theme-default .warn-A400 .mat-select-trigger,
body.theme-default .warn-A400 .mat-select-arrow, body.theme-default .warn-A700 .mat-select-trigger,
body.theme-default .warn-A700 .mat-select-arrow, body.theme-default .warn .mat-select-trigger,
body.theme-default .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-select-underline, body.theme-default .primary-400 .mat-select-underline, body.theme-default .primary-500 .mat-select-underline, body.theme-default .primary-600 .mat-select-underline, body.theme-default .primary-700 .mat-select-underline, body.theme-default .primary-800 .mat-select-underline, body.theme-default .primary-900 .mat-select-underline, body.theme-default .primary-A200 .mat-select-underline, body.theme-default .primary-A400 .mat-select-underline, body.theme-default .primary-A700 .mat-select-underline, body.theme-default .primary .mat-select-underline, body.theme-default .accent-300 .mat-select-underline, body.theme-default .accent-400 .mat-select-underline, body.theme-default .accent-500 .mat-select-underline, body.theme-default .accent-600 .mat-select-underline, body.theme-default .accent-700 .mat-select-underline, body.theme-default .accent-800 .mat-select-underline, body.theme-default .accent-900 .mat-select-underline, body.theme-default .accent-A200 .mat-select-underline, body.theme-default .accent-A400 .mat-select-underline, body.theme-default .accent-A700 .mat-select-underline, body.theme-default .accent .mat-select-underline, body.theme-default .warn-500 .mat-select-underline, body.theme-default .warn-600 .mat-select-underline, body.theme-default .warn-700 .mat-select-underline, body.theme-default .warn-800 .mat-select-underline, body.theme-default .warn-900 .mat-select-underline, body.theme-default .warn-A200 .mat-select-underline, body.theme-default .warn-A400 .mat-select-underline, body.theme-default .warn-A700 .mat-select-underline, body.theme-default .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-300 .mat-select-disabled .mat-select-value,
body.theme-default .primary-300 .mat-select-arrow,
body.theme-default .primary-300 .mat-select-trigger, body.theme-default .primary-400 .mat-select-disabled .mat-select-value,
body.theme-default .primary-400 .mat-select-arrow,
body.theme-default .primary-400 .mat-select-trigger, body.theme-default .primary-500 .mat-select-disabled .mat-select-value,
body.theme-default .primary-500 .mat-select-arrow,
body.theme-default .primary-500 .mat-select-trigger, body.theme-default .primary-600 .mat-select-disabled .mat-select-value,
body.theme-default .primary-600 .mat-select-arrow,
body.theme-default .primary-600 .mat-select-trigger, body.theme-default .primary-700 .mat-select-disabled .mat-select-value,
body.theme-default .primary-700 .mat-select-arrow,
body.theme-default .primary-700 .mat-select-trigger, body.theme-default .primary-800 .mat-select-disabled .mat-select-value,
body.theme-default .primary-800 .mat-select-arrow,
body.theme-default .primary-800 .mat-select-trigger, body.theme-default .primary-900 .mat-select-disabled .mat-select-value,
body.theme-default .primary-900 .mat-select-arrow,
body.theme-default .primary-900 .mat-select-trigger, body.theme-default .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A200 .mat-select-arrow,
body.theme-default .primary-A200 .mat-select-trigger, body.theme-default .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A400 .mat-select-arrow,
body.theme-default .primary-A400 .mat-select-trigger, body.theme-default .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A700 .mat-select-arrow,
body.theme-default .primary-A700 .mat-select-trigger, body.theme-default .primary .mat-select-disabled .mat-select-value,
body.theme-default .primary .mat-select-arrow,
body.theme-default .primary .mat-select-trigger, body.theme-default .accent-300 .mat-select-disabled .mat-select-value,
body.theme-default .accent-300 .mat-select-arrow,
body.theme-default .accent-300 .mat-select-trigger, body.theme-default .accent-400 .mat-select-disabled .mat-select-value,
body.theme-default .accent-400 .mat-select-arrow,
body.theme-default .accent-400 .mat-select-trigger, body.theme-default .accent-500 .mat-select-disabled .mat-select-value,
body.theme-default .accent-500 .mat-select-arrow,
body.theme-default .accent-500 .mat-select-trigger, body.theme-default .accent-600 .mat-select-disabled .mat-select-value,
body.theme-default .accent-600 .mat-select-arrow,
body.theme-default .accent-600 .mat-select-trigger, body.theme-default .accent-700 .mat-select-disabled .mat-select-value,
body.theme-default .accent-700 .mat-select-arrow,
body.theme-default .accent-700 .mat-select-trigger, body.theme-default .accent-800 .mat-select-disabled .mat-select-value,
body.theme-default .accent-800 .mat-select-arrow,
body.theme-default .accent-800 .mat-select-trigger, body.theme-default .accent-900 .mat-select-disabled .mat-select-value,
body.theme-default .accent-900 .mat-select-arrow,
body.theme-default .accent-900 .mat-select-trigger, body.theme-default .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A200 .mat-select-arrow,
body.theme-default .accent-A200 .mat-select-trigger, body.theme-default .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A400 .mat-select-arrow,
body.theme-default .accent-A400 .mat-select-trigger, body.theme-default .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A700 .mat-select-arrow,
body.theme-default .accent-A700 .mat-select-trigger, body.theme-default .accent .mat-select-disabled .mat-select-value,
body.theme-default .accent .mat-select-arrow,
body.theme-default .accent .mat-select-trigger, body.theme-default .warn-500 .mat-select-disabled .mat-select-value,
body.theme-default .warn-500 .mat-select-arrow,
body.theme-default .warn-500 .mat-select-trigger, body.theme-default .warn-600 .mat-select-disabled .mat-select-value,
body.theme-default .warn-600 .mat-select-arrow,
body.theme-default .warn-600 .mat-select-trigger, body.theme-default .warn-700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-700 .mat-select-arrow,
body.theme-default .warn-700 .mat-select-trigger, body.theme-default .warn-800 .mat-select-disabled .mat-select-value,
body.theme-default .warn-800 .mat-select-arrow,
body.theme-default .warn-800 .mat-select-trigger, body.theme-default .warn-900 .mat-select-disabled .mat-select-value,
body.theme-default .warn-900 .mat-select-arrow,
body.theme-default .warn-900 .mat-select-trigger, body.theme-default .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A200 .mat-select-arrow,
body.theme-default .warn-A200 .mat-select-trigger, body.theme-default .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A400 .mat-select-arrow,
body.theme-default .warn-A400 .mat-select-trigger, body.theme-default .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A700 .mat-select-arrow,
body.theme-default .warn-A700 .mat-select-trigger, body.theme-default .warn .mat-select-disabled .mat-select-value,
body.theme-default .warn .mat-select-arrow,
body.theme-default .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-select-value, body.theme-default .primary-400 .mat-select-value, body.theme-default .primary-500 .mat-select-value, body.theme-default .primary-600 .mat-select-value, body.theme-default .primary-700 .mat-select-value, body.theme-default .primary-800 .mat-select-value, body.theme-default .primary-900 .mat-select-value, body.theme-default .primary-A200 .mat-select-value, body.theme-default .primary-A400 .mat-select-value, body.theme-default .primary-A700 .mat-select-value, body.theme-default .primary .mat-select-value, body.theme-default .accent-300 .mat-select-value, body.theme-default .accent-400 .mat-select-value, body.theme-default .accent-500 .mat-select-value, body.theme-default .accent-600 .mat-select-value, body.theme-default .accent-700 .mat-select-value, body.theme-default .accent-800 .mat-select-value, body.theme-default .accent-900 .mat-select-value, body.theme-default .accent-A200 .mat-select-value, body.theme-default .accent-A400 .mat-select-value, body.theme-default .accent-A700 .mat-select-value, body.theme-default .accent .mat-select-value, body.theme-default .warn-500 .mat-select-value, body.theme-default .warn-600 .mat-select-value, body.theme-default .warn-700 .mat-select-value, body.theme-default .warn-800 .mat-select-value, body.theme-default .warn-900 .mat-select-value, body.theme-default .warn-A200 .mat-select-value, body.theme-default .warn-A400 .mat-select-value, body.theme-default .warn-A700 .mat-select-value, body.theme-default .warn .mat-select-value {
  color: white;
}
body.theme-other .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-option:hover:not(.mat-option-disabled), body.theme-other .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #bdbdbd;
}
body.theme-other .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ef5350;
}
body.theme-other .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff9800;
}
body.theme-other .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.theme-other .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.theme-other .mat-primary .mat-pseudo-checkbox-checked,
body.theme-other .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #bdbdbd;
}
body.theme-other .mat-pseudo-checkbox-checked,
body.theme-other .mat-pseudo-checkbox-indeterminate,
body.theme-other .mat-accent .mat-pseudo-checkbox-checked,
body.theme-other .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ef5350;
}
body.theme-other .mat-warn .mat-pseudo-checkbox-checked,
body.theme-other .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff9800;
}
body.theme-other .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-other .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.theme-other .mat-app-background, body.theme-other.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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);
}
body.theme-other .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;
}
body.theme-other .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.theme-other .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-badge {
  position: relative;
}
body.theme-other .mat-badge.mat-badge {
  overflow: visible;
}
body.theme-other .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-other .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-other .ng-animate-disabled .mat-badge-content,
body.theme-other .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-other .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-other .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-other .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-other .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-other .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-other .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-other .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-other .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-other .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-other .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-other .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-other .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-other .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-other .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-other .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-other .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-other .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-other .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-other .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-other .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-other .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-other .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-other .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-other .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-other .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-other .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-other .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-other .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-other .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-other .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-other .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-other .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-other .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-other .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-other .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #bdbdbd;
}
.cdk-high-contrast-active body.theme-other .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-other .mat-badge-accent .mat-badge-content {
  background: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-badge-warn .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #ff9800;
}
body.theme-other .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-bottom-sheet-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-button, body.theme-other .mat-icon-button, body.theme-other .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-other .mat-button.mat-primary, body.theme-other .mat-icon-button.mat-primary, body.theme-other .mat-stroked-button.mat-primary {
  color: #bdbdbd;
}
body.theme-other .mat-button.mat-accent, body.theme-other .mat-icon-button.mat-accent, body.theme-other .mat-stroked-button.mat-accent {
  color: #ef5350;
}
body.theme-other .mat-button.mat-warn, body.theme-other .mat-icon-button.mat-warn, body.theme-other .mat-stroked-button.mat-warn {
  color: #ff9800;
}
body.theme-other .mat-button.mat-primary.mat-button-disabled, body.theme-other .mat-button.mat-accent.mat-button-disabled, body.theme-other .mat-button.mat-warn.mat-button-disabled, body.theme-other .mat-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-icon-button.mat-primary.mat-button-disabled, body.theme-other .mat-icon-button.mat-accent.mat-button-disabled, body.theme-other .mat-icon-button.mat-warn.mat-button-disabled, body.theme-other .mat-icon-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-stroked-button.mat-primary.mat-button-disabled, body.theme-other .mat-stroked-button.mat-accent.mat-button-disabled, body.theme-other .mat-stroked-button.mat-warn.mat-button-disabled, body.theme-other .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-button.mat-primary .mat-button-focus-overlay, body.theme-other .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-other .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #bdbdbd;
}
body.theme-other .mat-button.mat-accent .mat-button-focus-overlay, body.theme-other .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-other .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ef5350;
}
body.theme-other .mat-button.mat-warn .mat-button-focus-overlay, body.theme-other .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-other .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff9800;
}
body.theme-other .mat-button.mat-button-disabled .mat-button-focus-overlay, body.theme-other .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.theme-other .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-other .mat-button .mat-ripple-element, body.theme-other .mat-icon-button .mat-ripple-element, body.theme-other .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-other .mat-button-focus-overlay {
  background: black;
}
body.theme-other .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-flat-button, body.theme-other .mat-raised-button, body.theme-other .mat-fab, body.theme-other .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.theme-other .mat-flat-button.mat-primary, body.theme-other .mat-raised-button.mat-primary, body.theme-other .mat-fab.mat-primary, body.theme-other .mat-mini-fab.mat-primary {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-flat-button.mat-accent, body.theme-other .mat-raised-button.mat-accent, body.theme-other .mat-fab.mat-accent, body.theme-other .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-flat-button.mat-warn, body.theme-other .mat-raised-button.mat-warn, body.theme-other .mat-fab.mat-warn, body.theme-other .mat-mini-fab.mat-warn {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-flat-button.mat-primary.mat-button-disabled, body.theme-other .mat-flat-button.mat-accent.mat-button-disabled, body.theme-other .mat-flat-button.mat-warn.mat-button-disabled, body.theme-other .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-raised-button.mat-primary.mat-button-disabled, body.theme-other .mat-raised-button.mat-accent.mat-button-disabled, body.theme-other .mat-raised-button.mat-warn.mat-button-disabled, body.theme-other .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-fab.mat-primary.mat-button-disabled, body.theme-other .mat-fab.mat-accent.mat-button-disabled, body.theme-other .mat-fab.mat-warn.mat-button-disabled, body.theme-other .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-other .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-other .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-other .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-other .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-flat-button.mat-primary, body.theme-other .mat-raised-button.mat-primary, body.theme-other .mat-fab.mat-primary, body.theme-other .mat-mini-fab.mat-primary {
  background-color: #bdbdbd;
}
body.theme-other .mat-flat-button.mat-accent, body.theme-other .mat-raised-button.mat-accent, body.theme-other .mat-fab.mat-accent, body.theme-other .mat-mini-fab.mat-accent {
  background-color: #ef5350;
}
body.theme-other .mat-flat-button.mat-warn, body.theme-other .mat-raised-button.mat-warn, body.theme-other .mat-fab.mat-warn, body.theme-other .mat-mini-fab.mat-warn {
  background-color: #ff9800;
}
body.theme-other .mat-flat-button.mat-primary.mat-button-disabled, body.theme-other .mat-flat-button.mat-accent.mat-button-disabled, body.theme-other .mat-flat-button.mat-warn.mat-button-disabled, body.theme-other .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-raised-button.mat-primary.mat-button-disabled, body.theme-other .mat-raised-button.mat-accent.mat-button-disabled, body.theme-other .mat-raised-button.mat-warn.mat-button-disabled, body.theme-other .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-other .mat-fab.mat-primary.mat-button-disabled, body.theme-other .mat-fab.mat-accent.mat-button-disabled, body.theme-other .mat-fab.mat-warn.mat-button-disabled, body.theme-other .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-other .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-other .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-other .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-other .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-flat-button.mat-primary .mat-ripple-element, body.theme-other .mat-raised-button.mat-primary .mat-ripple-element, body.theme-other .mat-fab.mat-primary .mat-ripple-element, body.theme-other .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-flat-button.mat-accent .mat-ripple-element, body.theme-other .mat-raised-button.mat-accent .mat-ripple-element, body.theme-other .mat-fab.mat-accent .mat-ripple-element, body.theme-other .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-flat-button.mat-warn .mat-ripple-element, body.theme-other .mat-raised-button.mat-warn .mat-ripple-element, body.theme-other .mat-fab.mat-warn .mat-ripple-element, body.theme-other .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-other .mat-flat-button:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-raised-button:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-fab:not([class*=mat-elevation-z]), body.theme-other .mat-mini-fab:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.theme-other .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.theme-other .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.theme-other .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.theme-other .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.theme-other .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.theme-other .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.theme-other .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
body.theme-other [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
body.theme-other .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
body.theme-other .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.theme-other .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.theme-other .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.theme-other .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-other .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
body.theme-other .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-card:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.theme-other .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.theme-other .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.theme-other .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-other .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #bdbdbd;
}
body.theme-other .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-other .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ef5350;
}
body.theme-other .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-other .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #ff9800;
}
body.theme-other .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-other .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.theme-other .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.theme-other .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.theme-other .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-other .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #bdbdbd;
}
body.theme-other .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-other .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ef5350;
}
body.theme-other .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-other .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff9800;
}
body.theme-other .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-other .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  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);
}
body.theme-other .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-other .mat-chip.mat-standard-chip::after {
  background: black;
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-other .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-other .mat-table {
  background: white;
}
body.theme-other .mat-table thead, body.theme-other .mat-table tbody, body.theme-other .mat-table tfoot,
body.theme-other mat-header-row, body.theme-other mat-row, body.theme-other mat-footer-row,
body.theme-other [mat-header-row], body.theme-other [mat-row], body.theme-other [mat-footer-row],
body.theme-other .mat-table-sticky {
  background: inherit;
}
body.theme-other mat-row, body.theme-other mat-header-row, body.theme-other mat-footer-row,
body.theme-other th.mat-header-cell, body.theme-other td.mat-cell, body.theme-other td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-cell, body.theme-other .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-datepicker-toggle,
body.theme-other .mat-datepicker-content .mat-calendar-next-button,
body.theme-other .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-calendar-table-header,
body.theme-other .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-calendar-body-cell-content,
body.theme-other .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.theme-other .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body.theme-other .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.theme-other .mat-calendar-body-in-range::before {
  background: rgba(189, 189, 189, 0.2);
}
body.theme-other .mat-calendar-body-comparison-identical,
body.theme-other .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-other .mat-calendar-body-comparison-bridge-start::before,
body.theme-other [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(189, 189, 189, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-calendar-body-comparison-bridge-end::before,
body.theme-other [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(189, 189, 189, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-other .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-other .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-other .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-other .mat-calendar-body-selected {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(189, 189, 189, 0.4);
}
body.theme-other .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
body.theme-other .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-other .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(189, 189, 189, 0.3);
}
@media (hover: hover) {
  body.theme-other .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(189, 189, 189, 0.3);
  }
}
body.theme-other .mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(239, 83, 80, 0.2);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.theme-other .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(239, 83, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.theme-other .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(239, 83, 80, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(239, 83, 80, 0.4);
}
body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-other .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(239, 83, 80, 0.3);
}
@media (hover: hover) {
  body.theme-other .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(239, 83, 80, 0.3);
  }
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(255, 152, 0, 0.2);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.theme-other .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.theme-other .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 152, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 152, 0, 0.4);
}
body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-other .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 152, 0, 0.3);
}
@media (hover: hover) {
  body.theme-other .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 152, 0, 0.3);
  }
}
body.theme-other .mat-datepicker-content-touch {
  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);
}
body.theme-other .mat-datepicker-toggle-active {
  color: #bdbdbd;
}
body.theme-other .mat-datepicker-toggle-active.mat-accent {
  color: #ef5350;
}
body.theme-other .mat-datepicker-toggle-active.mat-warn {
  color: #ff9800;
}
body.theme-other .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-dialog-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-other .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-other .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-other .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.theme-other .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-expansion-panel-header-description,
body.theme-other .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-other .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-other .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-other .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-label {
  color: #bdbdbd;
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ef5350;
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff9800;
}
body.theme-other .mat-focused .mat-form-field-required-marker {
  color: #ef5350;
}
body.theme-other .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #bdbdbd;
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ef5350;
}
body.theme-other .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff9800;
}
body.theme-other .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #bdbdbd;
}
body.theme-other .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ef5350;
}
body.theme-other .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #ff9800;
}
body.theme-other .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #ff9800;
}
body.theme-other .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-other .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff9800;
}
body.theme-other .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-other .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff9800;
}
body.theme-other .mat-error {
  color: #ff9800;
}
body.theme-other .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-other .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-other .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.theme-other .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-other .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #bdbdbd;
}
body.theme-other .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ef5350;
}
body.theme-other .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #ff9800;
}
body.theme-other .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff9800;
}
body.theme-other .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.theme-other .mat-icon.mat-primary {
  color: #bdbdbd;
}
body.theme-other .mat-icon.mat-accent {
  color: #ef5350;
}
body.theme-other .mat-icon.mat-warn {
  color: #ff9800;
}
body.theme-other .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-input-element:disabled,
body.theme-other .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-input-element {
  caret-color: #bdbdbd;
}
body.theme-other .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-form-field.mat-accent .mat-input-element {
  caret-color: #ef5350;
}
body.theme-other .mat-form-field.mat-warn .mat-input-element,
body.theme-other .mat-form-field-invalid .mat-input-element {
  caret-color: #ff9800;
}
body.theme-other .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #ff9800;
}
body.theme-other .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-list-option:hover, body.theme-other .mat-list-option:focus,
body.theme-other .mat-nav-list .mat-list-item:hover,
body.theme-other .mat-nav-list .mat-list-item:focus,
body.theme-other .mat-action-list .mat-list-item:hover,
body.theme-other .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-list-single-selected-option, body.theme-other .mat-list-single-selected-option:hover, body.theme-other .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-menu-panel {
  background: white;
}
body.theme-other .mat-menu-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-menu-item[disabled],
body.theme-other .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.theme-other .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-menu-item .mat-icon-no-color,
body.theme-other .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-menu-item:hover:not([disabled]),
body.theme-other .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-other .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-other .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-paginator {
  background: white;
}
body.theme-other .mat-paginator,
body.theme-other .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-paginator-decrement,
body.theme-other .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-paginator-first,
body.theme-other .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-other .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-other .mat-icon-button[disabled] .mat-paginator-first,
body.theme-other .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-progress-bar-background {
  fill: #ebebeb;
}
body.theme-other .mat-progress-bar-buffer {
  background-color: #ebebeb;
}
body.theme-other .mat-progress-bar-fill::after {
  background-color: #bdbdbd;
}
body.theme-other .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f7d0d0;
}
body.theme-other .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f7d0d0;
}
body.theme-other .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ef5350;
}
body.theme-other .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #fbe2bc;
}
body.theme-other .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #fbe2bc;
}
body.theme-other .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #ff9800;
}
body.theme-other .mat-progress-spinner circle, body.theme-other .mat-spinner circle {
  stroke: #bdbdbd;
}
body.theme-other .mat-progress-spinner.mat-accent circle, body.theme-other .mat-spinner.mat-accent circle {
  stroke: #ef5350;
}
body.theme-other .mat-progress-spinner.mat-warn circle, body.theme-other .mat-spinner.mat-warn circle {
  stroke: #ff9800;
}
body.theme-other .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #bdbdbd;
}
body.theme-other .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-other .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-other .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-other .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #bdbdbd;
}
body.theme-other .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ef5350;
}
body.theme-other .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-other .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-other .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-other .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ef5350;
}
body.theme-other .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff9800;
}
body.theme-other .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-other .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-other .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-other .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff9800;
}
body.theme-other .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-other .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-other .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.theme-other .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-other .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-select-panel {
  background: white;
}
body.theme-other .mat-select-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-other .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #bdbdbd;
}
body.theme-other .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ef5350;
}
body.theme-other .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #ff9800;
}
body.theme-other .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff9800;
}
body.theme-other .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.theme-other .mat-drawer:not(.mat-drawer-side) {
  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);
}
body.theme-other .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-other [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-other [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-other .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ef5350;
}
body.theme-other .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(239, 83, 80, 0.54);
}
body.theme-other .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ef5350;
}
body.theme-other .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #bdbdbd;
}
body.theme-other .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(189, 189, 189, 0.54);
}
body.theme-other .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #bdbdbd;
}
body.theme-other .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff9800;
}
body.theme-other .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 152, 0, 0.54);
}
body.theme-other .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff9800;
}
body.theme-other .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.theme-other .mat-slide-toggle-thumb {
  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);
  background-color: #fafafa;
}
body.theme-other .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-slider.mat-primary .mat-slider-track-fill,
body.theme-other .mat-slider.mat-primary .mat-slider-thumb,
body.theme-other .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #bdbdbd;
}
body.theme-other .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(189, 189, 189, 0.2);
}
body.theme-other .mat-slider.mat-accent .mat-slider-track-fill,
body.theme-other .mat-slider.mat-accent .mat-slider-thumb,
body.theme-other .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #ef5350;
}
body.theme-other .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(239, 83, 80, 0.2);
}
body.theme-other .mat-slider.mat-warn .mat-slider-track-fill,
body.theme-other .mat-slider.mat-warn .mat-slider-thumb,
body.theme-other .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #ff9800;
}
body.theme-other .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(255, 152, 0, 0.2);
}
body.theme-other .mat-slider:hover .mat-slider-track-background,
body.theme-other .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.theme-other .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.theme-other .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-other .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-other .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.theme-other .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-other .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-other .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.theme-other .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.theme-other .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-other .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-other .mat-step-header.cdk-keyboard-focused, body.theme-other .mat-step-header.cdk-program-focused, body.theme-other .mat-step-header:hover:not([aria-disabled]), body.theme-other .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.theme-other .mat-step-header:hover {
    background: none;
  }
}
body.theme-other .mat-step-header .mat-step-label,
body.theme-other .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header .mat-step-icon-selected,
body.theme-other .mat-step-header .mat-step-icon-state-done,
body.theme-other .mat-step-header .mat-step-icon-state-edit {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header.mat-accent .mat-step-icon-selected,
body.theme-other .mat-step-header.mat-accent .mat-step-icon-state-done,
body.theme-other .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header.mat-warn .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header.mat-warn .mat-step-icon-selected,
body.theme-other .mat-step-header.mat-warn .mat-step-icon-state-done,
body.theme-other .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff9800;
}
body.theme-other .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff9800;
}
body.theme-other .mat-stepper-horizontal, body.theme-other .mat-stepper-vertical {
  background-color: white;
}
body.theme-other .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-horizontal-stepper-header::before,
body.theme-other .mat-horizontal-stepper-header::after,
body.theme-other .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-sort-header-arrow {
  color: #757575;
}
body.theme-other .mat-tab-nav-bar,
body.theme-other .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-other .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.theme-other .mat-tab-label, body.theme-other .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-other .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.theme-other .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-other .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(158, 158, 158, 0.3);
}
body.theme-other .mat-tab-group.mat-primary .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #bdbdbd;
}
body.theme-other .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.3);
}
body.theme-other .mat-tab-group.mat-accent .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ef5350;
}
body.theme-other .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
body.theme-other .mat-tab-group.mat-warn .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff9800;
}
body.theme-other .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-other .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(158, 158, 158, 0.3);
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header, body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #bdbdbd;
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
body.theme-other .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(244, 67, 54, 0.3);
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header, body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ef5350;
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
body.theme-other .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-other .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-other .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header, body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #ff9800;
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: black;
  opacity: 0.4;
}
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-other .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 0.12;
}
body.theme-other .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-toolbar.mat-primary {
  background: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-toolbar.mat-accent {
  background: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-toolbar.mat-warn {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-toolbar .mat-form-field-underline,
body.theme-other .mat-toolbar .mat-form-field-ripple,
body.theme-other .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-other .mat-toolbar .mat-form-field-label,
body.theme-other .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-other .mat-toolbar .mat-select-value,
body.theme-other .mat-toolbar .mat-select-arrow,
body.theme-other .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-other .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-other .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-other .mat-tree {
  background: white;
}
body.theme-other .mat-tree-node,
body.theme-other .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  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);
}
body.theme-other .mat-simple-snackbar-action {
  color: #ef5350;
}
body.theme-other {
  color: rgba(0, 0, 0, 0.87);
  background: #F5F5F5;
}
body.theme-other .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .icon,
body.theme-other i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .fade-text,
body.theme-other .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-other .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .form-wrapper {
  background-color: white;
}
body.theme-other .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other .simple-pagination {
  background: white;
}
body.theme-other .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .price-tables .price-table {
  background: white;
}
body.theme-other .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .simple-table-container {
  background: white;
}
body.theme-other table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-other .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .page-layout.carded.left-sidebar > .center > .content-card, body.theme-other .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-other .page-layout.carded.left-sidebar > .center > .content-card > .toolbar, body.theme-other .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .page-layout.simple.left-sidebar > .center > .content, body.theme-other .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-other .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, body.theme-other .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-other a {
  color: #ef5350;
}
body.theme-other code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-other .changelog .entry {
  background-color: white;
}
body.theme-other .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .fuse-search-bar.expanded {
  background-color: #ef5350;
}
body.theme-other ::-moz-placeholder {
  color: #ef9a9a;
  opacity: 1;
}
body.theme-other ::placeholder {
  color: #ef9a9a;
  opacity: 1;
}
body.theme-other ::-ms-input-placeholder {
  color: #ef9a9a;
}
body.theme-other #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-other fuse-sidebar {
  background: #fafafa;
}
body.theme-other .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-other .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-other fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-other fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-other fuse-widget > .fuse-widget-front,
body.theme-other fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-other ngx-datatable.material {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-other ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-other ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other ngx-datatable.material .datatable-footer {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-other chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-other chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-other chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #ef5350;
}
body.theme-other chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #ef5350;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-other chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #bdbdbd;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-other chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E0E0E0;
}
body.theme-other chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-other chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-other toolbar .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-other .primary-50-bg {
  background-color: #fafafa !important;
}
body.theme-other .primary-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-50[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-50-fg {
  color: #fafafa !important;
}
body.theme-other .primary-50-border {
  border-color: #fafafa !important;
}
body.theme-other .primary-50-border-top {
  border-top-color: #fafafa !important;
}
body.theme-other .primary-50-border-right {
  border-right-color: #fafafa !important;
}
body.theme-other .primary-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
body.theme-other .primary-50-border-left {
  border-left-color: #fafafa !important;
}
body.theme-other .primary-100-bg {
  background-color: #f5f5f5 !important;
}
body.theme-other .primary-100 {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-100[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-100-fg {
  color: #f5f5f5 !important;
}
body.theme-other .primary-100-border {
  border-color: #f5f5f5 !important;
}
body.theme-other .primary-100-border-top {
  border-top-color: #f5f5f5 !important;
}
body.theme-other .primary-100-border-right {
  border-right-color: #f5f5f5 !important;
}
body.theme-other .primary-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
body.theme-other .primary-100-border-left {
  border-left-color: #f5f5f5 !important;
}
body.theme-other .primary-200-bg {
  background-color: #eeeeee !important;
}
body.theme-other .primary-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-200-fg {
  color: #eeeeee !important;
}
body.theme-other .primary-200-border {
  border-color: #eeeeee !important;
}
body.theme-other .primary-200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-other .primary-200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-other .primary-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-other .primary-200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-other .primary-300-bg {
  background-color: #e0e0e0 !important;
}
body.theme-other .primary-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-300[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-300-fg {
  color: #e0e0e0 !important;
}
body.theme-other .primary-300-border {
  border-color: #e0e0e0 !important;
}
body.theme-other .primary-300-border-top {
  border-top-color: #e0e0e0 !important;
}
body.theme-other .primary-300-border-right {
  border-right-color: #e0e0e0 !important;
}
body.theme-other .primary-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
body.theme-other .primary-300-border-left {
  border-left-color: #e0e0e0 !important;
}
body.theme-other .primary-400-bg {
  background-color: #bdbdbd !important;
}
body.theme-other .primary-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-400-fg {
  color: #bdbdbd !important;
}
body.theme-other .primary-400-border {
  border-color: #bdbdbd !important;
}
body.theme-other .primary-400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-other .primary-400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-other .primary-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-other .primary-400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-other .primary-500-bg {
  background-color: #9e9e9e !important;
}
body.theme-other .primary-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-500[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-500-fg {
  color: #9e9e9e !important;
}
body.theme-other .primary-500-border {
  border-color: #9e9e9e !important;
}
body.theme-other .primary-500-border-top {
  border-top-color: #9e9e9e !important;
}
body.theme-other .primary-500-border-right {
  border-right-color: #9e9e9e !important;
}
body.theme-other .primary-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
body.theme-other .primary-500-border-left {
  border-left-color: #9e9e9e !important;
}
body.theme-other .primary-600-bg {
  background-color: #757575 !important;
}
body.theme-other .primary-600 {
  background-color: #757575 !important;
  color: white !important;
}
body.theme-other .primary-600[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .primary-600-fg {
  color: #757575 !important;
}
body.theme-other .primary-600-border {
  border-color: #757575 !important;
}
body.theme-other .primary-600-border-top {
  border-top-color: #757575 !important;
}
body.theme-other .primary-600-border-right {
  border-right-color: #757575 !important;
}
body.theme-other .primary-600-border-bottom {
  border-bottom-color: #757575 !important;
}
body.theme-other .primary-600-border-left {
  border-left-color: #757575 !important;
}
body.theme-other .primary-700-bg {
  background-color: #616161 !important;
}
body.theme-other .primary-700 {
  background-color: #616161 !important;
  color: white !important;
}
body.theme-other .primary-700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .primary-700-fg {
  color: #616161 !important;
}
body.theme-other .primary-700-border {
  border-color: #616161 !important;
}
body.theme-other .primary-700-border-top {
  border-top-color: #616161 !important;
}
body.theme-other .primary-700-border-right {
  border-right-color: #616161 !important;
}
body.theme-other .primary-700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-other .primary-700-border-left {
  border-left-color: #616161 !important;
}
body.theme-other .primary-800-bg {
  background-color: #424242 !important;
}
body.theme-other .primary-800 {
  background-color: #424242 !important;
  color: white !important;
}
body.theme-other .primary-800[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .primary-800-fg {
  color: #424242 !important;
}
body.theme-other .primary-800-border {
  border-color: #424242 !important;
}
body.theme-other .primary-800-border-top {
  border-top-color: #424242 !important;
}
body.theme-other .primary-800-border-right {
  border-right-color: #424242 !important;
}
body.theme-other .primary-800-border-bottom {
  border-bottom-color: #424242 !important;
}
body.theme-other .primary-800-border-left {
  border-left-color: #424242 !important;
}
body.theme-other .primary-900-bg {
  background-color: #212121 !important;
}
body.theme-other .primary-900 {
  background-color: #212121 !important;
  color: white !important;
}
body.theme-other .primary-900[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .primary-900-fg {
  color: #212121 !important;
}
body.theme-other .primary-900-border {
  border-color: #212121 !important;
}
body.theme-other .primary-900-border-top {
  border-top-color: #212121 !important;
}
body.theme-other .primary-900-border-right {
  border-right-color: #212121 !important;
}
body.theme-other .primary-900-border-bottom {
  border-bottom-color: #212121 !important;
}
body.theme-other .primary-900-border-left {
  border-left-color: #212121 !important;
}
body.theme-other .primary-A100-bg {
  background-color: #ffffff !important;
}
body.theme-other .primary-A100 {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-A100[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-A100-fg {
  color: #ffffff !important;
}
body.theme-other .primary-A100-border {
  border-color: #ffffff !important;
}
body.theme-other .primary-A100-border-top {
  border-top-color: #ffffff !important;
}
body.theme-other .primary-A100-border-right {
  border-right-color: #ffffff !important;
}
body.theme-other .primary-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
body.theme-other .primary-A100-border-left {
  border-left-color: #ffffff !important;
}
body.theme-other .primary-A200-bg {
  background-color: #eeeeee !important;
}
body.theme-other .primary-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-A200[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-A200-fg {
  color: #eeeeee !important;
}
body.theme-other .primary-A200-border {
  border-color: #eeeeee !important;
}
body.theme-other .primary-A200-border-top {
  border-top-color: #eeeeee !important;
}
body.theme-other .primary-A200-border-right {
  border-right-color: #eeeeee !important;
}
body.theme-other .primary-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
body.theme-other .primary-A200-border-left {
  border-left-color: #eeeeee !important;
}
body.theme-other .primary-A400-bg {
  background-color: #bdbdbd !important;
}
body.theme-other .primary-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary-A400[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-A400-fg {
  color: #bdbdbd !important;
}
body.theme-other .primary-A400-border {
  border-color: #bdbdbd !important;
}
body.theme-other .primary-A400-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-other .primary-A400-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-other .primary-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-other .primary-A400-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-other .primary-A700-bg {
  background-color: #616161 !important;
}
body.theme-other .primary-A700 {
  background-color: #616161 !important;
  color: white !important;
}
body.theme-other .primary-A700[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .primary-A700-fg {
  color: #616161 !important;
}
body.theme-other .primary-A700-border {
  border-color: #616161 !important;
}
body.theme-other .primary-A700-border-top {
  border-top-color: #616161 !important;
}
body.theme-other .primary-A700-border-right {
  border-right-color: #616161 !important;
}
body.theme-other .primary-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
body.theme-other .primary-A700-border-left {
  border-left-color: #616161 !important;
}
body.theme-other .primary-bg {
  background-color: #bdbdbd !important;
}
body.theme-other .primary {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .primary[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .primary-fg {
  color: #bdbdbd !important;
}
body.theme-other .primary-border {
  border-color: #bdbdbd !important;
}
body.theme-other .primary-border-top {
  border-top-color: #bdbdbd !important;
}
body.theme-other .primary-border-right {
  border-right-color: #bdbdbd !important;
}
body.theme-other .primary-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
body.theme-other .primary-border-left {
  border-left-color: #bdbdbd !important;
}
body.theme-other .accent-50-bg {
  background-color: #ffebee !important;
}
body.theme-other .accent-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-50-fg {
  color: #ffebee !important;
}
body.theme-other .accent-50-border {
  border-color: #ffebee !important;
}
body.theme-other .accent-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-other .accent-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-other .accent-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-other .accent-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-other .accent-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-other .accent-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-100-fg {
  color: #ffcdd2 !important;
}
body.theme-other .accent-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-other .accent-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-other .accent-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-other .accent-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-other .accent-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-other .accent-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-other .accent-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-200-fg {
  color: #ef9a9a !important;
}
body.theme-other .accent-200-border {
  border-color: #ef9a9a !important;
}
body.theme-other .accent-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-other .accent-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-other .accent-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-other .accent-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-other .accent-300-bg {
  background-color: #e57373 !important;
}
body.theme-other .accent-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-300-fg {
  color: #e57373 !important;
}
body.theme-other .accent-300-border {
  border-color: #e57373 !important;
}
body.theme-other .accent-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-other .accent-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-other .accent-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-other .accent-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-other .accent-400-bg {
  background-color: #ef5350 !important;
}
body.theme-other .accent-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-400-fg {
  color: #ef5350 !important;
}
body.theme-other .accent-400-border {
  border-color: #ef5350 !important;
}
body.theme-other .accent-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-other .accent-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-other .accent-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-other .accent-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-other .accent-500-bg {
  background-color: #f44336 !important;
}
body.theme-other .accent-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-other .accent-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-500-fg {
  color: #f44336 !important;
}
body.theme-other .accent-500-border {
  border-color: #f44336 !important;
}
body.theme-other .accent-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-other .accent-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-other .accent-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-other .accent-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-other .accent-600-bg {
  background-color: #e53935 !important;
}
body.theme-other .accent-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-other .accent-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-600-fg {
  color: #e53935 !important;
}
body.theme-other .accent-600-border {
  border-color: #e53935 !important;
}
body.theme-other .accent-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-other .accent-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-other .accent-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-other .accent-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-other .accent-700-bg {
  background-color: #d32f2f !important;
}
body.theme-other .accent-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-other .accent-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-700-fg {
  color: #d32f2f !important;
}
body.theme-other .accent-700-border {
  border-color: #d32f2f !important;
}
body.theme-other .accent-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-other .accent-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-other .accent-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-other .accent-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-other .accent-800-bg {
  background-color: #c62828 !important;
}
body.theme-other .accent-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-other .accent-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-800-fg {
  color: #c62828 !important;
}
body.theme-other .accent-800-border {
  border-color: #c62828 !important;
}
body.theme-other .accent-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-other .accent-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-other .accent-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-other .accent-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-other .accent-900-bg {
  background-color: #b71c1c !important;
}
body.theme-other .accent-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-other .accent-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-900-fg {
  color: #b71c1c !important;
}
body.theme-other .accent-900-border {
  border-color: #b71c1c !important;
}
body.theme-other .accent-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-other .accent-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-other .accent-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-other .accent-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-other .accent-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-other .accent-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-A100-fg {
  color: #ff8a80 !important;
}
body.theme-other .accent-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-other .accent-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-other .accent-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-other .accent-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-other .accent-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-other .accent-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-other .accent-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-other .accent-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-A200-fg {
  color: #ff5252 !important;
}
body.theme-other .accent-A200-border {
  border-color: #ff5252 !important;
}
body.theme-other .accent-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-other .accent-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-other .accent-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-other .accent-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-other .accent-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-other .accent-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-other .accent-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-A400-fg {
  color: #ff1744 !important;
}
body.theme-other .accent-A400-border {
  border-color: #ff1744 !important;
}
body.theme-other .accent-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-other .accent-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-other .accent-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-other .accent-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-other .accent-A700-bg {
  background-color: #d50000 !important;
}
body.theme-other .accent-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-other .accent-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .accent-A700-fg {
  color: #d50000 !important;
}
body.theme-other .accent-A700-border {
  border-color: #d50000 !important;
}
body.theme-other .accent-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-other .accent-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-other .accent-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-other .accent-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-other .accent-bg {
  background-color: #ef5350 !important;
}
body.theme-other .accent {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .accent[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .accent-fg {
  color: #ef5350 !important;
}
body.theme-other .accent-border {
  border-color: #ef5350 !important;
}
body.theme-other .accent-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-other .accent-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-other .accent-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-other .accent-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-other .warn-50-bg {
  background-color: #fff3e0 !important;
}
body.theme-other .warn-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-50[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-50-fg {
  color: #fff3e0 !important;
}
body.theme-other .warn-50-border {
  border-color: #fff3e0 !important;
}
body.theme-other .warn-50-border-top {
  border-top-color: #fff3e0 !important;
}
body.theme-other .warn-50-border-right {
  border-right-color: #fff3e0 !important;
}
body.theme-other .warn-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
body.theme-other .warn-50-border-left {
  border-left-color: #fff3e0 !important;
}
body.theme-other .warn-100-bg {
  background-color: #ffe0b2 !important;
}
body.theme-other .warn-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-100[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-100-fg {
  color: #ffe0b2 !important;
}
body.theme-other .warn-100-border {
  border-color: #ffe0b2 !important;
}
body.theme-other .warn-100-border-top {
  border-top-color: #ffe0b2 !important;
}
body.theme-other .warn-100-border-right {
  border-right-color: #ffe0b2 !important;
}
body.theme-other .warn-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
body.theme-other .warn-100-border-left {
  border-left-color: #ffe0b2 !important;
}
body.theme-other .warn-200-bg {
  background-color: #ffcc80 !important;
}
body.theme-other .warn-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-200[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-200-fg {
  color: #ffcc80 !important;
}
body.theme-other .warn-200-border {
  border-color: #ffcc80 !important;
}
body.theme-other .warn-200-border-top {
  border-top-color: #ffcc80 !important;
}
body.theme-other .warn-200-border-right {
  border-right-color: #ffcc80 !important;
}
body.theme-other .warn-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
body.theme-other .warn-200-border-left {
  border-left-color: #ffcc80 !important;
}
body.theme-other .warn-300-bg {
  background-color: #ffb74d !important;
}
body.theme-other .warn-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-300[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-300-fg {
  color: #ffb74d !important;
}
body.theme-other .warn-300-border {
  border-color: #ffb74d !important;
}
body.theme-other .warn-300-border-top {
  border-top-color: #ffb74d !important;
}
body.theme-other .warn-300-border-right {
  border-right-color: #ffb74d !important;
}
body.theme-other .warn-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
body.theme-other .warn-300-border-left {
  border-left-color: #ffb74d !important;
}
body.theme-other .warn-400-bg {
  background-color: #ffa726 !important;
}
body.theme-other .warn-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-400[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-400-fg {
  color: #ffa726 !important;
}
body.theme-other .warn-400-border {
  border-color: #ffa726 !important;
}
body.theme-other .warn-400-border-top {
  border-top-color: #ffa726 !important;
}
body.theme-other .warn-400-border-right {
  border-right-color: #ffa726 !important;
}
body.theme-other .warn-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
body.theme-other .warn-400-border-left {
  border-left-color: #ffa726 !important;
}
body.theme-other .warn-500-bg {
  background-color: #ff9800 !important;
}
body.theme-other .warn-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-500[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-500-fg {
  color: #ff9800 !important;
}
body.theme-other .warn-500-border {
  border-color: #ff9800 !important;
}
body.theme-other .warn-500-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-other .warn-500-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-other .warn-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-other .warn-500-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-other .warn-600-bg {
  background-color: #fb8c00 !important;
}
body.theme-other .warn-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-600[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-600-fg {
  color: #fb8c00 !important;
}
body.theme-other .warn-600-border {
  border-color: #fb8c00 !important;
}
body.theme-other .warn-600-border-top {
  border-top-color: #fb8c00 !important;
}
body.theme-other .warn-600-border-right {
  border-right-color: #fb8c00 !important;
}
body.theme-other .warn-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
body.theme-other .warn-600-border-left {
  border-left-color: #fb8c00 !important;
}
body.theme-other .warn-700-bg {
  background-color: #f57c00 !important;
}
body.theme-other .warn-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-700[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-700-fg {
  color: #f57c00 !important;
}
body.theme-other .warn-700-border {
  border-color: #f57c00 !important;
}
body.theme-other .warn-700-border-top {
  border-top-color: #f57c00 !important;
}
body.theme-other .warn-700-border-right {
  border-right-color: #f57c00 !important;
}
body.theme-other .warn-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
body.theme-other .warn-700-border-left {
  border-left-color: #f57c00 !important;
}
body.theme-other .warn-800-bg {
  background-color: #ef6c00 !important;
}
body.theme-other .warn-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}
body.theme-other .warn-800[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .warn-800-fg {
  color: #ef6c00 !important;
}
body.theme-other .warn-800-border {
  border-color: #ef6c00 !important;
}
body.theme-other .warn-800-border-top {
  border-top-color: #ef6c00 !important;
}
body.theme-other .warn-800-border-right {
  border-right-color: #ef6c00 !important;
}
body.theme-other .warn-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
body.theme-other .warn-800-border-left {
  border-left-color: #ef6c00 !important;
}
body.theme-other .warn-900-bg {
  background-color: #e65100 !important;
}
body.theme-other .warn-900 {
  background-color: #e65100 !important;
  color: white !important;
}
body.theme-other .warn-900[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-other .warn-900-fg {
  color: #e65100 !important;
}
body.theme-other .warn-900-border {
  border-color: #e65100 !important;
}
body.theme-other .warn-900-border-top {
  border-top-color: #e65100 !important;
}
body.theme-other .warn-900-border-right {
  border-right-color: #e65100 !important;
}
body.theme-other .warn-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
body.theme-other .warn-900-border-left {
  border-left-color: #e65100 !important;
}
body.theme-other .warn-A100-bg {
  background-color: #ffd180 !important;
}
body.theme-other .warn-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-A100[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-A100-fg {
  color: #ffd180 !important;
}
body.theme-other .warn-A100-border {
  border-color: #ffd180 !important;
}
body.theme-other .warn-A100-border-top {
  border-top-color: #ffd180 !important;
}
body.theme-other .warn-A100-border-right {
  border-right-color: #ffd180 !important;
}
body.theme-other .warn-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
body.theme-other .warn-A100-border-left {
  border-left-color: #ffd180 !important;
}
body.theme-other .warn-A200-bg {
  background-color: #ffab40 !important;
}
body.theme-other .warn-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-A200[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-A200-fg {
  color: #ffab40 !important;
}
body.theme-other .warn-A200-border {
  border-color: #ffab40 !important;
}
body.theme-other .warn-A200-border-top {
  border-top-color: #ffab40 !important;
}
body.theme-other .warn-A200-border-right {
  border-right-color: #ffab40 !important;
}
body.theme-other .warn-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
body.theme-other .warn-A200-border-left {
  border-left-color: #ffab40 !important;
}
body.theme-other .warn-A400-bg {
  background-color: #ff9100 !important;
}
body.theme-other .warn-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn-A400[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-A400-fg {
  color: #ff9100 !important;
}
body.theme-other .warn-A400-border {
  border-color: #ff9100 !important;
}
body.theme-other .warn-A400-border-top {
  border-top-color: #ff9100 !important;
}
body.theme-other .warn-A400-border-right {
  border-right-color: #ff9100 !important;
}
body.theme-other .warn-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
body.theme-other .warn-A400-border-left {
  border-left-color: #ff9100 !important;
}
body.theme-other .warn-A700-bg {
  background-color: #ff6d00 !important;
}
body.theme-other .warn-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}
body.theme-other .warn-A700[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-A700-fg {
  color: #ff6d00 !important;
}
body.theme-other .warn-A700-border {
  border-color: #ff6d00 !important;
}
body.theme-other .warn-A700-border-top {
  border-top-color: #ff6d00 !important;
}
body.theme-other .warn-A700-border-right {
  border-right-color: #ff6d00 !important;
}
body.theme-other .warn-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
body.theme-other .warn-A700-border-left {
  border-left-color: #ff6d00 !important;
}
body.theme-other .warn-bg {
  background-color: #ff9800 !important;
}
body.theme-other .warn {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-other .warn[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-other .warn-fg {
  color: #ff9800 !important;
}
body.theme-other .warn-border {
  border-color: #ff9800 !important;
}
body.theme-other .warn-border-top {
  border-top-color: #ff9800 !important;
}
body.theme-other .warn-border-right {
  border-right-color: #ff9800 !important;
}
body.theme-other .warn-border-bottom {
  border-bottom-color: #ff9800 !important;
}
body.theme-other .warn-border-left {
  border-left-color: #ff9800 !important;
}
body.theme-other .primary-50 i,
body.theme-other .primary-50 .icon, body.theme-other .primary-100 i,
body.theme-other .primary-100 .icon, body.theme-other .primary-200 i,
body.theme-other .primary-200 .icon, body.theme-other .primary-300 i,
body.theme-other .primary-300 .icon, body.theme-other .primary-400 i,
body.theme-other .primary-400 .icon, body.theme-other .primary-500 i,
body.theme-other .primary-500 .icon, body.theme-other .primary-A100 i,
body.theme-other .primary-A100 .icon, body.theme-other .primary-A200 i,
body.theme-other .primary-A200 .icon, body.theme-other .primary-A400 i,
body.theme-other .primary-A400 .icon, body.theme-other .primary i,
body.theme-other .primary .icon, body.theme-other .accent-50 i,
body.theme-other .accent-50 .icon, body.theme-other .accent-100 i,
body.theme-other .accent-100 .icon, body.theme-other .accent-200 i,
body.theme-other .accent-200 .icon, body.theme-other .accent-300 i,
body.theme-other .accent-300 .icon, body.theme-other .accent-400 i,
body.theme-other .accent-400 .icon, body.theme-other .accent-A100 i,
body.theme-other .accent-A100 .icon, body.theme-other .accent i,
body.theme-other .accent .icon, body.theme-other .warn-50 i,
body.theme-other .warn-50 .icon, body.theme-other .warn-100 i,
body.theme-other .warn-100 .icon, body.theme-other .warn-200 i,
body.theme-other .warn-200 .icon, body.theme-other .warn-300 i,
body.theme-other .warn-300 .icon, body.theme-other .warn-400 i,
body.theme-other .warn-400 .icon, body.theme-other .warn-500 i,
body.theme-other .warn-500 .icon, body.theme-other .warn-600 i,
body.theme-other .warn-600 .icon, body.theme-other .warn-700 i,
body.theme-other .warn-700 .icon, body.theme-other .warn-A100 i,
body.theme-other .warn-A100 .icon, body.theme-other .warn-A200 i,
body.theme-other .warn-A200 .icon, body.theme-other .warn-A400 i,
body.theme-other .warn-A400 .icon, body.theme-other .warn-A700 i,
body.theme-other .warn-A700 .icon, body.theme-other .warn i,
body.theme-other .warn .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-other .primary-50.secondary-text,
body.theme-other .primary-50 .secondary-text, body.theme-other .primary-100.secondary-text,
body.theme-other .primary-100 .secondary-text, body.theme-other .primary-200.secondary-text,
body.theme-other .primary-200 .secondary-text, body.theme-other .primary-300.secondary-text,
body.theme-other .primary-300 .secondary-text, body.theme-other .primary-400.secondary-text,
body.theme-other .primary-400 .secondary-text, body.theme-other .primary-500.secondary-text,
body.theme-other .primary-500 .secondary-text, body.theme-other .primary-A100.secondary-text,
body.theme-other .primary-A100 .secondary-text, body.theme-other .primary-A200.secondary-text,
body.theme-other .primary-A200 .secondary-text, body.theme-other .primary-A400.secondary-text,
body.theme-other .primary-A400 .secondary-text, body.theme-other .primary.secondary-text,
body.theme-other .primary .secondary-text, body.theme-other .accent-50.secondary-text,
body.theme-other .accent-50 .secondary-text, body.theme-other .accent-100.secondary-text,
body.theme-other .accent-100 .secondary-text, body.theme-other .accent-200.secondary-text,
body.theme-other .accent-200 .secondary-text, body.theme-other .accent-300.secondary-text,
body.theme-other .accent-300 .secondary-text, body.theme-other .accent-400.secondary-text,
body.theme-other .accent-400 .secondary-text, body.theme-other .accent-A100.secondary-text,
body.theme-other .accent-A100 .secondary-text, body.theme-other .accent.secondary-text,
body.theme-other .accent .secondary-text, body.theme-other .warn-50.secondary-text,
body.theme-other .warn-50 .secondary-text, body.theme-other .warn-100.secondary-text,
body.theme-other .warn-100 .secondary-text, body.theme-other .warn-200.secondary-text,
body.theme-other .warn-200 .secondary-text, body.theme-other .warn-300.secondary-text,
body.theme-other .warn-300 .secondary-text, body.theme-other .warn-400.secondary-text,
body.theme-other .warn-400 .secondary-text, body.theme-other .warn-500.secondary-text,
body.theme-other .warn-500 .secondary-text, body.theme-other .warn-600.secondary-text,
body.theme-other .warn-600 .secondary-text, body.theme-other .warn-700.secondary-text,
body.theme-other .warn-700 .secondary-text, body.theme-other .warn-A100.secondary-text,
body.theme-other .warn-A100 .secondary-text, body.theme-other .warn-A200.secondary-text,
body.theme-other .warn-A200 .secondary-text, body.theme-other .warn-A400.secondary-text,
body.theme-other .warn-A400 .secondary-text, body.theme-other .warn-A700.secondary-text,
body.theme-other .warn-A700 .secondary-text, body.theme-other .warn.secondary-text,
body.theme-other .warn .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-other .primary-50.hint-text,
body.theme-other .primary-50 .hint-text, body.theme-other .primary-50.disabled-text,
body.theme-other .primary-50 .disabled-text, body.theme-other .primary-100.hint-text,
body.theme-other .primary-100 .hint-text, body.theme-other .primary-100.disabled-text,
body.theme-other .primary-100 .disabled-text, body.theme-other .primary-200.hint-text,
body.theme-other .primary-200 .hint-text, body.theme-other .primary-200.disabled-text,
body.theme-other .primary-200 .disabled-text, body.theme-other .primary-300.hint-text,
body.theme-other .primary-300 .hint-text, body.theme-other .primary-300.disabled-text,
body.theme-other .primary-300 .disabled-text, body.theme-other .primary-400.hint-text,
body.theme-other .primary-400 .hint-text, body.theme-other .primary-400.disabled-text,
body.theme-other .primary-400 .disabled-text, body.theme-other .primary-500.hint-text,
body.theme-other .primary-500 .hint-text, body.theme-other .primary-500.disabled-text,
body.theme-other .primary-500 .disabled-text, body.theme-other .primary-A100.hint-text,
body.theme-other .primary-A100 .hint-text, body.theme-other .primary-A100.disabled-text,
body.theme-other .primary-A100 .disabled-text, body.theme-other .primary-A200.hint-text,
body.theme-other .primary-A200 .hint-text, body.theme-other .primary-A200.disabled-text,
body.theme-other .primary-A200 .disabled-text, body.theme-other .primary-A400.hint-text,
body.theme-other .primary-A400 .hint-text, body.theme-other .primary-A400.disabled-text,
body.theme-other .primary-A400 .disabled-text, body.theme-other .primary.hint-text,
body.theme-other .primary .hint-text, body.theme-other .primary.disabled-text,
body.theme-other .primary .disabled-text, body.theme-other .accent-50.hint-text,
body.theme-other .accent-50 .hint-text, body.theme-other .accent-50.disabled-text,
body.theme-other .accent-50 .disabled-text, body.theme-other .accent-100.hint-text,
body.theme-other .accent-100 .hint-text, body.theme-other .accent-100.disabled-text,
body.theme-other .accent-100 .disabled-text, body.theme-other .accent-200.hint-text,
body.theme-other .accent-200 .hint-text, body.theme-other .accent-200.disabled-text,
body.theme-other .accent-200 .disabled-text, body.theme-other .accent-300.hint-text,
body.theme-other .accent-300 .hint-text, body.theme-other .accent-300.disabled-text,
body.theme-other .accent-300 .disabled-text, body.theme-other .accent-400.hint-text,
body.theme-other .accent-400 .hint-text, body.theme-other .accent-400.disabled-text,
body.theme-other .accent-400 .disabled-text, body.theme-other .accent-A100.hint-text,
body.theme-other .accent-A100 .hint-text, body.theme-other .accent-A100.disabled-text,
body.theme-other .accent-A100 .disabled-text, body.theme-other .accent.hint-text,
body.theme-other .accent .hint-text, body.theme-other .accent.disabled-text,
body.theme-other .accent .disabled-text, body.theme-other .warn-50.hint-text,
body.theme-other .warn-50 .hint-text, body.theme-other .warn-50.disabled-text,
body.theme-other .warn-50 .disabled-text, body.theme-other .warn-100.hint-text,
body.theme-other .warn-100 .hint-text, body.theme-other .warn-100.disabled-text,
body.theme-other .warn-100 .disabled-text, body.theme-other .warn-200.hint-text,
body.theme-other .warn-200 .hint-text, body.theme-other .warn-200.disabled-text,
body.theme-other .warn-200 .disabled-text, body.theme-other .warn-300.hint-text,
body.theme-other .warn-300 .hint-text, body.theme-other .warn-300.disabled-text,
body.theme-other .warn-300 .disabled-text, body.theme-other .warn-400.hint-text,
body.theme-other .warn-400 .hint-text, body.theme-other .warn-400.disabled-text,
body.theme-other .warn-400 .disabled-text, body.theme-other .warn-500.hint-text,
body.theme-other .warn-500 .hint-text, body.theme-other .warn-500.disabled-text,
body.theme-other .warn-500 .disabled-text, body.theme-other .warn-600.hint-text,
body.theme-other .warn-600 .hint-text, body.theme-other .warn-600.disabled-text,
body.theme-other .warn-600 .disabled-text, body.theme-other .warn-700.hint-text,
body.theme-other .warn-700 .hint-text, body.theme-other .warn-700.disabled-text,
body.theme-other .warn-700 .disabled-text, body.theme-other .warn-A100.hint-text,
body.theme-other .warn-A100 .hint-text, body.theme-other .warn-A100.disabled-text,
body.theme-other .warn-A100 .disabled-text, body.theme-other .warn-A200.hint-text,
body.theme-other .warn-A200 .hint-text, body.theme-other .warn-A200.disabled-text,
body.theme-other .warn-A200 .disabled-text, body.theme-other .warn-A400.hint-text,
body.theme-other .warn-A400 .hint-text, body.theme-other .warn-A400.disabled-text,
body.theme-other .warn-A400 .disabled-text, body.theme-other .warn-A700.hint-text,
body.theme-other .warn-A700 .hint-text, body.theme-other .warn-A700.disabled-text,
body.theme-other .warn-A700 .disabled-text, body.theme-other .warn.hint-text,
body.theme-other .warn .hint-text, body.theme-other .warn.disabled-text,
body.theme-other .warn .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-other .primary-50.divider,
body.theme-other .primary-50 .divider, body.theme-other .primary-100.divider,
body.theme-other .primary-100 .divider, body.theme-other .primary-200.divider,
body.theme-other .primary-200 .divider, body.theme-other .primary-300.divider,
body.theme-other .primary-300 .divider, body.theme-other .primary-400.divider,
body.theme-other .primary-400 .divider, body.theme-other .primary-500.divider,
body.theme-other .primary-500 .divider, body.theme-other .primary-A100.divider,
body.theme-other .primary-A100 .divider, body.theme-other .primary-A200.divider,
body.theme-other .primary-A200 .divider, body.theme-other .primary-A400.divider,
body.theme-other .primary-A400 .divider, body.theme-other .primary.divider,
body.theme-other .primary .divider, body.theme-other .accent-50.divider,
body.theme-other .accent-50 .divider, body.theme-other .accent-100.divider,
body.theme-other .accent-100 .divider, body.theme-other .accent-200.divider,
body.theme-other .accent-200 .divider, body.theme-other .accent-300.divider,
body.theme-other .accent-300 .divider, body.theme-other .accent-400.divider,
body.theme-other .accent-400 .divider, body.theme-other .accent-A100.divider,
body.theme-other .accent-A100 .divider, body.theme-other .accent.divider,
body.theme-other .accent .divider, body.theme-other .warn-50.divider,
body.theme-other .warn-50 .divider, body.theme-other .warn-100.divider,
body.theme-other .warn-100 .divider, body.theme-other .warn-200.divider,
body.theme-other .warn-200 .divider, body.theme-other .warn-300.divider,
body.theme-other .warn-300 .divider, body.theme-other .warn-400.divider,
body.theme-other .warn-400 .divider, body.theme-other .warn-500.divider,
body.theme-other .warn-500 .divider, body.theme-other .warn-600.divider,
body.theme-other .warn-600 .divider, body.theme-other .warn-700.divider,
body.theme-other .warn-700 .divider, body.theme-other .warn-A100.divider,
body.theme-other .warn-A100 .divider, body.theme-other .warn-A200.divider,
body.theme-other .warn-A200 .divider, body.theme-other .warn-A400.divider,
body.theme-other .warn-A400 .divider, body.theme-other .warn-A700.divider,
body.theme-other .warn-A700 .divider, body.theme-other .warn.divider,
body.theme-other .warn .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-other .primary-50 .mat-ripple-element, body.theme-other .primary-100 .mat-ripple-element, body.theme-other .primary-200 .mat-ripple-element, body.theme-other .primary-300 .mat-ripple-element, body.theme-other .primary-400 .mat-ripple-element, body.theme-other .primary-500 .mat-ripple-element, body.theme-other .primary-A100 .mat-ripple-element, body.theme-other .primary-A200 .mat-ripple-element, body.theme-other .primary-A400 .mat-ripple-element, body.theme-other .primary .mat-ripple-element, body.theme-other .accent-50 .mat-ripple-element, body.theme-other .accent-100 .mat-ripple-element, body.theme-other .accent-200 .mat-ripple-element, body.theme-other .accent-300 .mat-ripple-element, body.theme-other .accent-400 .mat-ripple-element, body.theme-other .accent-A100 .mat-ripple-element, body.theme-other .accent .mat-ripple-element, body.theme-other .warn-50 .mat-ripple-element, body.theme-other .warn-100 .mat-ripple-element, body.theme-other .warn-200 .mat-ripple-element, body.theme-other .warn-300 .mat-ripple-element, body.theme-other .warn-400 .mat-ripple-element, body.theme-other .warn-500 .mat-ripple-element, body.theme-other .warn-600 .mat-ripple-element, body.theme-other .warn-700 .mat-ripple-element, body.theme-other .warn-A100 .mat-ripple-element, body.theme-other .warn-A200 .mat-ripple-element, body.theme-other .warn-A400 .mat-ripple-element, body.theme-other .warn-A700 .mat-ripple-element, body.theme-other .warn .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-other .primary-50 .adaptive-border-color, body.theme-other .primary-100 .adaptive-border-color, body.theme-other .primary-200 .adaptive-border-color, body.theme-other .primary-300 .adaptive-border-color, body.theme-other .primary-400 .adaptive-border-color, body.theme-other .primary-500 .adaptive-border-color, body.theme-other .primary-A100 .adaptive-border-color, body.theme-other .primary-A200 .adaptive-border-color, body.theme-other .primary-A400 .adaptive-border-color, body.theme-other .primary .adaptive-border-color, body.theme-other .accent-50 .adaptive-border-color, body.theme-other .accent-100 .adaptive-border-color, body.theme-other .accent-200 .adaptive-border-color, body.theme-other .accent-300 .adaptive-border-color, body.theme-other .accent-400 .adaptive-border-color, body.theme-other .accent-A100 .adaptive-border-color, body.theme-other .accent .adaptive-border-color, body.theme-other .warn-50 .adaptive-border-color, body.theme-other .warn-100 .adaptive-border-color, body.theme-other .warn-200 .adaptive-border-color, body.theme-other .warn-300 .adaptive-border-color, body.theme-other .warn-400 .adaptive-border-color, body.theme-other .warn-500 .adaptive-border-color, body.theme-other .warn-600 .adaptive-border-color, body.theme-other .warn-700 .adaptive-border-color, body.theme-other .warn-A100 .adaptive-border-color, body.theme-other .warn-A200 .adaptive-border-color, body.theme-other .warn-A400 .adaptive-border-color, body.theme-other .warn-A700 .adaptive-border-color, body.theme-other .warn .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .primary-600 i,
body.theme-other .primary-600 .icon, body.theme-other .primary-700 i,
body.theme-other .primary-700 .icon, body.theme-other .primary-800 i,
body.theme-other .primary-800 .icon, body.theme-other .primary-900 i,
body.theme-other .primary-900 .icon, body.theme-other .primary-A700 i,
body.theme-other .primary-A700 .icon, body.theme-other .accent-500 i,
body.theme-other .accent-500 .icon, body.theme-other .accent-600 i,
body.theme-other .accent-600 .icon, body.theme-other .accent-700 i,
body.theme-other .accent-700 .icon, body.theme-other .accent-800 i,
body.theme-other .accent-800 .icon, body.theme-other .accent-900 i,
body.theme-other .accent-900 .icon, body.theme-other .accent-A200 i,
body.theme-other .accent-A200 .icon, body.theme-other .accent-A400 i,
body.theme-other .accent-A400 .icon, body.theme-other .accent-A700 i,
body.theme-other .accent-A700 .icon, body.theme-other .warn-800 i,
body.theme-other .warn-800 .icon, body.theme-other .warn-900 i,
body.theme-other .warn-900 .icon {
  color: rgb(255, 255, 255);
}
body.theme-other .primary-600.secondary-text,
body.theme-other .primary-600 .secondary-text, body.theme-other .primary-700.secondary-text,
body.theme-other .primary-700 .secondary-text, body.theme-other .primary-800.secondary-text,
body.theme-other .primary-800 .secondary-text, body.theme-other .primary-900.secondary-text,
body.theme-other .primary-900 .secondary-text, body.theme-other .primary-A700.secondary-text,
body.theme-other .primary-A700 .secondary-text, body.theme-other .accent-500.secondary-text,
body.theme-other .accent-500 .secondary-text, body.theme-other .accent-600.secondary-text,
body.theme-other .accent-600 .secondary-text, body.theme-other .accent-700.secondary-text,
body.theme-other .accent-700 .secondary-text, body.theme-other .accent-800.secondary-text,
body.theme-other .accent-800 .secondary-text, body.theme-other .accent-900.secondary-text,
body.theme-other .accent-900 .secondary-text, body.theme-other .accent-A200.secondary-text,
body.theme-other .accent-A200 .secondary-text, body.theme-other .accent-A400.secondary-text,
body.theme-other .accent-A400 .secondary-text, body.theme-other .accent-A700.secondary-text,
body.theme-other .accent-A700 .secondary-text, body.theme-other .warn-800.secondary-text,
body.theme-other .warn-800 .secondary-text, body.theme-other .warn-900.secondary-text,
body.theme-other .warn-900 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-other .primary-600.hint-text,
body.theme-other .primary-600 .hint-text, body.theme-other .primary-600.disabled-text,
body.theme-other .primary-600 .disabled-text, body.theme-other .primary-700.hint-text,
body.theme-other .primary-700 .hint-text, body.theme-other .primary-700.disabled-text,
body.theme-other .primary-700 .disabled-text, body.theme-other .primary-800.hint-text,
body.theme-other .primary-800 .hint-text, body.theme-other .primary-800.disabled-text,
body.theme-other .primary-800 .disabled-text, body.theme-other .primary-900.hint-text,
body.theme-other .primary-900 .hint-text, body.theme-other .primary-900.disabled-text,
body.theme-other .primary-900 .disabled-text, body.theme-other .primary-A700.hint-text,
body.theme-other .primary-A700 .hint-text, body.theme-other .primary-A700.disabled-text,
body.theme-other .primary-A700 .disabled-text, body.theme-other .accent-500.hint-text,
body.theme-other .accent-500 .hint-text, body.theme-other .accent-500.disabled-text,
body.theme-other .accent-500 .disabled-text, body.theme-other .accent-600.hint-text,
body.theme-other .accent-600 .hint-text, body.theme-other .accent-600.disabled-text,
body.theme-other .accent-600 .disabled-text, body.theme-other .accent-700.hint-text,
body.theme-other .accent-700 .hint-text, body.theme-other .accent-700.disabled-text,
body.theme-other .accent-700 .disabled-text, body.theme-other .accent-800.hint-text,
body.theme-other .accent-800 .hint-text, body.theme-other .accent-800.disabled-text,
body.theme-other .accent-800 .disabled-text, body.theme-other .accent-900.hint-text,
body.theme-other .accent-900 .hint-text, body.theme-other .accent-900.disabled-text,
body.theme-other .accent-900 .disabled-text, body.theme-other .accent-A200.hint-text,
body.theme-other .accent-A200 .hint-text, body.theme-other .accent-A200.disabled-text,
body.theme-other .accent-A200 .disabled-text, body.theme-other .accent-A400.hint-text,
body.theme-other .accent-A400 .hint-text, body.theme-other .accent-A400.disabled-text,
body.theme-other .accent-A400 .disabled-text, body.theme-other .accent-A700.hint-text,
body.theme-other .accent-A700 .hint-text, body.theme-other .accent-A700.disabled-text,
body.theme-other .accent-A700 .disabled-text, body.theme-other .warn-800.hint-text,
body.theme-other .warn-800 .hint-text, body.theme-other .warn-800.disabled-text,
body.theme-other .warn-800 .disabled-text, body.theme-other .warn-900.hint-text,
body.theme-other .warn-900 .hint-text, body.theme-other .warn-900.disabled-text,
body.theme-other .warn-900 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-other .primary-600.divider,
body.theme-other .primary-600 .divider, body.theme-other .primary-700.divider,
body.theme-other .primary-700 .divider, body.theme-other .primary-800.divider,
body.theme-other .primary-800 .divider, body.theme-other .primary-900.divider,
body.theme-other .primary-900 .divider, body.theme-other .primary-A700.divider,
body.theme-other .primary-A700 .divider, body.theme-other .accent-500.divider,
body.theme-other .accent-500 .divider, body.theme-other .accent-600.divider,
body.theme-other .accent-600 .divider, body.theme-other .accent-700.divider,
body.theme-other .accent-700 .divider, body.theme-other .accent-800.divider,
body.theme-other .accent-800 .divider, body.theme-other .accent-900.divider,
body.theme-other .accent-900 .divider, body.theme-other .accent-A200.divider,
body.theme-other .accent-A200 .divider, body.theme-other .accent-A400.divider,
body.theme-other .accent-A400 .divider, body.theme-other .accent-A700.divider,
body.theme-other .accent-A700 .divider, body.theme-other .warn-800.divider,
body.theme-other .warn-800 .divider, body.theme-other .warn-900.divider,
body.theme-other .warn-900 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-other .primary-600 .mat-ripple-element, body.theme-other .primary-700 .mat-ripple-element, body.theme-other .primary-800 .mat-ripple-element, body.theme-other .primary-900 .mat-ripple-element, body.theme-other .primary-A700 .mat-ripple-element, body.theme-other .accent-500 .mat-ripple-element, body.theme-other .accent-600 .mat-ripple-element, body.theme-other .accent-700 .mat-ripple-element, body.theme-other .accent-800 .mat-ripple-element, body.theme-other .accent-900 .mat-ripple-element, body.theme-other .accent-A200 .mat-ripple-element, body.theme-other .accent-A400 .mat-ripple-element, body.theme-other .accent-A700 .mat-ripple-element, body.theme-other .warn-800 .mat-ripple-element, body.theme-other .warn-900 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-other .primary-600 .adaptive-border-color, body.theme-other .primary-700 .adaptive-border-color, body.theme-other .primary-800 .adaptive-border-color, body.theme-other .primary-900 .adaptive-border-color, body.theme-other .primary-A700 .adaptive-border-color, body.theme-other .accent-500 .adaptive-border-color, body.theme-other .accent-600 .adaptive-border-color, body.theme-other .accent-700 .adaptive-border-color, body.theme-other .accent-800 .adaptive-border-color, body.theme-other .accent-900 .adaptive-border-color, body.theme-other .accent-A200 .adaptive-border-color, body.theme-other .accent-A400 .adaptive-border-color, body.theme-other .accent-A700 .adaptive-border-color, body.theme-other .warn-800 .adaptive-border-color, body.theme-other .warn-900 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-other .primary-50 input[type=text], body.theme-other .primary-100 input[type=text], body.theme-other .primary-200 input[type=text], body.theme-other .primary-300 input[type=text], body.theme-other .primary-400 input[type=text], body.theme-other .primary-500 input[type=text], body.theme-other .primary-A100 input[type=text], body.theme-other .primary-A200 input[type=text], body.theme-other .primary-A400 input[type=text], body.theme-other .primary input[type=text], body.theme-other .accent-50 input[type=text], body.theme-other .accent-100 input[type=text], body.theme-other .accent-200 input[type=text], body.theme-other .accent-300 input[type=text], body.theme-other .accent-400 input[type=text], body.theme-other .accent-A100 input[type=text], body.theme-other .accent input[type=text], body.theme-other .warn-50 input[type=text], body.theme-other .warn-100 input[type=text], body.theme-other .warn-200 input[type=text], body.theme-other .warn-300 input[type=text], body.theme-other .warn-400 input[type=text], body.theme-other .warn-500 input[type=text], body.theme-other .warn-600 input[type=text], body.theme-other .warn-700 input[type=text], body.theme-other .warn-A100 input[type=text], body.theme-other .warn-A200 input[type=text], body.theme-other .warn-A400 input[type=text], body.theme-other .warn-A700 input[type=text], body.theme-other .warn input[type=text] {
  color: black;
}
body.theme-other .primary-50 .mat-form-field-label, body.theme-other .primary-100 .mat-form-field-label, body.theme-other .primary-200 .mat-form-field-label, body.theme-other .primary-300 .mat-form-field-label, body.theme-other .primary-400 .mat-form-field-label, body.theme-other .primary-500 .mat-form-field-label, body.theme-other .primary-A100 .mat-form-field-label, body.theme-other .primary-A200 .mat-form-field-label, body.theme-other .primary-A400 .mat-form-field-label, body.theme-other .primary .mat-form-field-label, body.theme-other .accent-50 .mat-form-field-label, body.theme-other .accent-100 .mat-form-field-label, body.theme-other .accent-200 .mat-form-field-label, body.theme-other .accent-300 .mat-form-field-label, body.theme-other .accent-400 .mat-form-field-label, body.theme-other .accent-A100 .mat-form-field-label, body.theme-other .accent .mat-form-field-label, body.theme-other .warn-50 .mat-form-field-label, body.theme-other .warn-100 .mat-form-field-label, body.theme-other .warn-200 .mat-form-field-label, body.theme-other .warn-300 .mat-form-field-label, body.theme-other .warn-400 .mat-form-field-label, body.theme-other .warn-500 .mat-form-field-label, body.theme-other .warn-600 .mat-form-field-label, body.theme-other .warn-700 .mat-form-field-label, body.theme-other .warn-A100 .mat-form-field-label, body.theme-other .warn-A200 .mat-form-field-label, body.theme-other .warn-A400 .mat-form-field-label, body.theme-other .warn-A700 .mat-form-field-label, body.theme-other .warn .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .primary-50 .mat-form-field-underline, body.theme-other .primary-100 .mat-form-field-underline, body.theme-other .primary-200 .mat-form-field-underline, body.theme-other .primary-300 .mat-form-field-underline, body.theme-other .primary-400 .mat-form-field-underline, body.theme-other .primary-500 .mat-form-field-underline, body.theme-other .primary-A100 .mat-form-field-underline, body.theme-other .primary-A200 .mat-form-field-underline, body.theme-other .primary-A400 .mat-form-field-underline, body.theme-other .primary .mat-form-field-underline, body.theme-other .accent-50 .mat-form-field-underline, body.theme-other .accent-100 .mat-form-field-underline, body.theme-other .accent-200 .mat-form-field-underline, body.theme-other .accent-300 .mat-form-field-underline, body.theme-other .accent-400 .mat-form-field-underline, body.theme-other .accent-A100 .mat-form-field-underline, body.theme-other .accent .mat-form-field-underline, body.theme-other .warn-50 .mat-form-field-underline, body.theme-other .warn-100 .mat-form-field-underline, body.theme-other .warn-200 .mat-form-field-underline, body.theme-other .warn-300 .mat-form-field-underline, body.theme-other .warn-400 .mat-form-field-underline, body.theme-other .warn-500 .mat-form-field-underline, body.theme-other .warn-600 .mat-form-field-underline, body.theme-other .warn-700 .mat-form-field-underline, body.theme-other .warn-A100 .mat-form-field-underline, body.theme-other .warn-A200 .mat-form-field-underline, body.theme-other .warn-A400 .mat-form-field-underline, body.theme-other .warn-A700 .mat-form-field-underline, body.theme-other .warn .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .primary-50 .mat-select-trigger,
body.theme-other .primary-50 .mat-select-arrow, body.theme-other .primary-100 .mat-select-trigger,
body.theme-other .primary-100 .mat-select-arrow, body.theme-other .primary-200 .mat-select-trigger,
body.theme-other .primary-200 .mat-select-arrow, body.theme-other .primary-300 .mat-select-trigger,
body.theme-other .primary-300 .mat-select-arrow, body.theme-other .primary-400 .mat-select-trigger,
body.theme-other .primary-400 .mat-select-arrow, body.theme-other .primary-500 .mat-select-trigger,
body.theme-other .primary-500 .mat-select-arrow, body.theme-other .primary-A100 .mat-select-trigger,
body.theme-other .primary-A100 .mat-select-arrow, body.theme-other .primary-A200 .mat-select-trigger,
body.theme-other .primary-A200 .mat-select-arrow, body.theme-other .primary-A400 .mat-select-trigger,
body.theme-other .primary-A400 .mat-select-arrow, body.theme-other .primary .mat-select-trigger,
body.theme-other .primary .mat-select-arrow, body.theme-other .accent-50 .mat-select-trigger,
body.theme-other .accent-50 .mat-select-arrow, body.theme-other .accent-100 .mat-select-trigger,
body.theme-other .accent-100 .mat-select-arrow, body.theme-other .accent-200 .mat-select-trigger,
body.theme-other .accent-200 .mat-select-arrow, body.theme-other .accent-300 .mat-select-trigger,
body.theme-other .accent-300 .mat-select-arrow, body.theme-other .accent-400 .mat-select-trigger,
body.theme-other .accent-400 .mat-select-arrow, body.theme-other .accent-A100 .mat-select-trigger,
body.theme-other .accent-A100 .mat-select-arrow, body.theme-other .accent .mat-select-trigger,
body.theme-other .accent .mat-select-arrow, body.theme-other .warn-50 .mat-select-trigger,
body.theme-other .warn-50 .mat-select-arrow, body.theme-other .warn-100 .mat-select-trigger,
body.theme-other .warn-100 .mat-select-arrow, body.theme-other .warn-200 .mat-select-trigger,
body.theme-other .warn-200 .mat-select-arrow, body.theme-other .warn-300 .mat-select-trigger,
body.theme-other .warn-300 .mat-select-arrow, body.theme-other .warn-400 .mat-select-trigger,
body.theme-other .warn-400 .mat-select-arrow, body.theme-other .warn-500 .mat-select-trigger,
body.theme-other .warn-500 .mat-select-arrow, body.theme-other .warn-600 .mat-select-trigger,
body.theme-other .warn-600 .mat-select-arrow, body.theme-other .warn-700 .mat-select-trigger,
body.theme-other .warn-700 .mat-select-arrow, body.theme-other .warn-A100 .mat-select-trigger,
body.theme-other .warn-A100 .mat-select-arrow, body.theme-other .warn-A200 .mat-select-trigger,
body.theme-other .warn-A200 .mat-select-arrow, body.theme-other .warn-A400 .mat-select-trigger,
body.theme-other .warn-A400 .mat-select-arrow, body.theme-other .warn-A700 .mat-select-trigger,
body.theme-other .warn-A700 .mat-select-arrow, body.theme-other .warn .mat-select-trigger,
body.theme-other .warn .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .primary-50 .mat-select-underline, body.theme-other .primary-100 .mat-select-underline, body.theme-other .primary-200 .mat-select-underline, body.theme-other .primary-300 .mat-select-underline, body.theme-other .primary-400 .mat-select-underline, body.theme-other .primary-500 .mat-select-underline, body.theme-other .primary-A100 .mat-select-underline, body.theme-other .primary-A200 .mat-select-underline, body.theme-other .primary-A400 .mat-select-underline, body.theme-other .primary .mat-select-underline, body.theme-other .accent-50 .mat-select-underline, body.theme-other .accent-100 .mat-select-underline, body.theme-other .accent-200 .mat-select-underline, body.theme-other .accent-300 .mat-select-underline, body.theme-other .accent-400 .mat-select-underline, body.theme-other .accent-A100 .mat-select-underline, body.theme-other .accent .mat-select-underline, body.theme-other .warn-50 .mat-select-underline, body.theme-other .warn-100 .mat-select-underline, body.theme-other .warn-200 .mat-select-underline, body.theme-other .warn-300 .mat-select-underline, body.theme-other .warn-400 .mat-select-underline, body.theme-other .warn-500 .mat-select-underline, body.theme-other .warn-600 .mat-select-underline, body.theme-other .warn-700 .mat-select-underline, body.theme-other .warn-A100 .mat-select-underline, body.theme-other .warn-A200 .mat-select-underline, body.theme-other .warn-A400 .mat-select-underline, body.theme-other .warn-A700 .mat-select-underline, body.theme-other .warn .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-other .primary-50 .mat-select-disabled .mat-select-value,
body.theme-other .primary-50 .mat-select-arrow,
body.theme-other .primary-50 .mat-select-trigger, body.theme-other .primary-100 .mat-select-disabled .mat-select-value,
body.theme-other .primary-100 .mat-select-arrow,
body.theme-other .primary-100 .mat-select-trigger, body.theme-other .primary-200 .mat-select-disabled .mat-select-value,
body.theme-other .primary-200 .mat-select-arrow,
body.theme-other .primary-200 .mat-select-trigger, body.theme-other .primary-300 .mat-select-disabled .mat-select-value,
body.theme-other .primary-300 .mat-select-arrow,
body.theme-other .primary-300 .mat-select-trigger, body.theme-other .primary-400 .mat-select-disabled .mat-select-value,
body.theme-other .primary-400 .mat-select-arrow,
body.theme-other .primary-400 .mat-select-trigger, body.theme-other .primary-500 .mat-select-disabled .mat-select-value,
body.theme-other .primary-500 .mat-select-arrow,
body.theme-other .primary-500 .mat-select-trigger, body.theme-other .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-other .primary-A100 .mat-select-arrow,
body.theme-other .primary-A100 .mat-select-trigger, body.theme-other .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-other .primary-A200 .mat-select-arrow,
body.theme-other .primary-A200 .mat-select-trigger, body.theme-other .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-other .primary-A400 .mat-select-arrow,
body.theme-other .primary-A400 .mat-select-trigger, body.theme-other .primary .mat-select-disabled .mat-select-value,
body.theme-other .primary .mat-select-arrow,
body.theme-other .primary .mat-select-trigger, body.theme-other .accent-50 .mat-select-disabled .mat-select-value,
body.theme-other .accent-50 .mat-select-arrow,
body.theme-other .accent-50 .mat-select-trigger, body.theme-other .accent-100 .mat-select-disabled .mat-select-value,
body.theme-other .accent-100 .mat-select-arrow,
body.theme-other .accent-100 .mat-select-trigger, body.theme-other .accent-200 .mat-select-disabled .mat-select-value,
body.theme-other .accent-200 .mat-select-arrow,
body.theme-other .accent-200 .mat-select-trigger, body.theme-other .accent-300 .mat-select-disabled .mat-select-value,
body.theme-other .accent-300 .mat-select-arrow,
body.theme-other .accent-300 .mat-select-trigger, body.theme-other .accent-400 .mat-select-disabled .mat-select-value,
body.theme-other .accent-400 .mat-select-arrow,
body.theme-other .accent-400 .mat-select-trigger, body.theme-other .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-other .accent-A100 .mat-select-arrow,
body.theme-other .accent-A100 .mat-select-trigger, body.theme-other .accent .mat-select-disabled .mat-select-value,
body.theme-other .accent .mat-select-arrow,
body.theme-other .accent .mat-select-trigger, body.theme-other .warn-50 .mat-select-disabled .mat-select-value,
body.theme-other .warn-50 .mat-select-arrow,
body.theme-other .warn-50 .mat-select-trigger, body.theme-other .warn-100 .mat-select-disabled .mat-select-value,
body.theme-other .warn-100 .mat-select-arrow,
body.theme-other .warn-100 .mat-select-trigger, body.theme-other .warn-200 .mat-select-disabled .mat-select-value,
body.theme-other .warn-200 .mat-select-arrow,
body.theme-other .warn-200 .mat-select-trigger, body.theme-other .warn-300 .mat-select-disabled .mat-select-value,
body.theme-other .warn-300 .mat-select-arrow,
body.theme-other .warn-300 .mat-select-trigger, body.theme-other .warn-400 .mat-select-disabled .mat-select-value,
body.theme-other .warn-400 .mat-select-arrow,
body.theme-other .warn-400 .mat-select-trigger, body.theme-other .warn-500 .mat-select-disabled .mat-select-value,
body.theme-other .warn-500 .mat-select-arrow,
body.theme-other .warn-500 .mat-select-trigger, body.theme-other .warn-600 .mat-select-disabled .mat-select-value,
body.theme-other .warn-600 .mat-select-arrow,
body.theme-other .warn-600 .mat-select-trigger, body.theme-other .warn-700 .mat-select-disabled .mat-select-value,
body.theme-other .warn-700 .mat-select-arrow,
body.theme-other .warn-700 .mat-select-trigger, body.theme-other .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-other .warn-A100 .mat-select-arrow,
body.theme-other .warn-A100 .mat-select-trigger, body.theme-other .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-other .warn-A200 .mat-select-arrow,
body.theme-other .warn-A200 .mat-select-trigger, body.theme-other .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-other .warn-A400 .mat-select-arrow,
body.theme-other .warn-A400 .mat-select-trigger, body.theme-other .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-other .warn-A700 .mat-select-arrow,
body.theme-other .warn-A700 .mat-select-trigger, body.theme-other .warn .mat-select-disabled .mat-select-value,
body.theme-other .warn .mat-select-arrow,
body.theme-other .warn .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-other .primary-600 input[type=text], body.theme-other .primary-700 input[type=text], body.theme-other .primary-800 input[type=text], body.theme-other .primary-900 input[type=text], body.theme-other .primary-A700 input[type=text], body.theme-other .accent-500 input[type=text], body.theme-other .accent-600 input[type=text], body.theme-other .accent-700 input[type=text], body.theme-other .accent-800 input[type=text], body.theme-other .accent-900 input[type=text], body.theme-other .accent-A200 input[type=text], body.theme-other .accent-A400 input[type=text], body.theme-other .accent-A700 input[type=text], body.theme-other .warn-800 input[type=text], body.theme-other .warn-900 input[type=text] {
  color: white;
}
body.theme-other .primary-600 .mat-form-field-label, body.theme-other .primary-700 .mat-form-field-label, body.theme-other .primary-800 .mat-form-field-label, body.theme-other .primary-900 .mat-form-field-label, body.theme-other .primary-A700 .mat-form-field-label, body.theme-other .accent-500 .mat-form-field-label, body.theme-other .accent-600 .mat-form-field-label, body.theme-other .accent-700 .mat-form-field-label, body.theme-other .accent-800 .mat-form-field-label, body.theme-other .accent-900 .mat-form-field-label, body.theme-other .accent-A200 .mat-form-field-label, body.theme-other .accent-A400 .mat-form-field-label, body.theme-other .accent-A700 .mat-form-field-label, body.theme-other .warn-800 .mat-form-field-label, body.theme-other .warn-900 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-other .primary-600 .mat-form-field-underline, body.theme-other .primary-700 .mat-form-field-underline, body.theme-other .primary-800 .mat-form-field-underline, body.theme-other .primary-900 .mat-form-field-underline, body.theme-other .primary-A700 .mat-form-field-underline, body.theme-other .accent-500 .mat-form-field-underline, body.theme-other .accent-600 .mat-form-field-underline, body.theme-other .accent-700 .mat-form-field-underline, body.theme-other .accent-800 .mat-form-field-underline, body.theme-other .accent-900 .mat-form-field-underline, body.theme-other .accent-A200 .mat-form-field-underline, body.theme-other .accent-A400 .mat-form-field-underline, body.theme-other .accent-A700 .mat-form-field-underline, body.theme-other .warn-800 .mat-form-field-underline, body.theme-other .warn-900 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-other .primary-600 .mat-select-trigger,
body.theme-other .primary-600 .mat-select-arrow, body.theme-other .primary-700 .mat-select-trigger,
body.theme-other .primary-700 .mat-select-arrow, body.theme-other .primary-800 .mat-select-trigger,
body.theme-other .primary-800 .mat-select-arrow, body.theme-other .primary-900 .mat-select-trigger,
body.theme-other .primary-900 .mat-select-arrow, body.theme-other .primary-A700 .mat-select-trigger,
body.theme-other .primary-A700 .mat-select-arrow, body.theme-other .accent-500 .mat-select-trigger,
body.theme-other .accent-500 .mat-select-arrow, body.theme-other .accent-600 .mat-select-trigger,
body.theme-other .accent-600 .mat-select-arrow, body.theme-other .accent-700 .mat-select-trigger,
body.theme-other .accent-700 .mat-select-arrow, body.theme-other .accent-800 .mat-select-trigger,
body.theme-other .accent-800 .mat-select-arrow, body.theme-other .accent-900 .mat-select-trigger,
body.theme-other .accent-900 .mat-select-arrow, body.theme-other .accent-A200 .mat-select-trigger,
body.theme-other .accent-A200 .mat-select-arrow, body.theme-other .accent-A400 .mat-select-trigger,
body.theme-other .accent-A400 .mat-select-arrow, body.theme-other .accent-A700 .mat-select-trigger,
body.theme-other .accent-A700 .mat-select-arrow, body.theme-other .warn-800 .mat-select-trigger,
body.theme-other .warn-800 .mat-select-arrow, body.theme-other .warn-900 .mat-select-trigger,
body.theme-other .warn-900 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-other .primary-600 .mat-select-underline, body.theme-other .primary-700 .mat-select-underline, body.theme-other .primary-800 .mat-select-underline, body.theme-other .primary-900 .mat-select-underline, body.theme-other .primary-A700 .mat-select-underline, body.theme-other .accent-500 .mat-select-underline, body.theme-other .accent-600 .mat-select-underline, body.theme-other .accent-700 .mat-select-underline, body.theme-other .accent-800 .mat-select-underline, body.theme-other .accent-900 .mat-select-underline, body.theme-other .accent-A200 .mat-select-underline, body.theme-other .accent-A400 .mat-select-underline, body.theme-other .accent-A700 .mat-select-underline, body.theme-other .warn-800 .mat-select-underline, body.theme-other .warn-900 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-other .primary-600 .mat-select-disabled .mat-select-value,
body.theme-other .primary-600 .mat-select-arrow,
body.theme-other .primary-600 .mat-select-trigger, body.theme-other .primary-700 .mat-select-disabled .mat-select-value,
body.theme-other .primary-700 .mat-select-arrow,
body.theme-other .primary-700 .mat-select-trigger, body.theme-other .primary-800 .mat-select-disabled .mat-select-value,
body.theme-other .primary-800 .mat-select-arrow,
body.theme-other .primary-800 .mat-select-trigger, body.theme-other .primary-900 .mat-select-disabled .mat-select-value,
body.theme-other .primary-900 .mat-select-arrow,
body.theme-other .primary-900 .mat-select-trigger, body.theme-other .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-other .primary-A700 .mat-select-arrow,
body.theme-other .primary-A700 .mat-select-trigger, body.theme-other .accent-500 .mat-select-disabled .mat-select-value,
body.theme-other .accent-500 .mat-select-arrow,
body.theme-other .accent-500 .mat-select-trigger, body.theme-other .accent-600 .mat-select-disabled .mat-select-value,
body.theme-other .accent-600 .mat-select-arrow,
body.theme-other .accent-600 .mat-select-trigger, body.theme-other .accent-700 .mat-select-disabled .mat-select-value,
body.theme-other .accent-700 .mat-select-arrow,
body.theme-other .accent-700 .mat-select-trigger, body.theme-other .accent-800 .mat-select-disabled .mat-select-value,
body.theme-other .accent-800 .mat-select-arrow,
body.theme-other .accent-800 .mat-select-trigger, body.theme-other .accent-900 .mat-select-disabled .mat-select-value,
body.theme-other .accent-900 .mat-select-arrow,
body.theme-other .accent-900 .mat-select-trigger, body.theme-other .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-other .accent-A200 .mat-select-arrow,
body.theme-other .accent-A200 .mat-select-trigger, body.theme-other .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-other .accent-A400 .mat-select-arrow,
body.theme-other .accent-A400 .mat-select-trigger, body.theme-other .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-other .accent-A700 .mat-select-arrow,
body.theme-other .accent-A700 .mat-select-trigger, body.theme-other .warn-800 .mat-select-disabled .mat-select-value,
body.theme-other .warn-800 .mat-select-arrow,
body.theme-other .warn-800 .mat-select-trigger, body.theme-other .warn-900 .mat-select-disabled .mat-select-value,
body.theme-other .warn-900 .mat-select-arrow,
body.theme-other .warn-900 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-other .primary-600 .mat-select-value, body.theme-other .primary-700 .mat-select-value, body.theme-other .primary-800 .mat-select-value, body.theme-other .primary-900 .mat-select-value, body.theme-other .primary-A700 .mat-select-value, body.theme-other .accent-500 .mat-select-value, body.theme-other .accent-600 .mat-select-value, body.theme-other .accent-700 .mat-select-value, body.theme-other .accent-800 .mat-select-value, body.theme-other .accent-900 .mat-select-value, body.theme-other .accent-A200 .mat-select-value, body.theme-other .accent-A400 .mat-select-value, body.theme-other .accent-A700 .mat-select-value, body.theme-other .warn-800 .mat-select-value, body.theme-other .warn-900 .mat-select-value {
  color: white;
}
.ng-select {
  padding-bottom: 1.25em;
}
.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: rgba(0, 0, 0, 0.38);
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: rgba(0, 0, 0, 0.38);
}
.ng-select.ng-select-focused .ng-select-container:after {
  border-color: #209e91;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after, .ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #209e91;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: #209e91;
}
.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: #209e91;
}
.ng-select.ng-select-focused.ng-invalid.ng-touched .ng-select-container:after {
  border-color: red;
  border-width: 2px;
}
.ng-select.ng-select-focused.ng-invalid.ng-touched .ng-select-container.ng-appearance-outline:after, .ng-select.ng-select-focused.ng-invalid.ng-touched .ng-select-container.ng-appearance-outline:hover:after {
  border-color: red;
  border-width: 2px;
}
.ng-select.ng-select-focused.ng-invalid.ng-touched .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: red;
}
.ng-select.ng-select-focused.ng-invalid.ng-touched .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: red;
}
.ng-select.ng-invalid.ng-touched .ng-appearance-outline:after {
  border: solid 1px red;
  border-radius: 5px;
  height: calc(100% - 0.5em);
  pointer-events: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-has-value .ng-placeholder, .ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: inline;
  display: initial;
}
.ng-select .ng-has-value .ng-placeholder, .ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.ng-select .ng-select-container {
  color: rgba(0, 0, 0, 0.87);
  align-items: baseline;
  min-height: 51.5px;
}
.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, 0.42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 0.5em;
  min-height: 60px;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  height: calc(100% - 0.5em);
  pointer-events: none;
  transition: border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgba(0, 0, 0, 0.87);
  border-width: 2px;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 0.25em;
  background-color: #ffffff;
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: 0.25em;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  transform-origin: left 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);
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: 0.4375em;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  bottom: 17px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 14px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 9px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after, .ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px rgba(0, 0, 0, 0.12);
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #209e91;
  border-radius: 2px;
  color: #ffffff;
  padding: 2px 5px;
  margin: 0 0.4375em 0.4375em 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0 0 0.4375em 0.4375em;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 14px;
  font-weight: 500;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: rgba(255, 255, 255, 0.54);
  padding-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: rgba(255, 255, 255, 0.87);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: 0.1875em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  border-top: 0.84375em solid transparent;
}
.ng-select .ng-clear-wrapper {
  color: rgba(0, 0, 0, 0.54);
}
.ng-select .ng-clear-wrapper:hover {
  color: rgba(0, 0, 0, 0.87);
}
.ng-select .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.54);
}
.ng-select .ng-spinner-zone {
  top: 3px;
}
.ng-dropdown-panel {
  background: #ffffff;
  left: 0;
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% - 1.25em);
  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);
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - 0.84375em);
  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);
}
.ng-dropdown-panel.multiple .ng-option.selected {
  background: #ffffff;
}
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, 0.04);
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: rgba(0, 0, 0, 0.12);
  color: #209e91;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: rgba(0, 0, 0, 0.12);
  color: #209e91;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.38);
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
@font-face {
  font-family: Roboto-300;
  src: url('Roboto-300.6c0fea71d0542cdb.ttf');
}
@font-face {
  font-family: Sacramento;
  src: url('Sacramento-Regular.7b5e58ae34a1354c.ttf');
}
.buttons-toolbar {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  height: -moz-fit-content;
  height: fit-content;
}
.truncated {
  flex: 1;
  min-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timepicker-overlay {
  z-index: 1100 !important;
}
.timepicker-backdrop-overlay {
  z-index: 1100 !important;
}
/*.success-snackbar {
    background: #03fc66!important;
    color: gray!important;
}

.success-snackbar button{
    color: gray!important;
}
*/
.clickable {
  cursor: pointer;
}
.help {
  cursor: help;
}
.error-snackbar {
  color: white !important;
  background: #F44336 !important;
}
.error-snackbar .mat-simple-snackbar-action {
  color: white !important;
}
.error-snackbar.pre-wrap span {
  white-space: pre-wrap;
}
.warning-snackbar {
  color: #3b3b3b !important;
  background: #ffab2d !important;
}
.warning-snackbar .mat-simple-snackbar-action {
  color: #3b3b3b !important;
}
.info-snackbar {
  color: white !important;
  background: #2196F3 !important;
}
.info-snackbar .mat-simple-snackbar-action {
  color: white !important;
}
.success-snackbar {
  color: white !important;
  background-color: #018a35 !important;
}
.success-snackbar .mat-simple-snackbar-action {
  color: white !important;
}
.tooltip {
  white-space: pre-line !important;
}
.form-field-background .mat-form-field-appearance-outline .mat-form-field-outline {
  background-color: white;
  border-radius: 5px;
}
.panel-form-field .mat-form-field-flex {
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid white;
}
.flex-display {
  display: flex !important;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-item {
  flex: 1 1;
}
.flex-50 {
  flex: 50%;
}
.flex-33 {
  flex: 33%;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-align-center {
  align-items: center;
}
.flex-align-self-center {
  align-self: center;
}
.flex-justify-center {
  justify-items: center;
}
.flex-justify-content-center {
  justify-content: center;
}
.flex-justify-end {
  justify-content: end;
}
.flex-align-content-end {
  align-content: flex-end;
}
.font-bold {
  font-weight: bold;
}
.font-size-x-large {
  font-size: x-large;
}
.data-grid-scrolling .dx-scrollbar-horizontal.dx-scrollbar-hoverable {
  height: 12px !important;
}
.data-grid-scrolling .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 12px !important;
}
.data-grid-scrolling .dx-scrollbar-horizontal .dx-scrollable-scroll {
  height: 12px !important;
}
.data-grid-scrolling .dx-scrollbar-vertical .dx-scrollable-scroll {
  width: 12px !important;
}
.custom-dialog-container mat-dialog-container {
  padding: 0;
}
.custom-date-picker-container .mat-calendar-body-cell.selected {
  background-color: #209e91 !important;
  border-radius: 50%;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/devextreme/dist/css/dx.common.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/**
* DevExtreme (dx.common.css)
* Version: 21.1.5
* Build date: Mon Aug 02 2021
*
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
/*!
This file is kept for backward compatibility.
It is no longer required.
*/
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/devextreme/dist/css/dx.greenmist.css ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* DevExtreme (dx.greenmist.css)
* Version: 21.1.5
* Build date: Mon Aug 02 2021
*
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-validationsummary-item {
  cursor: pointer;
}
.dx-invalid-message.dx-overlay {
  position: relative;
}
.dx-invalid-message.dx-overlay-wrapper {
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.dx-invalid-message > .dx-overlay-content {
  display: inline-block;
  border-width: 0;
  padding: 10px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
}
.dx-dropdownbox.dx-dropdowneditor-active .dx-invalid-message-auto,
.dx-invalid-message-visible.dx-invalid .dx-invalid-message-auto,
.dx-invalid-message.dx-invalid-message-always,
.dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto,
.dx-state-focused.dx-invalid .dx-invalid-message-auto {
  visibility: visible;
}
.dx-validationsummary-item-content {
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: normal;
}
@keyframes dx-valid-badge-frames {
  from {
    opacity: 0;
    transform: scale(.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dx-theme-generic-typography {
  background-color: #f5f5f5;
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-theme-generic-typography input,
.dx-theme-generic-typography textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-theme-generic-typography .dx-font-xl,
.dx-theme-generic-typography h1 {
  font-weight: 200;
  font-size: 34px;
}
.dx-theme-generic-typography .dx-font-l,
.dx-theme-generic-typography h2 {
  font-weight: 400;
  font-size: 28px;
}
.dx-theme-generic-typography h3 {
  font-weight: 400;
  font-size: 22px;
}
.dx-theme-generic-typography .dx-font-m {
  font-weight: 400;
  font-size: 20px;
}
.dx-theme-generic-typography .dx-font-s,
.dx-theme-generic-typography h4 {
  font-weight: 500;
  font-size: 18px;
}
.dx-theme-generic-typography h5 {
  font-weight: 700;
  font-size: 16px;
}
.dx-theme-generic-typography .dx-font-xs,
.dx-theme-generic-typography h6,
.dx-theme-generic-typography small {
  font-weight: 800;
  font-size: 12px;
}
.dx-theme-generic-typography a {
  color: #3eb8b0;
}
.dx-icon-add,
.dx-icon-addcolumnleft,
.dx-icon-addcolumnright,
.dx-icon-addrowabove,
.dx-icon-addrowbelow,
.dx-icon-addtable,
.dx-icon-airplane,
.dx-icon-aligncenter,
.dx-icon-alignjustify,
.dx-icon-alignleft,
.dx-icon-alignright,
.dx-icon-arrowdown,
.dx-icon-arrowleft,
.dx-icon-arrowright,
.dx-icon-arrowup,
.dx-icon-background,
.dx-icon-blockquote,
.dx-icon-bold,
.dx-icon-bookmark,
.dx-icon-box,
.dx-icon-bulletlist,
.dx-icon-car,
.dx-icon-card,
.dx-icon-cart,
.dx-icon-cellproperties,
.dx-icon-chart,
.dx-icon-checklist,
.dx-icon-clear,
.dx-icon-clearformat,
.dx-icon-clock,
.dx-icon-close,
.dx-icon-codeblock,
.dx-icon-color,
.dx-icon-columnproperties,
.dx-icon-comment,
.dx-icon-decreaseindent,
.dx-icon-doc,
.dx-icon-download,
.dx-icon-edit,
.dx-icon-email,
.dx-icon-event,
.dx-icon-favorites,
.dx-icon-find,
.dx-icon-folder,
.dx-icon-fontsize,
.dx-icon-food,
.dx-icon-formula,
.dx-icon-gift,
.dx-icon-globe,
.dx-icon-group,
.dx-icon-growfont,
.dx-icon-header,
.dx-icon-help,
.dx-icon-home,
.dx-icon-image,
.dx-icon-increaseindent,
.dx-icon-indent,
.dx-icon-info,
.dx-icon-italic,
.dx-icon-key,
.dx-icon-like,
.dx-icon-link,
.dx-icon-map,
.dx-icon-mention,
.dx-icon-menu,
.dx-icon-mergecells,
.dx-icon-money,
.dx-icon-music,
.dx-icon-orderedlist,
.dx-icon-overflow,
.dx-icon-percent,
.dx-icon-photo,
.dx-icon-plus,
.dx-icon-preferences,
.dx-icon-product,
.dx-icon-redo,
.dx-icon-refresh,
.dx-icon-remove,
.dx-icon-removecolumn,
.dx-icon-removerow,
.dx-icon-removetable,
.dx-icon-rowproperties,
.dx-icon-runner,
.dx-icon-save,
.dx-icon-search,
.dx-icon-shrinkfont,
.dx-icon-splitcells,
.dx-icon-strike,
.dx-icon-subscript,
.dx-icon-superscript,
.dx-icon-tableproperties,
.dx-icon-tags,
.dx-icon-tel,
.dx-icon-tips,
.dx-icon-todo,
.dx-icon-toolbox,
.dx-icon-underline,
.dx-icon-undo,
.dx-icon-user,
.dx-icon-variable,
.dx-icon-verticalalignbottom,
.dx-icon-verticalaligncenter,
.dx-icon-verticalaligntop,
.dx-icon-video {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-icon {
  background-position: 50% 50%;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dx-svg-icon svg {
  pointer-events: none;
}
.dx-rtl .dx-icon-spinnext::before {
  content: "";
}
.dx-rtl .dx-icon-spinprev::before {
  content: "";
}
.dx-rtl .dx-icon-chevronnext::before {
  content: "";
}
.dx-rtl .dx-icon-back::before,
.dx-rtl .dx-icon-chevronprev::before {
  content: "";
}
.dx-rtl .dx-icon-undo::before {
  content: "";
}
.dx-rtl .dx-icon-redo::before {
  content: "";
}
.dx-rtl .dx-icon-hidepanel::before {
  content: "";
}
.dx-rtl .dx-icon-showpanel::before {
  content: "";
}
@font-face {
  font-family: DXIcons;
  src: local("DevExtreme Generic Icons"),local("devextreme_generic_icons"),url('dxicons.b1f8e703c54f13b8.woff2') format("woff2"),url('dxicons.79ea8cc118fbeb0b.woff') format("woff"),url('dxicons.1012b0c6efd3f812.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
.dx-icon-add {
  font: 14px/1 DXIcons;
}
.dx-icon-add::before {
  content: "";
}
.dx-icon-airplane {
  font: 14px/1 DXIcons;
}
.dx-icon-airplane::before {
  content: "";
}
.dx-icon-bookmark {
  font: 14px/1 DXIcons;
}
.dx-icon-bookmark::before {
  content: "";
}
.dx-icon-box {
  font: 14px/1 DXIcons;
}
.dx-icon-box::before {
  content: "";
}
.dx-icon-car {
  font: 14px/1 DXIcons;
}
.dx-icon-car::before {
  content: "";
}
.dx-icon-card {
  font: 14px/1 DXIcons;
}
.dx-icon-card::before {
  content: "";
}
.dx-icon-cart {
  font: 14px/1 DXIcons;
}
.dx-icon-cart::before {
  content: "";
}
.dx-icon-chart {
  font: 14px/1 DXIcons;
}
.dx-icon-chart::before {
  content: "";
}
.dx-icon-check {
  font: 14px/1 DXIcons;
}
.dx-icon-check::before {
  content: "";
}
.dx-icon-clear {
  font: 14px/1 DXIcons;
}
.dx-icon-clear::before {
  content: "";
}
.dx-icon-clock {
  font: 14px/1 DXIcons;
}
.dx-icon-clock::before {
  content: "";
}
.dx-icon-close {
  font: 14px/1 DXIcons;
}
.dx-icon-close::before {
  content: "";
}
.dx-icon-coffee {
  font: 14px/1 DXIcons;
}
.dx-icon-coffee::before {
  content: "";
}
.dx-icon-comment {
  font: 14px/1 DXIcons;
}
.dx-icon-comment::before {
  content: "";
}
.dx-icon-doc {
  font: 14px/1 DXIcons;
}
.dx-icon-doc::before {
  content: "";
}
.dx-icon-file {
  font: 14px/1 DXIcons;
}
.dx-icon-file::before {
  content: "";
}
.dx-icon-download {
  font: 14px/1 DXIcons;
}
.dx-icon-download::before {
  content: "";
}
.dx-icon-dragvertical {
  font: 14px/1 DXIcons;
}
.dx-icon-dragvertical::before {
  content: "";
}
.dx-icon-edit {
  font: 14px/1 DXIcons;
}
.dx-icon-edit::before {
  content: "";
}
.dx-icon-email {
  font: 14px/1 DXIcons;
}
.dx-icon-email::before {
  content: "";
}
.dx-icon-event {
  font: 14px/1 DXIcons;
}
.dx-icon-event::before {
  content: "";
}
.dx-icon-favorites {
  font: 14px/1 DXIcons;
}
.dx-icon-favorites::before {
  content: "";
}
.dx-icon-find {
  font: 14px/1 DXIcons;
}
.dx-icon-find::before {
  content: "";
}
.dx-icon-filter {
  font: 14px/1 DXIcons;
}
.dx-icon-filter::before {
  content: "";
}
.dx-icon-folder {
  font: 14px/1 DXIcons;
}
.dx-icon-folder::before {
  content: "";
}
.dx-icon-activefolder {
  font: 14px/1 DXIcons;
}
.dx-icon-activefolder::before {
  content: "";
}
.dx-icon-food {
  font: 14px/1 DXIcons;
}
.dx-icon-food::before {
  content: "";
}
.dx-icon-gift {
  font: 14px/1 DXIcons;
}
.dx-icon-gift::before {
  content: "";
}
.dx-icon-globe {
  font: 14px/1 DXIcons;
}
.dx-icon-globe::before {
  content: "";
}
.dx-icon-group {
  font: 14px/1 DXIcons;
}
.dx-icon-group::before {
  content: "";
}
.dx-icon-help {
  font: 14px/1 DXIcons;
}
.dx-icon-help::before {
  content: "";
}
.dx-icon-home {
  font: 14px/1 DXIcons;
}
.dx-icon-home::before {
  content: "";
}
.dx-icon-image {
  font: 14px/1 DXIcons;
}
.dx-icon-image::before {
  content: "";
}
.dx-icon-info {
  font: 14px/1 DXIcons;
}
.dx-icon-info::before {
  content: "";
}
.dx-icon-key {
  font: 14px/1 DXIcons;
}
.dx-icon-key::before {
  content: "";
}
.dx-icon-like {
  font: 14px/1 DXIcons;
}
.dx-icon-like::before {
  content: "";
}
.dx-icon-map {
  font: 14px/1 DXIcons;
}
.dx-icon-map::before {
  content: "";
}
.dx-icon-menu {
  font: 14px/1 DXIcons;
}
.dx-icon-menu::before {
  content: "";
}
.dx-icon-message {
  font: 14px/1 DXIcons;
}
.dx-icon-message::before {
  content: "";
}
.dx-icon-money {
  font: 14px/1 DXIcons;
}
.dx-icon-money::before {
  content: "";
}
.dx-icon-music {
  font: 14px/1 DXIcons;
}
.dx-icon-music::before {
  content: "";
}
.dx-icon-overflow {
  font: 14px/1 DXIcons;
}
.dx-icon-overflow::before {
  content: "";
}
.dx-icon-percent {
  font: 14px/1 DXIcons;
}
.dx-icon-percent::before {
  content: "";
}
.dx-icon-photo {
  font: 14px/1 DXIcons;
}
.dx-icon-photo::before {
  content: "";
}
.dx-icon-plus {
  font: 14px/1 DXIcons;
}
.dx-icon-plus::before {
  content: "";
}
.dx-icon-minus {
  font: 14px/1 DXIcons;
}
.dx-icon-minus::before {
  content: "";
}
.dx-icon-preferences {
  font: 14px/1 DXIcons;
}
.dx-icon-preferences::before {
  content: "";
}
.dx-icon-product {
  font: 14px/1 DXIcons;
}
.dx-icon-product::before {
  content: "";
}
.dx-icon-pulldown {
  font: 14px/1 DXIcons;
}
.dx-icon-pulldown::before {
  content: "";
}
.dx-icon-refresh {
  font: 14px/1 DXIcons;
}
.dx-icon-refresh::before {
  content: "";
}
.dx-icon-remove {
  font: 14px/1 DXIcons;
}
.dx-icon-remove::before {
  content: "";
}
.dx-icon-revert {
  font: 14px/1 DXIcons;
}
.dx-icon-revert::before {
  content: "";
}
.dx-icon-runner {
  font: 14px/1 DXIcons;
}
.dx-icon-runner::before {
  content: "";
}
.dx-icon-save {
  font: 14px/1 DXIcons;
}
.dx-icon-save::before {
  content: "";
}
.dx-icon-search {
  font: 14px/1 DXIcons;
}
.dx-icon-search::before {
  content: "";
}
.dx-icon-tags {
  font: 14px/1 DXIcons;
}
.dx-icon-tags::before {
  content: "";
}
.dx-icon-tel {
  font: 14px/1 DXIcons;
}
.dx-icon-tel::before {
  content: "";
}
.dx-icon-tips {
  font: 14px/1 DXIcons;
}
.dx-icon-tips::before {
  content: "";
}
.dx-icon-todo {
  font: 14px/1 DXIcons;
}
.dx-icon-todo::before {
  content: "";
}
.dx-icon-toolbox {
  font: 14px/1 DXIcons;
}
.dx-icon-toolbox::before {
  content: "";
}
.dx-icon-trash {
  font: 14px/1 DXIcons;
}
.dx-icon-trash::before {
  content: "";
}
.dx-icon-user {
  font: 14px/1 DXIcons;
}
.dx-icon-user::before {
  content: "";
}
.dx-icon-upload {
  font: 14px/1 DXIcons;
}
.dx-icon-upload::before {
  content: "";
}
.dx-icon-floppy {
  font: 14px/1 DXIcons;
}
.dx-icon-floppy::before {
  content: "";
}
.dx-icon-arrowleft {
  font: 14px/1 DXIcons;
}
.dx-icon-arrowleft::before {
  content: "";
}
.dx-icon-arrowdown {
  font: 14px/1 DXIcons;
}
.dx-icon-arrowdown::before {
  content: "";
}
.dx-icon-arrowright {
  font: 14px/1 DXIcons;
}
.dx-icon-arrowright::before {
  content: "";
}
.dx-icon-arrowup {
  font: 14px/1 DXIcons;
}
.dx-icon-arrowup::before {
  content: "";
}
.dx-icon-spinleft {
  font: 14px/1 DXIcons;
}
.dx-icon-spinleft::before {
  content: "";
}
.dx-icon-spinprev {
  font: 14px/1 DXIcons;
}
.dx-icon-spinprev::before {
  content: "";
}
.dx-icon-spinright {
  font: 14px/1 DXIcons;
}
.dx-icon-spinright::before {
  content: "";
}
.dx-icon-spinnext {
  font: 14px/1 DXIcons;
}
.dx-icon-spinnext::before {
  content: "";
}
.dx-icon-spindown {
  font: 14px/1 DXIcons;
}
.dx-icon-spindown::before {
  content: "";
}
.dx-icon-spinup {
  font: 14px/1 DXIcons;
}
.dx-icon-spinup::before {
  content: "";
}
.dx-icon-chevronleft {
  font: 14px/1 DXIcons;
}
.dx-icon-chevronleft::before {
  content: "";
}
.dx-icon-chevronprev {
  font: 14px/1 DXIcons;
}
.dx-icon-chevronprev::before {
  content: "";
}
.dx-icon-back {
  font: 14px/1 DXIcons;
}
.dx-icon-back::before {
  content: "";
}
.dx-icon-chevronright {
  font: 14px/1 DXIcons;
}
.dx-icon-chevronright::before {
  content: "";
}
.dx-icon-chevronnext {
  font: 14px/1 DXIcons;
}
.dx-icon-chevronnext::before {
  content: "";
}
.dx-icon-chevrondown {
  font: 14px/1 DXIcons;
}
.dx-icon-chevrondown::before {
  content: "";
}
.dx-icon-chevronup {
  font: 14px/1 DXIcons;
}
.dx-icon-chevronup::before {
  content: "";
}
.dx-icon-chevrondoubleleft {
  font: 14px/1 DXIcons;
}
.dx-icon-chevrondoubleleft::before {
  content: "";
}
.dx-icon-chevrondoubleright {
  font: 14px/1 DXIcons;
}
.dx-icon-chevrondoubleright::before {
  content: "";
}
.dx-icon-equal {
  font: 14px/1 DXIcons;
}
.dx-icon-equal::before {
  content: "";
}
.dx-icon-notequal {
  font: 14px/1 DXIcons;
}
.dx-icon-notequal::before {
  content: "";
}
.dx-icon-less {
  font: 14px/1 DXIcons;
}
.dx-icon-less::before {
  content: "";
}
.dx-icon-greater {
  font: 14px/1 DXIcons;
}
.dx-icon-greater::before {
  content: "";
}
.dx-icon-lessorequal {
  font: 14px/1 DXIcons;
}
.dx-icon-lessorequal::before {
  content: "";
}
.dx-icon-greaterorequal {
  font: 14px/1 DXIcons;
}
.dx-icon-greaterorequal::before {
  content: "";
}
.dx-icon-isblank {
  font: 14px/1 DXIcons;
}
.dx-icon-isblank::before {
  content: "";
}
.dx-icon-isnotblank {
  font: 14px/1 DXIcons;
}
.dx-icon-isnotblank::before {
  content: "";
}
.dx-icon-sortup {
  font: 14px/1 DXIcons;
}
.dx-icon-sortup::before {
  content: "";
}
.dx-icon-sortdown {
  font: 14px/1 DXIcons;
}
.dx-icon-sortdown::before {
  content: "";
}
.dx-icon-sortuptext {
  font: 14px/1 DXIcons;
}
.dx-icon-sortuptext::before {
  content: "";
}
.dx-icon-sortdowntext {
  font: 14px/1 DXIcons;
}
.dx-icon-sortdowntext::before {
  content: "";
}
.dx-icon-sorted {
  font: 14px/1 DXIcons;
}
.dx-icon-sorted::before {
  content: "";
}
.dx-icon-expand {
  font: 14px/1 DXIcons;
}
.dx-icon-expand::before {
  content: "";
}
.dx-icon-collapse {
  font: 14px/1 DXIcons;
}
.dx-icon-collapse::before {
  content: "";
}
.dx-icon-columnfield {
  font: 14px/1 DXIcons;
}
.dx-icon-columnfield::before {
  content: "";
}
.dx-icon-rowfield {
  font: 14px/1 DXIcons;
}
.dx-icon-rowfield::before {
  content: "";
}
.dx-icon-datafield {
  font: 14px/1 DXIcons;
}
.dx-icon-datafield::before {
  content: "";
}
.dx-icon-fields {
  font: 14px/1 DXIcons;
}
.dx-icon-fields::before {
  content: "";
}
.dx-icon-fieldchooser {
  font: 14px/1 DXIcons;
}
.dx-icon-fieldchooser::before {
  content: "";
}
.dx-icon-columnchooser {
  font: 14px/1 DXIcons;
}
.dx-icon-columnchooser::before {
  content: "";
}
.dx-icon-pin {
  font: 14px/1 DXIcons;
}
.dx-icon-pin::before {
  content: "";
}
.dx-icon-unpin {
  font: 14px/1 DXIcons;
}
.dx-icon-unpin::before {
  content: "";
}
.dx-icon-pinleft {
  font: 14px/1 DXIcons;
}
.dx-icon-pinleft::before {
  content: "";
}
.dx-icon-pinright {
  font: 14px/1 DXIcons;
}
.dx-icon-pinright::before {
  content: "";
}
.dx-icon-contains {
  font: 14px/1 DXIcons;
}
.dx-icon-contains::before {
  content: "";
}
.dx-icon-startswith {
  font: 14px/1 DXIcons;
}
.dx-icon-startswith::before {
  content: "";
}
.dx-icon-endswith {
  font: 14px/1 DXIcons;
}
.dx-icon-endswith::before {
  content: "";
}
.dx-icon-doesnotcontain {
  font: 14px/1 DXIcons;
}
.dx-icon-doesnotcontain::before {
  content: "";
}
.dx-icon-range {
  font: 14px/1 DXIcons;
}
.dx-icon-range::before {
  content: "";
}
.dx-icon-export {
  font: 14px/1 DXIcons;
}
.dx-icon-export::before {
  content: "";
}
.dx-icon-exportxlsx {
  font: 14px/1 DXIcons;
}
.dx-icon-exportxlsx::before {
  content: "";
}
.dx-icon-exportpdf {
  font: 14px/1 DXIcons;
}
.dx-icon-exportpdf::before {
  content: "";
}
.dx-icon-exportselected {
  font: 14px/1 DXIcons;
}
.dx-icon-exportselected::before {
  content: "";
}
.dx-icon-warning {
  font: 14px/1 DXIcons;
}
.dx-icon-warning::before {
  content: "";
}
.dx-icon-more {
  font: 14px/1 DXIcons;
}
.dx-icon-more::before {
  content: "";
}
.dx-icon-square {
  font: 14px/1 DXIcons;
}
.dx-icon-square::before {
  content: "";
}
.dx-icon-clearsquare {
  font: 14px/1 DXIcons;
}
.dx-icon-clearsquare::before {
  content: "";
}
.dx-icon-repeat {
  font: 14px/1 DXIcons;
}
.dx-icon-repeat::before {
  content: "";
}
.dx-icon-selectall {
  font: 14px/1 DXIcons;
}
.dx-icon-selectall::before {
  content: "";
}
.dx-icon-unselectall {
  font: 14px/1 DXIcons;
}
.dx-icon-unselectall::before {
  content: "";
}
.dx-icon-print {
  font: 14px/1 DXIcons;
}
.dx-icon-print::before {
  content: "";
}
.dx-icon-bold {
  font: 14px/1 DXIcons;
}
.dx-icon-bold::before {
  content: "";
}
.dx-icon-italic {
  font: 14px/1 DXIcons;
}
.dx-icon-italic::before {
  content: "";
}
.dx-icon-underline {
  font: 14px/1 DXIcons;
}
.dx-icon-underline::before {
  content: "";
}
.dx-icon-strike {
  font: 14px/1 DXIcons;
}
.dx-icon-strike::before {
  content: "";
}
.dx-icon-indent {
  font: 14px/1 DXIcons;
}
.dx-icon-indent::before {
  content: "";
}
.dx-icon-increaselinespacing {
  font: 14px/1 DXIcons;
}
.dx-icon-increaselinespacing::before {
  content: "";
}
.dx-icon-font {
  font: 14px/1 DXIcons;
}
.dx-icon-font::before {
  content: "";
}
.dx-icon-fontsize {
  font: 14px/1 DXIcons;
}
.dx-icon-fontsize::before {
  content: "";
}
.dx-icon-shrinkfont {
  font: 14px/1 DXIcons;
}
.dx-icon-shrinkfont::before {
  content: "";
}
.dx-icon-growfont {
  font: 14px/1 DXIcons;
}
.dx-icon-growfont::before {
  content: "";
}
.dx-icon-color {
  font: 14px/1 DXIcons;
}
.dx-icon-color::before {
  content: "";
}
.dx-icon-background {
  font: 14px/1 DXIcons;
}
.dx-icon-background::before {
  content: "";
}
.dx-icon-fill {
  font: 14px/1 DXIcons;
}
.dx-icon-fill::before {
  content: "";
}
.dx-icon-palette {
  font: 14px/1 DXIcons;
}
.dx-icon-palette::before {
  content: "";
}
.dx-icon-superscript {
  font: 14px/1 DXIcons;
}
.dx-icon-superscript::before {
  content: "";
}
.dx-icon-subscript {
  font: 14px/1 DXIcons;
}
.dx-icon-subscript::before {
  content: "";
}
.dx-icon-header {
  font: 14px/1 DXIcons;
}
.dx-icon-header::before {
  content: "";
}
.dx-icon-blockquote {
  font: 14px/1 DXIcons;
}
.dx-icon-blockquote::before {
  content: "";
}
.dx-icon-formula {
  font: 14px/1 DXIcons;
}
.dx-icon-formula::before {
  content: "";
}
.dx-icon-codeblock {
  font: 14px/1 DXIcons;
}
.dx-icon-codeblock::before {
  content: "";
}
.dx-icon-orderedlist {
  font: 14px/1 DXIcons;
}
.dx-icon-orderedlist::before {
  content: "";
}
.dx-icon-bulletlist {
  font: 14px/1 DXIcons;
}
.dx-icon-bulletlist::before {
  content: "";
}
.dx-icon-increaseindent {
  font: 14px/1 DXIcons;
}
.dx-icon-increaseindent::before {
  content: "";
}
.dx-icon-decreaseindent {
  font: 14px/1 DXIcons;
}
.dx-icon-decreaseindent::before {
  content: "";
}
.dx-icon-decreaselinespacing {
  font: 14px/1 DXIcons;
}
.dx-icon-decreaselinespacing::before {
  content: "";
}
.dx-icon-alignleft {
  font: 14px/1 DXIcons;
}
.dx-icon-alignleft::before {
  content: "";
}
.dx-icon-alignright {
  font: 14px/1 DXIcons;
}
.dx-icon-alignright::before {
  content: "";
}
.dx-icon-aligncenter {
  font: 14px/1 DXIcons;
}
.dx-icon-aligncenter::before {
  content: "";
}
.dx-icon-alignjustify {
  font: 14px/1 DXIcons;
}
.dx-icon-alignjustify::before {
  content: "";
}
.dx-icon-link {
  font: 14px/1 DXIcons;
}
.dx-icon-link::before {
  content: "";
}
.dx-icon-video {
  font: 14px/1 DXIcons;
}
.dx-icon-video::before {
  content: "";
}
.dx-icon-mention {
  font: 14px/1 DXIcons;
}
.dx-icon-mention::before {
  content: "";
}
.dx-icon-variable {
  font: 14px/1 DXIcons;
}
.dx-icon-variable::before {
  content: "";
}
.dx-icon-clearformat {
  font: 14px/1 DXIcons;
}
.dx-icon-clearformat::before {
  content: "";
}
.dx-icon-fullscreen {
  font: 14px/1 DXIcons;
}
.dx-icon-fullscreen::before {
  content: "";
}
.dx-icon-hierarchy {
  font: 14px/1 DXIcons;
}
.dx-icon-hierarchy::before {
  content: "";
}
.dx-icon-docfile {
  font: 14px/1 DXIcons;
}
.dx-icon-docfile::before {
  content: "";
}
.dx-icon-docxfile {
  font: 14px/1 DXIcons;
}
.dx-icon-docxfile::before {
  content: "";
}
.dx-icon-pdffile {
  font: 14px/1 DXIcons;
}
.dx-icon-pdffile::before {
  content: "";
}
.dx-icon-pptfile {
  font: 14px/1 DXIcons;
}
.dx-icon-pptfile::before {
  content: "";
}
.dx-icon-pptxfile {
  font: 14px/1 DXIcons;
}
.dx-icon-pptxfile::before {
  content: "";
}
.dx-icon-rtffile {
  font: 14px/1 DXIcons;
}
.dx-icon-rtffile::before {
  content: "";
}
.dx-icon-txtfile {
  font: 14px/1 DXIcons;
}
.dx-icon-txtfile::before {
  content: "";
}
.dx-icon-xlsfile {
  font: 14px/1 DXIcons;
}
.dx-icon-xlsfile::before {
  content: "";
}
.dx-icon-xlsxfile {
  font: 14px/1 DXIcons;
}
.dx-icon-xlsxfile::before {
  content: "";
}
.dx-icon-copy {
  font: 14px/1 DXIcons;
}
.dx-icon-copy::before {
  content: "";
}
.dx-icon-cut {
  font: 14px/1 DXIcons;
}
.dx-icon-cut::before {
  content: "";
}
.dx-icon-paste {
  font: 14px/1 DXIcons;
}
.dx-icon-paste::before {
  content: "";
}
.dx-icon-share {
  font: 14px/1 DXIcons;
}
.dx-icon-share::before {
  content: "";
}
.dx-icon-inactivefolder {
  font: 14px/1 DXIcons;
}
.dx-icon-inactivefolder::before {
  content: "";
}
.dx-icon-newfolder {
  font: 14px/1 DXIcons;
}
.dx-icon-newfolder::before {
  content: "";
}
.dx-icon-movetofolder {
  font: 14px/1 DXIcons;
}
.dx-icon-movetofolder::before {
  content: "";
}
.dx-icon-parentfolder {
  font: 14px/1 DXIcons;
}
.dx-icon-parentfolder::before {
  content: "";
}
.dx-icon-rename {
  font: 14px/1 DXIcons;
}
.dx-icon-rename::before {
  content: "";
}
.dx-icon-detailslayout {
  font: 14px/1 DXIcons;
}
.dx-icon-detailslayout::before {
  content: "";
}
.dx-icon-contentlayout {
  font: 14px/1 DXIcons;
}
.dx-icon-contentlayout::before {
  content: "";
}
.dx-icon-smalliconslayout {
  font: 14px/1 DXIcons;
}
.dx-icon-smalliconslayout::before {
  content: "";
}
.dx-icon-mediumiconslayout {
  font: 14px/1 DXIcons;
}
.dx-icon-mediumiconslayout::before {
  content: "";
}
.dx-icon-undo {
  font: 14px/1 DXIcons;
}
.dx-icon-undo::before {
  content: "";
}
.dx-icon-redo {
  font: 14px/1 DXIcons;
}
.dx-icon-redo::before {
  content: "";
}
.dx-icon-hidepanel {
  font: 14px/1 DXIcons;
}
.dx-icon-hidepanel::before {
  content: "";
}
.dx-icon-showpanel {
  font: 14px/1 DXIcons;
}
.dx-icon-showpanel::before {
  content: "";
}
.dx-icon-checklist {
  font: 14px/1 DXIcons;
}
.dx-icon-checklist::before {
  content: "";
}
.dx-icon-verticalaligntop {
  font: 14px/1 DXIcons;
}
.dx-icon-verticalaligntop::before {
  content: "";
}
.dx-icon-verticalaligncenter {
  font: 14px/1 DXIcons;
}
.dx-icon-verticalaligncenter::before {
  content: "";
}
.dx-icon-verticalalignbottom {
  font: 14px/1 DXIcons;
}
.dx-icon-verticalalignbottom::before {
  content: "";
}
.dx-icon-rowproperties {
  font: 14px/1 DXIcons;
}
.dx-icon-rowproperties::before {
  content: "";
}
.dx-icon-columnproperties {
  font: 14px/1 DXIcons;
}
.dx-icon-columnproperties::before {
  content: "";
}
.dx-icon-cellproperties {
  font: 14px/1 DXIcons;
}
.dx-icon-cellproperties::before {
  content: "";
}
.dx-icon-tableproperties {
  font: 14px/1 DXIcons;
}
.dx-icon-tableproperties::before {
  content: "";
}
.dx-icon-splitcells {
  font: 14px/1 DXIcons;
}
.dx-icon-splitcells::before {
  content: "";
}
.dx-icon-mergecells {
  font: 14px/1 DXIcons;
}
.dx-icon-mergecells::before {
  content: "";
}
.dx-icon-deleterow {
  font: 14px/1 DXIcons;
}
.dx-icon-deleterow::before {
  content: "";
}
.dx-icon-deletecolumn {
  font: 14px/1 DXIcons;
}
.dx-icon-deletecolumn::before {
  content: "";
}
.dx-icon-insertrowabove {
  font: 14px/1 DXIcons;
}
.dx-icon-insertrowabove::before {
  content: "";
}
.dx-icon-insertrowbelow {
  font: 14px/1 DXIcons;
}
.dx-icon-insertrowbelow::before {
  content: "";
}
.dx-icon-insertcolumnleft {
  font: 14px/1 DXIcons;
}
.dx-icon-insertcolumnleft::before {
  content: "";
}
.dx-icon-insertcolumnright {
  font: 14px/1 DXIcons;
}
.dx-icon-insertcolumnright::before {
  content: "";
}
.dx-icon-inserttable {
  font: 14px/1 DXIcons;
}
.dx-icon-inserttable::before {
  content: "";
}
.dx-icon-deletetable {
  font: 14px/1 DXIcons;
}
.dx-icon-deletetable::before {
  content: "";
}
.dx-tab .dx-icon,
.dx-tab.dx-tab-selected .dx-icon {
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.dx-scrollview-pulldown {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dx-loadindicator-image-small {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAFAAUAAACI4yPqZsADM+LcNJlb9Mq8+B8iCeWBqmFJnqpJUu5ojzDplIAACH5BAkJAAEALAAAAAAUABQAAAIhjI+py+3gXmxwrmoRzgZ4fnxgIIIl523o2KmZ+7KdTIMFACH5BAkJAAIALAAAAAAUABQAAAIflI+py+0Po4zAgDptFhXP60ngNmYdyaGBiYXbC8dwAQAh+QQJCQADACwAAAAAFAAUAAACIpyPqcsL3cCDSlJ368xnc+Nx1geG2Uiin3mpIlnC7gnXTAEAIfkECQkAAwAsAAAAABQAFAAAAiKcD6e74AxRivHRenGGc6vuIWEzluaJbuC4eq36XlboxGUBACH5BAkJAAMALAAAAAAUABQAAAIjnA8Jx226nBxp2mpnzG7z5n3iSJbmiaaqFIrt93LYOMP1UQAAIfkECQkAAwAsAAAAABQAFAAAAh2cD6l53eyiA7Iii7PevPsPhuJIluZpUB6ELWxTAAAh+QQJCQADACwAAAAAFAAUAAACHZx/oMit/5p0a9oBrt68+w+G4kiW5rllYbRCLFIAACH5BAkJAAMALAAAAAAUABQAAAIenH+ggO24noRq2molzo3xD4biSJbmSXqpuYlR2ToFACH5BAkJAAMALAAAAAAUABQAAAIhnI+pi+AMzYsQ0HrXzI2n7Q1WSJbMSKIh6Kmty7GtKWUFACH5BAkJAAMALAAAAAAUABQAAAIinI+py+3gXmxwKlAtytpgrmHdIY5DOX6mt56t24Kd/NZMAQAh+QQJCQADACwAAAAAFAAUAAACIZyPqcvtD6OMwIA6w8Czcnl91DVZW3mKkIeqK+ai8kyXBQAh+QQJCQADACwAAAAAFAAUAAACI5yPqcsL3cCDSlJ368xn82F9RiiSn8l5pziqmXuhMUzR7F0AACH5BAkJAAMALAAAAAAUABQAAAIfnI+pB70/HFxyKmBp1rv7D4aMiIXld6KmmW6V+7pKAQAh+QQJCQADACwAAAAAFAAUAAACIZw/oMi9Dc2LEVBqL8y6+w+G4kiWJBein+pNK4sp8CY3BQAh+QQJCQADACwAAAAAFAAUAAACHZw/oIt96iICstqLs968+w+G4kh+VHdukLW06VEAACH5BAkJAAMALAAAAAAUABQAAAIbnI+pCu29InKygoqz3rz7D4biSJbZ9VHpoyIFACH5BAkJAAMALAAAAAAUABQAAAIfnI8AyM26nDxq2hGvy7r7D4biSJYg51WiGkKju8JOAQA7");
  background-position: center center;
  background-repeat: no-repeat;
}
.dx-loadindicator-image-large {
  background-image: url("data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7");
  background-position: center center;
  background-repeat: no-repeat;
}
.dx-color-scheme {
  font-family: "#";
}
.dx-widget {
  display: block;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  padding: 0;
  outline: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-widget,
.dx-widget *,
.dx-widget ::after,
.dx-widget ::before,
.dx-widget::after,
.dx-widget::before {
  box-sizing: border-box;
}
.dx-item {
  outline: 0;
}
.dx-rtl {
  direction: rtl;
  unicode-bidi: embed;
}
.dx-state-disabled {
  pointer-events: none;
}
.dx-widget input,
.dx-widget textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-state-disabled .dx-widget,
.dx-state-disabled.dx-widget {
  opacity: .5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
}
.dx-state-disabled .dx-widget .dx-widget,
.dx-state-disabled.dx-widget .dx-widget {
  opacity: 1;
}
.dx-card {
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #f5f5f5;
}
.dx-fieldset .dx-field-value {
  margin: 0;
}
.dx-fieldset,
.dx-fieldset * {
  box-sizing: border-box;
}
.dx-fieldset-header:empty {
  display: none;
}
.dx-field {
  position: relative;
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-field::after,
.dx-field::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-field::after {
  clear: both;
}
.dx-field-label {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-field-value,
.dx-field-value-static {
  float: right;
}
.dx-field-value.dx-datebox {
  min-width: 60%;
}
.dx-field-value:not(.dx-widget) > .dx-datebox {
  min-width: 100%;
}
.dx-field-value .dx-selectbox-tag-container {
  white-space: normal;
}
.dx-field-value:not(.dx-widget) > .dx-selectbox.dx-selectbox-multiselect.dx-widget {
  position: relative;
  width: auto;
  text-align: left;
}
.dx-fieldset.dx-rtl .dx-field-label,
.dx-rtl .dx-fieldset .dx-field-label {
  float: right;
}
.dx-fieldset.dx-rtl .dx-field-value,
.dx-rtl .dx-fieldset .dx-field-value {
  float: left;
}
.dx-field input,
.dx-field textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-field-label {
  color: #728e94;
  cursor: default;
  padding: 8px 15px 9px 0;
}
.dx-field-value.dx-attention {
  color: #f74a5e;
  padding: 8px 10px 9px 28px;
  position: relative;
}
.dx-field-value.dx-attention::before {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #f74a5e;
  color: #fff;
  content: "!";
  border-radius: 50%;
  left: 0;
}
.dx-field-value-static,
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
  width: 60%;
}
.dx-field {
  min-height: 36px;
  padding: 0;
}
.dx-field-value.dx-widget,
.dx-field-value:not(.dx-widget) > .dx-widget {
  margin: 0;
}
.dx-field-value:not(.dx-widget) > .dx-button,
.dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-switch {
  float: right;
}
.dx-field-value.dx-checkbox,
.dx-field-value:not(.dx-widget) > .dx-checkbox {
  margin: 7px 0;
}
.dx-field-value.dx-switch,
.dx-field-value:not(.dx-widget) > .dx-switch {
  margin: 6px 0;
}
.dx-field-value.dx-slider,
.dx-field-value:not(.dx-widget) > .dx-slider {
  margin: 4px 0;
}
.dx-field-value.dx-radiogroup,
.dx-field-value:not(.dx-widget) > .dx-radiogroup {
  margin: 5px 0;
}
.dx-field-value-static {
  white-space: normal;
  padding: 8px 10px 9px;
}
.dx-fieldset {
  margin: 30px 20px;
  padding: 0;
}
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl.dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch {
  float: left;
}
.dx-fieldset-header {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
}
.dx-field {
  margin: 0 0 10px;
}
.dx-field:last-of-type {
  margin: 0;
}
.dx-device-mobile .dx-fieldset {
  margin: 20px 15px;
  padding: 0;
}
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl .dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch,
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-button,
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-checkbox,
.dx-rtl.dx-device-mobile .dx-fieldset .dx-field-value:not(.dx-widget) > .dx-switch {
  float: left;
}
.dx-device-mobile .dx-fieldset-header {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
}
.dx-device-mobile .dx-field {
  margin: 0 0 10px;
}
.dx-device-mobile .dx-field:last-of-type {
  margin: 0;
}
.dx-theme-marker {
  font-family: "dx.generic.greenmist";
}
.dx-theme-accent-as-text-color {
  color: #3cbab2!important;
}
.dx-theme-text-color {
  color: #28484f!important;
}
.dx-theme-background-color-as-text-color {
  color: #f5f5f5!important;
}
.dx-theme-border-color-as-text-color {
  color: #dedede!important;
}
.dx-theme-accent-as-background-color {
  background-color: #3cbab2!important;
  fill: #3cbab2!important;
}
.dx-theme-text-color-as-background-color {
  background-color: #28484f!important;
  fill: #28484f!important;
}
.dx-theme-background-color {
  background-color: #f5f5f5!important;
  fill: #f5f5f5!important;
}
.dx-theme-border-color-as-background-color {
  background-color: #dedede!important;
  fill: #dedede!important;
}
.dx-theme-accent-as-border-color {
  border-color: #3cbab2!important;
}
.dx-theme-text-color-as-border-color {
  border-color: #28484f!important;
}
.dx-theme-background-color-as-border-color {
  border-color: #f5f5f5!important;
}
.dx-theme-border-color {
  border-color: #dedede!important;
}
.dx-resizable {
  display: block;
  position: relative;
}
.dx-resizable-handle {
  position: absolute;
  z-index: 50;
}
.dx-state-disabled .dx-resizable-handle {
  cursor: default;
}
.dx-resizable-handle-left,
.dx-resizable-handle-right {
  top: 0;
  height: 100%;
  width: 3px;
}
.dx-resizable-handle-left {
  left: 0;
  cursor: e-resize;
}
.dx-resizable-handle-right {
  right: 0;
  cursor: e-resize;
}
.dx-resizable-handle-bottom,
.dx-resizable-handle-top {
  left: 0;
  width: 100%;
  height: 3px;
}
.dx-resizable-handle-top {
  top: 0;
  cursor: s-resize;
}
.dx-resizable-handle-bottom {
  bottom: 0;
  cursor: s-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
  width: 6px;
  height: 6px;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left {
  cursor: se-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-right {
  cursor: ne-resize;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-top-left {
  left: 0;
  border-bottom-right-radius: 100%;
}
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-right {
  right: 0;
  border-bottom-left-radius: 100%;
}
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
  top: 0;
}
.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right {
  bottom: 0;
}
.dx-draggable {
  left: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-draggable.dx-state-disabled,
.dx-state-disabled .dx-draggable {
  cursor: default;
}
.dx-draggable-clone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483647;
}
.dx-clearfix::after,
.dx-clearfix::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-clearfix::after {
  clear: both;
}
.dx-translate-disabled {
  transform: none!important;
}
.dx-hidden-input {
  position: fixed;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
}
.dx-user-select {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-hidden,
.dx-state-invisible {
  display: none!important;
}
.dx-gesture-cover {
  transform: translate3d(0,0,0);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2147483647;
}
.dx-animating {
  pointer-events: none;
}
.dx-fade-animation.dx-enter,
.dx-fade-animation.dx-leave.dx-leave-active,
.dx-no-direction.dx-enter,
.dx-no-direction.dx-leave.dx-leave-active {
  opacity: 0;
}
.dx-fade-animation.dx-enter.dx-enter-active,
.dx-fade-animation.dx-leave,
.dx-no-direction.dx-enter.dx-enter-active,
.dx-no-direction.dx-leave {
  opacity: 1;
}
.dx-overflow-animation.dx-enter.dx-forward {
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-enter.dx-backward,
.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward,
.dx-overflow-animation.dx-leave.dx-forward,
.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-overflow-animation.dx-leave.dx-backward {
  transform: translate3d(0,0,0);
  z-index: 2;
}
.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-slide-animation.dx-enter.dx-forward {
  transform: translate3d(100%,0,0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-enter.dx-backward {
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-enter.dx-enter-active.dx-backward,
.dx-slide-animation.dx-leave.dx-forward {
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(-100%,0,0);
}
.dx-slide-animation.dx-leave.dx-backward {
  transform: translate3d(0,0,0);
}
.dx-slide-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(100%,0,0);
}
.dx-opendoor-animation.dx-enter.dx-forward {
  transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward,
.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward {
  transform: none;
  opacity: 1;
}
.dx-opendoor-animation.dx-leave.dx-backward,
.dx-opendoor-animation.dx-leave.dx-forward {
  transform: none;
  transform-origin: center left 0;
  opacity: 1;
}
.dx-opendoor-animation.dx-enter.dx-backward,
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward {
  transform: matrix3d(.5,0,.87,-.001,0,1,0,0,-.87,0,.5,0,0,0,0,1);
  transform-origin: center left 0;
  opacity: 0;
}
.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward {
  transform: matrix3d(.71,0,.71,.001,0,1,0,0,-.71,0,.71,0,0,0,0,1);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-forward {
  transform: scale(.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward {
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-enter.dx-backward,
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward {
  transform: scale(1.5);
  opacity: 0;
}
.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward {
  transform: scale(1);
  opacity: 1;
}
.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward {
  transform: scale(.5);
  opacity: 0;
}
.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(0,150px,0);
  opacity: 0;
}
.dx-android-pop-animation.dx-enter.dx-enter-active.dx-forward,
.dx-android-pop-animation.dx-leave.dx-backward {
  transform: translate3d(0,0,0);
  opacity: 1;
}
.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-backward {
  z-index: 1;
}
.dx-ios7-slide-animation.dx-enter.dx-forward {
  z-index: 2;
  transform: translate3d(100%,0,0);
}
.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward {
  z-index: 2;
  transform: translate3d(0,0,0);
}
.dx-ios7-slide-animation.dx-enter.dx-backward {
  transform: translate3d(-20%,0,0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-backward {
  transform: translate3d(0,0,0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-leave.dx-forward {
  z-index: 1;
  transform: translate3d(0,0,0);
}
.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(-20%,0,0);
  z-index: 1;
}
.dx-ios7-slide-animation.dx-leave.dx-backward {
  z-index: 2;
}
.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(100%,0,0);
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-forward {
  transform: translate3d(40%,0,0);
  opacity: 0;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward {
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-enter.dx-backward {
  transform: translate3d(-40%,0,0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward,
.dx-ios7-toolbar-animation.dx-leave.dx-forward {
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward {
  transform: translate3d(-40%,0,0);
  opacity: 0;
  z-index: 1;
}
.dx-ios7-toolbar-animation.dx-leave.dx-backward {
  transform: translate3d(0,0,0);
  opacity: 1;
  z-index: 2;
}
.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward {
  transform: translate3d(40%,0,0);
  opacity: 0;
  z-index: 2;
}
.dx-drop-animation.dx-enter,
.dx-drop-animation.dx-leave.dx-leave-active {
  transform: translate3d(0,-120%,0);
}
.dx-drop-animation.dx-enter.dx-enter-active,
.dx-drop-animation.dx-leave {
  transform: translate3d(0,0,0);
}
.dx-3d-drop-animation.dx-enter,
.dx-3d-drop-animation.dx-leave.dx-leave-active {
  transform: rotate3d(1,0,0,10deg) translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-3d-drop-animation.dx-enter.dx-enter-active,
.dx-3d-drop-animation.dx-leave {
  transform: rotate3d(1,0,0,0) translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-drop-animation.dx-enter,
.dx-fade-drop-animation.dx-leave.dx-leave-active {
  transform: translate3d(0,-10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-drop-animation.dx-enter.dx-enter-active,
.dx-fade-drop-animation.dx-leave {
  transform: translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-rise-animation.dx-enter,
.dx-fade-rise-animation.dx-leave.dx-leave-active {
  transform: translate3d(0,10px,0) scale3d(1.1,1.1,1.1);
  opacity: 0;
}
.dx-fade-rise-animation.dx-enter.dx-enter-active,
.dx-fade-rise-animation.dx-leave {
  transform: translate3d(0,0,0) scale3d(1,1,1);
  opacity: 1;
}
.dx-fade-slide-animation.dx-enter,
.dx-fade-slide-animation.dx-leave.dx-leave-active {
  transform: translate3d(40%,0,0);
  opacity: 0;
}
.dx-fade-slide-animation.dx-enter.dx-enter-active,
.dx-fade-slide-animation.dx-leave {
  transform: translate3d(0,0,0);
  opacity: 1;
}
.dx-fade-zoom-animation.dx-enter,
.dx-fade-zoom-animation.dx-leave.dx-leave-active {
  transform: scale3d(.3,.3,.3);
  opacity: 0;
}
.dx-fade-zoom-animation.dx-enter.dx-enter-active,
.dx-fade-zoom-animation.dx-leave {
  transform: scale3d(1,1,1);
  opacity: 1;
}
.dx-box-fallback-item > .dx-box-item-content {
  width: 100%;
  height: 100%;
}
.dx-box-item-content {
  flex-direction: column;
  max-width: 100%;
  font-size: 14px;
}
.dx-button-disabled {
  cursor: default;
}
.dx-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-button .dx-icon {
  -webkit-user-drag: none;
  display: inline-block;
  vertical-align: middle;
}
.dx-button-content {
  height: 100%;
  max-height: 100%;
  line-height: 0;
}
.dx-button-content::after {
  display: inline-block;
  position: relative;
  height: 100%;
  content: "";
  vertical-align: middle;
  font-size: 0;
}
.dx-button-content > .dx-inkripple {
  display: none;
}
.dx-button-link {
  text-decoration: none;
}
.dx-button-text {
  display: inline;
  vertical-align: middle;
  line-height: normal;
}
.dx-button-submit-input {
  padding: 0;
  margin: 0;
  border: 0;
  height: 0;
  width: 0;
  font-size: 0;
  opacity: 0;
}
.dx-state-disabled .dx-button,
.dx-state-disabled.dx-button {
  cursor: default;
}
.dx-button a {
  text-decoration: none;
}
.dx-button .dx-button-content {
  padding: 8px;
}
.dx-button .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 0;
  margin-left: 0;
}
.dx-button .dx-icon.dx-icon-right,
.dx-rtl .dx-button .dx-icon,
.dx-rtl.dx-button .dx-icon {
  margin-left: 0;
  margin-right: 0;
}
.dx-rtl .dx-button .dx-icon.dx-icon-right,
.dx-rtl.dx-button .dx-icon.dx-icon-right {
  margin-right: 0;
  margin-left: 0;
}
.dx-button-has-icon .dx-button-content {
  padding: 8px;
}
.dx-button-has-icon .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 0;
  margin-left: 0;
}
.dx-button-has-icon .dx-icon.dx-icon-right,
.dx-rtl .dx-button-has-icon .dx-icon,
.dx-rtl.dx-button-has-icon .dx-icon {
  margin-left: 0;
  margin-right: 0;
}
.dx-rtl .dx-button-has-icon .dx-icon.dx-icon-right,
.dx-rtl.dx-button-has-icon .dx-icon.dx-icon-right {
  margin-right: 0;
  margin-left: 0;
}
.dx-button-has-text .dx-button-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 18px 8px;
}
.dx-button-has-text .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 9px;
  margin-left: 0;
}
.dx-button-has-text .dx-icon.dx-icon-right,
.dx-rtl .dx-button-has-text .dx-icon,
.dx-rtl.dx-button-has-text .dx-icon {
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-button-has-text .dx-icon.dx-icon-right,
.dx-rtl.dx-button-has-text .dx-icon.dx-icon-right {
  margin-right: 9px;
  margin-left: 0;
}
.dx-button-back .dx-button-content {
  padding: 8px;
}
.dx-button-back .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 0;
  margin-left: 0;
}
.dx-button-back .dx-icon.dx-icon-right,
.dx-rtl .dx-button-back .dx-icon,
.dx-rtl.dx-button-back .dx-icon {
  margin-left: 0;
  margin-right: 0;
}
.dx-rtl .dx-button-back .dx-icon.dx-icon-right,
.dx-rtl.dx-button-back .dx-icon.dx-icon-right {
  margin-right: 0;
  margin-left: 0;
}
.dx-button-back .dx-button-text {
  display: none;
}
.dx-button {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.dx-state-disabled .dx-button .dx-icon,
.dx-state-disabled.dx-button .dx-icon {
  opacity: .6;
}
.dx-state-disabled .dx-button .dx-button-text,
.dx-state-disabled.dx-button .dx-button-text {
  opacity: .5;
}
.dx-button-mode-contained {
  background-color: #f5f5f5;
  border-color: #a2b4b8;
  color: #28484f;
}
.dx-button-mode-contained .dx-icon {
  color: #28484f;
}
.dx-button-mode-contained.dx-state-hover {
  background-color: #ebebeb;
  border-color: #a2b4b8;
}
.dx-button-mode-contained.dx-state-focused {
  background-color: #e1e1e1;
  border-color: #a2b4b8;
}
.dx-button-mode-contained.dx-state-active {
  background-color: #b8b8b8;
  border-color: #a2b4b8;
  color: #28484f;
}
.dx-button-mode-contained.dx-button-danger {
  background-color: #f74a5e;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-danger .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-danger.dx-state-hover {
  background-color: #f51e37;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-danger.dx-state-focused {
  background-color: #f40f2a;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-danger.dx-state-active {
  background-color: #c3091e;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-success {
  background-color: #72d63c;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-success .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-success.dx-state-hover {
  background-color: #5cbc28;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-success.dx-state-focused {
  background-color: #56b025;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-success.dx-state-active {
  background-color: #3f811b;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-default {
  background-color: #3cbab2;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-contained.dx-button-default .dx-icon {
  color: #fff;
}
.dx-button-mode-contained.dx-button-default.dx-state-hover {
  background-color: #319791;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-default.dx-state-focused {
  background-color: #2d8c86;
  border-color: transparent;
}
.dx-button-mode-contained.dx-button-default.dx-state-active {
  background-color: #1f615d;
  border-color: transparent;
  color: #fff;
}
.dx-button-mode-outlined {
  background-color: transparent;
  border-color: #a2b4b8;
  color: #28484f;
}
.dx-button-mode-outlined .dx-icon {
  color: #28484f;
}
.dx-button-mode-outlined.dx-state-hover {
  background-color: rgba(0,0,0,.04);
  border-color: #a2b4b8;
}
.dx-button-mode-outlined.dx-state-focused {
  background-color: rgba(0,0,0,.08);
  border-color: #a2b4b8;
}
.dx-button-mode-outlined.dx-state-active {
  background-color: rgba(0,0,0,.24);
  border-color: #a2b4b8;
  color: #28484f;
}
.dx-button-mode-outlined.dx-button-danger {
  background-color: transparent;
  border-color: #f63248;
  color: #f63248;
}
.dx-button-mode-outlined.dx-button-danger .dx-icon {
  color: #f63248;
}
.dx-button-mode-outlined.dx-button-danger.dx-state-focused,
.dx-button-mode-outlined.dx-button-danger.dx-state-hover {
  background-color: rgba(246,50,72,.1);
  border-color: #f63248;
}
.dx-button-mode-outlined.dx-button-danger.dx-state-active {
  background-color: rgba(246,50,72,.4);
  border-color: #f63248;
  color: #f63248;
}
.dx-button-mode-outlined.dx-button-success {
  background-color: transparent;
  border-color: #64cd2b;
  color: #64cd2b;
}
.dx-button-mode-outlined.dx-button-success .dx-icon {
  color: #64cd2b;
}
.dx-button-mode-outlined.dx-button-success.dx-state-focused,
.dx-button-mode-outlined.dx-button-success.dx-state-hover {
  background-color: rgba(100,205,43,.1);
  border-color: #64cd2b;
}
.dx-button-mode-outlined.dx-button-success.dx-state-active {
  background-color: rgba(100,205,43,.4);
  border-color: #64cd2b;
  color: #64cd2b;
}
.dx-button-mode-outlined.dx-button-default {
  background-color: transparent;
  border-color: #36a7a0;
  color: #36a7a0;
}
.dx-button-mode-outlined.dx-button-default .dx-icon {
  color: #36a7a0;
}
.dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-button-mode-outlined.dx-button-default.dx-state-hover {
  background-color: rgba(54,167,160,.1);
  border-color: #36a7a0;
}
.dx-button-mode-outlined.dx-button-default.dx-state-active {
  background-color: rgba(54,167,160,.4);
  border-color: #36a7a0;
  color: #36a7a0;
}
.dx-button-mode-text {
  background-color: transparent;
  border-color: transparent;
  color: #28484f;
}
.dx-button-mode-text .dx-icon {
  color: #28484f;
}
.dx-button-mode-text.dx-state-hover {
  background-color: rgba(0,0,0,.04);
  border-color: transparent;
}
.dx-button-mode-text.dx-state-focused {
  background-color: rgba(0,0,0,.08);
  border-color: transparent;
}
.dx-button-mode-text.dx-state-active {
  background-color: rgba(0,0,0,.24);
  border-color: transparent;
  color: #28484f;
}
.dx-button-mode-text.dx-button-danger {
  background-color: transparent;
  border-color: transparent;
  color: #f63248;
}
.dx-button-mode-text.dx-button-danger .dx-icon {
  color: #f63248;
}
.dx-button-mode-text.dx-button-danger.dx-state-focused,
.dx-button-mode-text.dx-button-danger.dx-state-hover {
  background-color: rgba(246,50,72,.1);
  border-color: transparent;
}
.dx-button-mode-text.dx-button-danger.dx-state-active {
  background-color: rgba(246,50,72,.4);
  border-color: transparent;
  color: #f63248;
}
.dx-button-mode-text.dx-button-success {
  background-color: transparent;
  border-color: transparent;
  color: #64cd2b;
}
.dx-button-mode-text.dx-button-success .dx-icon {
  color: #64cd2b;
}
.dx-button-mode-text.dx-button-success.dx-state-focused,
.dx-button-mode-text.dx-button-success.dx-state-hover {
  background-color: rgba(100,205,43,.1);
  border-color: transparent;
}
.dx-button-mode-text.dx-button-success.dx-state-active {
  background-color: rgba(100,205,43,.4);
  border-color: transparent;
  color: #64cd2b;
}
.dx-button-mode-text.dx-button-default {
  background-color: transparent;
  border-color: transparent;
  color: #36a7a0;
}
.dx-button-mode-text.dx-button-default .dx-icon {
  color: #36a7a0;
}
.dx-button-mode-text.dx-button-default.dx-state-focused,
.dx-button-mode-text.dx-button-default.dx-state-hover {
  background-color: rgba(54,167,160,.1);
  border-color: transparent;
}
.dx-button-mode-text.dx-button-default.dx-state-active {
  background-color: rgba(54,167,160,.4);
  border-color: transparent;
  color: #36a7a0;
}
.dx-button-back.dx-state-hover .dx-button-content,
.dx-button-normal.dx-state-hover .dx-button-content {
  background-color: transparent;
  border-radius: 2px;
}
.dx-texteditor-buttons-container > .dx-button {
  margin: 1px;
}
.dx-texteditor-buttons-container > .dx-button > .dx-button-content {
  padding-top: 5px;
  padding-bottom: 6px;
}
.dx-texteditor-buttons-container > .dx-button.dx-button-has-icon:not(.dx-button-has-text) > .dx-button-content {
  padding: 6px;
}
.dx-buttongroup {
  display: inline-block;
}
.dx-buttongroup-wrapper {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}
.dx-buttongroup-item {
  flex: 0 1 auto;
}
.dx-buttongroup-item.dx-button-mode-contained,
.dx-buttongroup-item.dx-button-mode-outlined {
  border-left-width: 0;
}
.dx-buttongroup-item.dx-button-mode-contained.dx-button,
.dx-buttongroup-item.dx-button-mode-outlined.dx-button {
  border-radius: 0;
}
.dx-buttongroup-item.dx-button-mode-text {
  margin-left: 1px;
}
.dx-buttongroup-item-has-width {
  flex: 1 1 auto;
}
.dx-button-mode-contained.dx-buttongroup-item,
.dx-button-mode-outlined.dx-buttongroup-item {
  padding-left: 1px;
  padding-right: 1px;
}
.dx-button-mode-contained.dx-buttongroup-item.dx-state-hover .dx-button-content,
.dx-button-mode-outlined.dx-buttongroup-item.dx-state-hover .dx-button-content {
  border-radius: 0;
}
.dx-button-mode-contained.dx-buttongroup-first-item,
.dx-button-mode-outlined.dx-buttongroup-first-item {
  padding-left: 0;
  border-left-width: 1px;
}
.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,
.dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,
.dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dx-button-mode-contained.dx-buttongroup-last-item,
.dx-button-mode-outlined.dx-buttongroup-last-item {
  padding-right: 0;
}
.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,
.dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,
.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,
.dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.dx-button-mode-text.dx-buttongroup-first-item {
  margin-left: 0;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled {
  opacity: 1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-state-disabled .dx-button-content,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-disabled .dx-button-content {
  opacity: .6;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal {
  background-color: #f5f5f5;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-hover {
  background-color: #ebebeb;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-state-focused {
  background-color: #e1e1e1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected {
  background-color: #cacaca;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-hover {
  background-color: #d9d9d9;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected.dx-state-focused {
  background-color: #d1d1d1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected,
.dx-buttongroup-item.dx-button.dx-button-mode-contained.dx-button-normal.dx-item-selected .dx-icon {
  color: #28484f;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected) {
  background-color: #f5f5f5;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default {
  border-color: #36a7a0;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-hover {
  background-color: #ebebeb;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default.dx-state-focused {
  background-color: #e1e1e1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-default .dx-icon {
  color: #36a7a0;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success {
  border-color: #64cd2b;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-hover {
  background-color: #ebebeb;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success.dx-state-focused {
  background-color: #e1e1e1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-success .dx-icon {
  color: #64cd2b;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger {
  border-color: #f63248;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-hover {
  background-color: #ebebeb;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger.dx-state-focused {
  background-color: #e1e1e1;
}
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-contained:not(.dx-item-selected).dx-button-danger .dx-icon {
  color: #f63248;
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-hover {
  background-color: rgba(0,0,0,.04);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-state-focused {
  background-color: rgba(0,0,0,.08);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-default.dx-state-hover {
  background-color: rgba(54,167,160,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-success.dx-state-hover {
  background-color: rgba(100,205,43,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-button-danger.dx-state-hover {
  background-color: rgba(246,50,72,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-hover {
  background-color: rgba(0,0,0,.04);
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-state-focused {
  background-color: rgba(0,0,0,.08);
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-default.dx-state-hover {
  background-color: rgba(54,167,160,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-success.dx-state-hover {
  background-color: rgba(100,205,43,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-button-danger.dx-state-hover {
  background-color: rgba(246,50,72,.1);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal {
  background-color: rgba(0,0,0,.17);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-hover,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-hover {
  background-color: rgba(0,0,0,.11);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-normal.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-normal.dx-state-focused {
  background-color: rgba(0,0,0,.14);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success {
  background-color: rgba(114,214,60,.3);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success.dx-state-hover,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success.dx-state-hover {
  background-color: rgba(114,214,60,.2);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default {
  background-color: rgba(60,186,178,.3);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default.dx-state-hover,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default.dx-state-hover {
  background-color: rgba(60,186,178,.2);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger {
  background-color: rgba(247,74,94,.3);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger.dx-state-hover,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-focused,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger.dx-state-hover {
  background-color: rgba(247,74,94,.2);
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-success .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-success .dx-icon {
  color: #72d63c;
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-default .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-default .dx-icon {
  color: #3cbab2;
}
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-outlined.dx-item-selected.dx-button-danger .dx-icon,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger,
.dx-buttongroup-item.dx-button.dx-button-mode-text.dx-item-selected.dx-button-danger .dx-icon {
  color: #f74a5e;
}
.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item {
  border-left-width: 0;
  padding-left: 1px;
  padding-right: 0;
}
.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-button,
.dx-rtl.dx-button-mode-contained.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-button,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-first-item.dx-state-hover .dx-button-content {
  border-radius: 0 2px 2px 0;
}
.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item {
  border-left-width: 1px;
  padding-right: 1px;
  padding-left: 0;
}
.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-button,
.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-state-hover .dx-button-content,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-button,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-state-hover .dx-button-content {
  border-radius: 2px 0 0 2px;
}
.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,
.dx-rtl.dx-button-mode-contained.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-button,
.dx-rtl.dx-button-mode-outlined.dx-buttongroup-last-item.dx-buttongroup-first-item.dx-state-hover .dx-button-content {
  border-radius: 2px;
}
.dx-rtl.dx-button-mode-text.dx-buttongroup-first-item {
  margin-left: 1px;
}
.dx-rtl.dx-button-mode-text.dx-buttongroup-last-item {
  margin-left: 0;
}
.dx-scrollable-scrollbar-simulated {
  position: relative;
}
.dx-scrollable {
  display: block;
  height: 100%;
  min-height: 0;
}
.dx-scrollable-native {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}
.dx-scrollable-native > div > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-scrollbar,
.dx-scrollable-native.dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-scrollbar {
  display: none;
}
.dx-scrollable-native.dx-scrollable-scrollbar-simulated .dx-scrollable-scrollbar {
  display: block;
}
.dx-scrollable-native > div.dx-scrollable-wrapper > .dx-scrollable-container,
.dx-scrollable-native.dx-scrollable-wrapper > .dx-scrollable-container {
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
}
.dx-scrollable-native.dx-scrollable-vertical,
.dx-scrollable-native.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-scrollable-native.dx-scrollable-vertical > div > .dx-scrollable-wrapper > .dx-scrollable-container {
  touch-action: pan-y;
  overflow-x: hidden;
  overflow-y: auto;
}
.dx-scrollable-native.dx-scrollable-horizontal,
.dx-scrollable-native.dx-scrollable-horizontal > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-scrollable-native.dx-scrollable-horizontal > div > .dx-scrollable-wrapper > .dx-scrollable-container {
  touch-action: pan-x;
  float: none;
  overflow-x: auto;
  overflow-y: hidden;
}
.dx-scrollable-native.dx-scrollable-both,
.dx-scrollable-native.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-scrollable-native.dx-scrollable-both > div > .dx-scrollable-wrapper > .dx-scrollable-container {
  touch-action: pan-y pan-x;
  float: none;
  overflow-x: auto;
  overflow-y: auto;
}
.dx-scrollable-native.dx-scrollable-disabled,
.dx-scrollable-native.dx-scrollable-disabled .dx-scrollable-container {
  touch-action: auto;
}
.dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
  opacity: 0;
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content {
  min-height: 101%;
  box-sizing: content-box;
}
.dx-scrollable-native.dx-scrollable-native-ios.dx-scrollable-horizontal .dx-scrollable-content {
  min-height: 0;
  padding: 0;
}
.dx-scrollable-native.dx-scrollable-native-generic {
  -ms-overflow-style: auto;
  overflow: hidden;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollable-content {
  height: auto;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollable-content {
  transform: none;
  z-index: 0;
}
.dx-scrollable-scrollbar-simulated,
.dx-scrollable-scrollbar-simulated .dx-scrollable-container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar,
.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar {
  display: none;
}
.dx-scrollable-container {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-scrollable-container:focus {
  outline: 0;
}
.dx-scrollable-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-scrollable-content {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}
.dx-scrollable-content::after,
.dx-scrollable-content::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollable-content::after {
  clear: both;
}
.dx-scrollable-both .dx-scrollable-content,
.dx-scrollable-horizontal .dx-scrollable-content {
  display: block;
  float: left;
  min-width: 100%;
}
.dx-scrollable-scrollbar {
  position: absolute;
  pointer-events: auto;
}
.dx-scrollbar-vertical {
  top: 0;
  right: 0;
  height: 100%;
}
.dx-scrollbar-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}
.dx-scrollable-scroll {
  position: relative;
  -webkit-transform: translate(0,0);
  padding: 2px;
  background-color: transparent;
  opacity: 1;
  overflow: hidden;
  transition: opacity linear;
}
.dx-scrollable-scroll.dx-state-invisible {
  display: block!important;
  background-color: rgba(0,0,0,0);
  opacity: 0;
  transition: opacity .5s linear 1s;
}
.dx-rtl .dx-scrollable,
.dx-rtl .dx-scrollable .dx-scrollable-container,
.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-rtl.dx-scrollable,
.dx-rtl.dx-scrollable .dx-scrollable-container,
.dx-rtl.dx-scrollable .dx-scrollable-content {
  direction: ltr;
}
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-container,
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-container,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content {
  direction: rtl;
}
.dx-scrollable-native.dx-rtl .dx-scrollable .dx-scrollable-content,
.dx-scrollable-native.dx-rtl.dx-scrollable .dx-scrollable-content {
  float: right;
}
.dx-rtl .dx-scrollable .dx-scrollable-content > *,
.dx-rtl.dx-scrollable .dx-scrollable-content > * {
  direction: rtl;
}
.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical,
.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical {
  right: auto;
  left: 0;
}
.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal,
.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal {
  direction: ltr;
}
.dx-device-ios-6 .dx-scrollable-content {
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
  display: none;
}
.dx-scrollable-simulated .dx-scrollable-content {
  overflow-anchor: none;
}
.dx-scrollable-simulated.dx-scrollable-disabled .dx-scrollable-scrollbar {
  pointer-events: none;
}
.dx-scrollable-content {
  -webkit-transform: none;
}
.dx-scrollable-scroll-content {
  width: 100%;
  height: 100%;
  background-color: rgba(41,128,123,.8);
  box-shadow: 0 0 0 1px transparent;
}
.dx-scrollbar-hoverable {
  background-color: transparent;
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-hoverable.dx-state-hover {
  background-color: rgba(222,222,222,.7);
}
.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content {
  background-color: #29807b;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  opacity: 1;
}
.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
  background-color: rgba(0,0,0,0);
  box-shadow: 0 0 0 1px transparent;
}
.dx-scrollbar-vertical .dx-scrollable-scroll {
  float: right;
  width: 8px;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 8px;
  transition: width .2s linear .15s,background-color .2s linear .15s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  transition: background-color .5s linear 1s,width .2s linear 150ms;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
  transition: box-shadow .15s linear .15s,background-color .15s linear .15s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  transition: background-color .5s linear 1s,width .2s linear .15s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
  transition: box-shadow .5s linear 1s,background-color .5s linear 1s;
}
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
  width: 15px;
}
.dx-scrollbar-horizontal .dx-scrollable-scroll {
  height: 8px;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable {
  height: 8px;
  transition: height .2s linear .15s,background-color .2s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll {
  transition: background-color .5s linear 1s,height .2s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll .dx-scrollable-scroll-content {
  transition: box-shadow .15s linear .15s,background-color .15s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible {
  transition: background-color .5s linear 1s,height .2s linear .15s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
  transition: box-shadow .5s linear 1s,background-color .5s linear 1s;
}
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover,
.dx-scrollbar-horizontal.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll {
  height: 15px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-right: 8px;
}
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-rtl .dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both.dx-rtl > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-vertical.dx-rtl > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-right: 0;
  padding-left: 8px;
}
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding-bottom: 8px;
}
.dx-rtl .dx-scrollable .dx-scrollable-scroll,
.dx-rtl.dx-scrollable .dx-scrollable-scroll {
  float: left;
}
.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket {
  position: absolute;
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket {
  width: 40px;
  height: 40px;
  left: 50%;
  position: absolute;
  z-index: 1;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
  background-image: none;
  position: static;
  height: 100%;
  width: 100%;
  left: -50%;
  margin-left: -20px;
  padding: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading {
  transition: transform .1s linear;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator {
  position: relative;
  top: 0;
  padding: 4px;
  margin: 0;
  height: 100%;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator .dx-loadindicator {
  float: left;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-icon-pulldown {
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 24px;
  box-sizing: border-box;
  transition: opacity .2s;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down {
  transition: top .2s ease-out;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  transition: opacity .2s;
}
.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
  display: none;
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket {
  position: absolute;
  left: 0;
  width: 100%;
  overflow-y: auto;
  transition: transform .4s;
  transform: translate(0,0);
}
.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content {
  transition: transform .4s;
  transform: none;
}
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled {
  overflow-y: auto;
}
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-content,
.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollview-content {
  overflow-y: hidden;
}
.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollable-container {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollview-bottom-pocket {
  width: 100%;
  text-align: center;
}
.dx-device-android-4 .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
  display: block;
}
.dx-scrollview-content {
  position: static;
}
.dx-scrollview-content::after,
.dx-scrollview-content::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-scrollview-content::after {
  clear: both;
}
.dx-scrollview-pull-down {
  width: 100%;
  height: 50px;
  padding: 15px 0;
  top: -80px;
  overflow: hidden;
  transform: translate(0,0);
  -webkit-user-drag: none;
  box-sizing: content-box;
}
.dx-scrollview-pull-down-container {
  display: inline-block;
  width: 49%;
  text-align: right;
}
.dx-scrollview-pull-down-indicator {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  margin: -15px 20px 0 15px;
  width: 20px;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 20px;
  height: 50px;
  -webkit-user-drag: none;
  transform: translate(0,0) rotate(0);
  transition: transform .2s linear;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAQAAABebbrxAAABD0lEQVRo3u2XvQ3CMBCFLbmjYYGsAA2wA1X2gAbEAEwB2eIKflagh6zACJAuUihASUic+M5GNH56dT7J8efTPUXKkDkzrS8LpQAEMBygcwAss2UGQADDBmLa+AMvzAAIYNhATBt/YMEMgACGDcS0wbQBEEAAAQQQwD8CEzaiL7sKqOnojTuQrh95SKkX7kqD5j+M6O6Mu1NkupQJZU64B426bjmmXIzLKe7TZiUGLmweyhTa28XWdJKpYn8pXIVub1U4T4+jUKkKbyWeWhR6Vqpwd+w+hb5U4S/ta54qkhZgVihxrxWaznZVZD2lqVDaVkVafOoKGVWRN6nZR6GMxr+qZjHl3aq4db0NLXld7wVjuu7NS9f7yAAAAABJRU5ErkJggg==") 0 0/100% no-repeat;
}
.dx-scrollview-pull-down-text {
  display: inline;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  -webkit-user-drag: none;
}
.dx-scrollview-pull-down-text div {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: visible;
  opacity: 0;
}
.dx-scrollview-pull-down-text div.dx-scrollview-pull-down-text-visible {
  opacity: 1;
}
.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image {
  transform: translate(0,0) rotate(-180deg);
}
.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-image {
  opacity: 0;
}
.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-indicator {
  opacity: 1;
}
.dx-scrollview-scrollbottom {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  transform: translate(0,0);
}
.dx-scrollview-scrollbottom::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-scrollview-scrollbottom-indicator {
  display: inline-block;
  margin: 0 10px 0 0;
  -webkit-user-drag: none;
}
.dx-scrollview-scrollbottom-text {
  display: inline-block;
  margin-top: -20px;
  vertical-align: middle;
  -webkit-user-drag: none;
}
.dx-scrollview-scrollbottom-end {
  opacity: 0;
}
.dx-rtl .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket,
.dx-scrollable-native.dx-rtl.dx-scrollable-native-ios .dx-scrollview-top-pocket {
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-pull-down-container {
  text-align: left;
}
.dx-rtl .dx-scrollview-pull-down-indicator,
.dx-rtl .dx-scrollview-pull-down-text div {
  left: auto;
  right: 0;
}
.dx-rtl .dx-scrollview-scrollbottom-indicator {
  margin: 0 0 0 10px;
}
.dx-scrollview-scrollbottom-loading .dx-scrollview-scrollbottom-image {
  width: 24px;
  height: 24px;
}
.dx-checkbox.dx-state-readonly {
  cursor: default;
}
.dx-checkbox-container {
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-checkbox-has-text .dx-checkbox-icon,
.dx-checkbox-has-text .dx-checkbox-text {
  vertical-align: middle;
}
.dx-checkbox-text {
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: normal;
  height: 100%;
  width: 100%;
  margin-left: -22px;
  padding-left: 27px;
}
.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text {
  margin: 0 -22px 0 0;
  padding: 0 27px 0 0;
}
.dx-state-disabled .dx-checkbox,
.dx-state-disabled.dx-checkbox {
  cursor: default;
  opacity: 1;
}
.dx-checkbox {
  display: inline-block;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  line-height: 0;
}
.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.dx-checkbox.dx-state-hover .dx-checkbox-icon {
  border: 1px solid #2d8c86;
}
.dx-checkbox.dx-state-focused .dx-checkbox-icon {
  border: 1px solid #3cbab2;
}
.dx-checkbox.dx-state-active .dx-checkbox-icon {
  background-color: rgba(222,222,222,.4);
}
.dx-checkbox-icon {
  display: inline-block;
  position: relative;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
}
.dx-checkbox-checked .dx-checkbox-icon {
  font: 16px/16px DXIcons;
  color: #3cbab2;
  text-align: center;
}
.dx-checkbox-checked .dx-checkbox-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}
.dx-checkbox-indeterminate .dx-checkbox-icon {
  color: #3cbab2;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}
.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  position: absolute;
  display: block;
  width: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  content: "";
  background-color: #3cbab2;
  border-radius: 2px;
  height: 12px;
}
.dx-state-disabled .dx-checkbox .dx-checkbox-icon,
.dx-state-disabled .dx-checkbox-text,
.dx-state-disabled.dx-checkbox .dx-checkbox-icon {
  opacity: .4;
}
.dx-invalid .dx-checkbox-container .dx-checkbox-icon {
  border: 1px solid rgba(247,74,94,.4);
}
.dx-invalid.dx-state-focused .dx-checkbox-container .dx-checkbox-icon {
  border-color: #f74a5e;
}
.dx-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-switch .dx-switch-wrapper {
  display: inline-block;
  text-align: left;
  height: 100%;
  width: 100%;
}
.dx-switch .dx-switch-wrapper::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-switch-inner {
  display: flex;
  transform: translateX(-50%);
}
.dx-switch-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 -6px 0 0;
  padding: 0 2px;
  height: 24px;
  border: 1px solid #dedede;
  background: #f5f5f5;
  border-radius: 0;
}
.dx-state-disabled .dx-switch,
.dx-state-disabled.dx-switch {
  cursor: default;
}
.dx-switch-handle,
.dx-switch-on-value .dx-switch-inner {
  transform: translateX(0);
}
.dx-switch-on-value .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl .dx-switch-wrapper,
.dx-rtl.dx-switch-wrapper {
  text-align: right;
}
.dx-rtl .dx-switch-inner {
  transform: translateX(50%);
}
.dx-rtl .dx-switch-handle {
  transform: translateX(-100%);
}
.dx-rtl.dx-switch-on-value .dx-switch-handle {
  transform: translateX(0);
}
.dx-switch {
  width: 44px;
  height: 24px;
}
.dx-switch.dx-state-readonly .dx-switch-container {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.dx-switch.dx-state-active .dx-switch-handle::before {
  background-color: #277873;
}
.dx-switch.dx-state-active .dx-switch-container {
  border-color: #3cbab2;
  background-color: rgba(222,222,222,.4);
}
.dx-switch.dx-state-hover .dx-switch-handle::before {
  background-color: #3cbab2;
}
.dx-switch.dx-state-hover .dx-switch-container {
  background-color: transparent;
  border-color: #3cbab2;
}
.dx-switch.dx-state-focused .dx-switch-container {
  border-color: #3cbab2;
}
.dx-switch.dx-state-focused .dx-switch-handle::before {
  background-color: #3cbab2;
}
.dx-switch.dx-state-focused.dx-state-active .dx-switch-handle::before {
  background-color: #277873;
}
.dx-switch-inner {
  width: 200%;
  height: 100%;
}
.dx-switch-off,
.dx-switch-on {
  float: left;
  flex-shrink: 0;
  width: 50%;
  padding-right: 16px;
  line-height: 22px;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.dx-switch-off {
  padding-left: 2px;
  color: #83b5c0;
}
.dx-switch-on {
  color: #28484f;
}
.dx-switch-handle {
  position: relative;
  float: left;
  flex-basis: 14px;
  flex-shrink: 0;
  width: 14px;
  height: 18px;
  margin-top: 2px;
  box-sizing: border-box;
}
.dx-switch-handle::before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #71d1cb;
  border-radius: 0;
}
.dx-switch-on-value .dx-switch-handle::before {
  background-color: #3cbab2;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-on {
  float: right;
}
.dx-rtl .dx-switch .dx-switch-on,
.dx-switch.dx-rtl .dx-switch-on {
  padding-left: 16px;
  padding-right: 2px;
}
.dx-rtl .dx-switch .dx-switch-off,
.dx-switch.dx-rtl .dx-switch-off {
  margin-left: 0;
}
.dx-rtl .dx-switch .dx-switch-handle,
.dx-switch.dx-rtl .dx-switch-handle {
  float: right;
  margin-left: 0;
  margin-right: -14px;
}
.dx-rtl .dx-switch .dx-switch-container,
.dx-switch.dx-rtl .dx-switch-container {
  margin: 0 0 0 -6px;
}
.dx-invalid.dx-switch .dx-switch-container {
  border-color: rgba(247,74,94,.4);
}
.dx-invalid.dx-state-focused .dx-switch-container,
.dx-invalid.dx-state-hover .dx-switch-container {
  border-color: #f74a5e;
}
.dx-invalid.dx-state-focused .dx-switch-handle::before,
.dx-invalid.dx-state-hover .dx-switch-handle::before,
.dx-invalid.dx-switch-on-value .dx-switch-handle::before {
  background-color: #f74a5e;
}
.dx-invalid .dx-switch-handle::before {
  background-color: rgba(247,74,94,.4);
}
.dx-tabs-ie-hack a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  opacity: .001;
}
.dx-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  position: relative;
}
.dx-tabs.dx-tabs-stretched {
  table-layout: auto;
}
.dx-tabs.dx-overflow-hidden {
  overflow: hidden;
}
.dx-tabs-wrapper {
  display: table-row;
}
.dx-tabs-scrollable .dx-tabs-wrapper {
  display: block;
  white-space: nowrap;
  height: 100%;
}
.dx-tabs-scrollable .dx-tab {
  height: 100%;
  display: inline-block;
}
.dx-tabs-scrollable .dx-tab::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dx-tabs-scrollable .dx-scrollable-content {
  height: 100%;
}
.dx-tabs-nav-buttons .dx-tabs-scrollable {
  margin-right: 25px;
  margin-left: 25px;
}
.dx-tabs-nav-button {
  width: 25px;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
.dx-tabs-nav-button-left {
  left: 0;
}
.dx-tabs-nav-button-right {
  right: 0;
}
.dx-tabs-expanded {
  display: table;
}
.dx-tab {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.dx-tab a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  opacity: .001;
}
.dx-tab .dx-icon {
  margin: 0 9px 0 0;
  -webkit-user-drag: none;
  color: #28484f;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-tab-content {
  display: inline-block;
  max-width: 100%;
}
.dx-tab-text {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  -webkit-user-drag: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-tabs-item-badge {
  display: inline-block;
  vertical-align: top;
}
.dx-state-disabled .dx-tab {
  cursor: default;
}
.dx-badge {
  padding: 0 6px 2px;
  border-radius: 14px;
  background-color: #23ada4;
  color: #fff;
  font-size: 13px;
  line-height: normal;
}
.dx-tabs {
  border: 1px solid #dedede;
}
.dx-tabs-scrollable {
  margin: -1px;
  height: calc(100% + 2px);
}
.dx-tabs-scrollable .dx-tabs-wrapper {
  border: 1px solid #dedede;
}
.dx-tabs-nav-buttons .dx-tabs-scrollable .dx-tabs-wrapper {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.dx-tabs-nav-button {
  border: none;
  background-color: #ededed;
  border-radius: 0;
  box-shadow: none;
}
.dx-tabs-nav-button .dx-button-content {
  padding: 0;
}
.dx-tabs-nav-button.dx-state-active {
  border: none;
}
.dx-tabs-nav-button.dx-state-disabled {
  opacity: 1;
}
.dx-tabs-nav-button.dx-state-disabled .dx-button-content {
  opacity: .6;
}
.dx-tab {
  padding: 9px;
  background-color: #ededed;
  color: #28484f;
}
.dx-rtl .dx-tab .dx-icon,
.dx-rtl.dx-tab .dx-icon,
.dx-tab .dx-icon.dx-icon-right {
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-tab .dx-icon.dx-icon-right,
.dx-rtl.dx-tab .dx-icon.dx-icon-right {
  margin-right: 9px;
  margin-left: 0;
}
.dx-tab.dx-state-hover {
  background-color: #f5f5f5;
}
.dx-tab.dx-state-active {
  background-color: rgba(78,78,78,.2);
  color: #28484f;
}
.dx-tab.dx-state-focused::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-right: 1px solid #3cbab2;
  border-left: 1px solid #3cbab2;
  border-top: 1px solid #3cbab2;
  border-bottom: 1px solid #3cbab2;
  z-index: 1;
}
.dx-tab.dx-tab-selected {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-tab-selected::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
  z-index: 1;
}
.dx-tab-selected .dx-icon {
  color: #28484f;
}
.dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused)::after {
  border-left: 1px solid #ededed;
}
.dx-rtl .dx-tab-selected:not(.dx-state-focused) + .dx-tab-selected:not(.dx-state-focused)::after {
  border-left: 1px solid #dedede;
  border-right: 1px solid #ededed;
}
.dx-tab-text {
  vertical-align: middle;
  line-height: 25px;
}
.dx-state-disabled.dx-tabs {
  opacity: 1;
}
.dx-state-disabled .dx-tab-content {
  opacity: .3;
}
.dx-tabs.dx-navbar {
  margin: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-tabs.dx-navbar .dx-icon {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 31px;
}
.dx-rtl .dx-tabs.dx-navbar .dx-icon,
.dx-rtl.dx-tabs.dx-navbar .dx-icon {
  margin: 0 auto;
}
.dx-tabs.dx-navbar .dx-tab-text {
  display: block;
  vertical-align: 50%;
}
.dx-nav-item {
  position: relative;
  vertical-align: bottom;
}
.dx-nav-item.dx-state-disabled {
  cursor: default;
}
.dx-nav-item-content {
  display: block;
}
.dx-nav-item a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.dx-navbar-item-badge {
  position: absolute;
  right: 50%;
  margin-right: -26px;
  top: 11%;
}
.dx-rtl .dx-nav-item .dx-navbar-item-badge {
  right: auto;
  left: 50%;
  margin-right: auto;
  margin-left: -24px;
}
.dx-navbar {
  padding: 0;
  border: none;
}
.dx-nav-item,
.dx-rtl .dx-nav-item {
  background: #ededed;
}
.dx-nav-item .dx-tab-text,
.dx-rtl .dx-nav-item .dx-tab-text {
  line-height: normal;
  color: #28484f;
}
.dx-navbar .dx-nav-item .dx-icon,
.dx-navbar .dx-rtl .dx-nav-item .dx-icon {
  width: 31px;
  height: 31px;
  background-position: 0 0;
  background-size: 31px 31px;
  padding: 0;
  font-size: 31px;
  text-align: center;
  line-height: 31px;
  color: #28484f;
}
.dx-nav-item.dx-state-active::after,
.dx-nav-item.dx-state-focused::after,
.dx-nav-item.dx-tab-selected::after,
.dx-rtl .dx-nav-item.dx-state-active::after,
.dx-rtl .dx-nav-item.dx-state-focused::after,
.dx-rtl .dx-nav-item.dx-tab-selected::after {
  content: none;
}
.dx-nav-item.dx-tab-selected,
.dx-rtl .dx-nav-item.dx-tab-selected {
  background: #f5f5f5;
}
.dx-nav-item.dx-tab-selected .dx-icon,
.dx-nav-item.dx-tab-selected .dx-tab-text,
.dx-rtl .dx-nav-item.dx-tab-selected .dx-icon,
.dx-rtl .dx-nav-item.dx-tab-selected .dx-tab-text {
  color: #28484f;
}
.dx-nav-item.dx-state-active,
.dx-rtl .dx-nav-item.dx-state-active {
  border: none;
  box-shadow: none;
}
.dx-nav-item.dx-state-focused,
.dx-rtl .dx-nav-item.dx-state-focused {
  box-shadow: inset 0 0 0 1px #3cbab2;
}
.dx-nav-item.dx-state-disabled .dx-icon,
.dx-rtl .dx-nav-item.dx-state-disabled .dx-icon {
  opacity: .5;
}
.dx-rtl .dx-navbar-item-badge {
  margin-left: -26px;
}
.dx-overlay-wrapper {
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-overlay-wrapper,
.dx-overlay-wrapper *,
.dx-overlay-wrapper ::after,
.dx-overlay-wrapper ::before,
.dx-overlay-wrapper::after,
.dx-overlay-wrapper::before {
  box-sizing: border-box;
}
.dx-overlay-modal {
  width: 100%;
  height: 100%;
}
.dx-overlay-shader {
  pointer-events: auto;
  background-color: rgba(245,245,245,.8);
}
.dx-overlay-content {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
  outline: 0;
  overflow: hidden;
}
.dx-overlay-content > .dx-template-wrapper {
  height: 100%;
  width: 100%;
}
.dx-device-android .dx-overlay-content {
  backface-visibility: hidden;
}
.dx-device-android .dx-scrollable-native .dx-overlay-content {
  backface-visibility: visible;
}
.dx-overlay-wrapper input,
.dx-overlay-wrapper textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-popup-wrapper .dx-state-focused.dx-overlay-content {
  border: 1px solid #dedede;
}
.dx-validationsummary-item {
  color: #f74a5e;
}
.dx-invalid-message > .dx-overlay-content {
  color: #fff;
  background-color: #f74a5e;
  border-radius: 2px;
}
.dx-editor-underlined .dx-invalid-message > .dx-overlay-content {
  border-radius: 0;
}
.dx-searchbox .dx-icon-search {
  display: block;
  pointer-events: none;
}
.dx-searchbox .dx-icon-search::before {
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
  position: static;
  text-indent: 0;
  content: "";
  color: #728e94;
}
.dx-texteditor {
  display: block;
}
.dx-texteditor input::-ms-clear {
  display: none;
}
.dx-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  height: 100%;
  text-align: left;
  cursor: text;
  pointer-events: none;
  color: #a0b3b7;
}
.dx-placeholder::before {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  content: attr(DATA-DX_PLACEHOLDER);
  pointer-events: none;
  white-space: nowrap;
}
.dx-placeholder::after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dx-texteditor-container {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-texteditor-buttons-container {
  display: flex;
  width: auto;
  flex-grow: 0;
  flex-basis: content;
  align-items: center;
}
.dx-texteditor-input-container {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: baseline;
}
.dx-texteditor-input {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-texteditor-input:-webkit-autofill + .dx-placeholder {
  display: none;
}
.dx-texteditor-input:-moz-ui-invalid {
  box-shadow: none;
}
.dx-show-clear-button {
  position: relative;
}
.dx-clear-button-area {
  height: 100%;
  width: 34px;
  position: relative;
  cursor: pointer;
  text-align: justify;
}
.dx-clear-button-area .dx-icon-clear {
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.dx-texteditor-empty .dx-clear-button-area {
  display: none;
}
.dx-state-disabled .dx-placeholder {
  cursor: auto;
}
.dx-state-disabled .dx-clear-button-area {
  display: none;
}
.dx-state-disabled .dx-texteditor-input {
  opacity: 1;
}
.dx-rtl .dx-texteditor .dx-placeholder,
.dx-rtl.dx-texteditor .dx-placeholder {
  text-align: right;
  left: auto;
  right: 0;
}
.dx-device-android .dx-texteditor-input {
  -webkit-user-modify: read-write-plaintext-only;
}
.dx-texteditor.dx-editor-outlined {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 2px;
}
.dx-texteditor.dx-editor-underlined {
  background: 0 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
}
.dx-texteditor.dx-editor-filled {
  background: rgba(40,72,79,.05);
  border: 1px solid transparent;
  border-radius: 2px;
}
.dx-texteditor.dx-state-readonly {
  border-style: dashed;
}
.dx-texteditor.dx-state-readonly.dx-editor-filled {
  border-color: transparent;
  background-color: rgba(40,72,79,.03);
}
.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-focused {
  background-color: rgba(40,72,79,.03);
}
.dx-texteditor.dx-state-readonly.dx-editor-filled.dx-state-hover {
  background-color: rgba(60,186,178,.07);
}
.dx-texteditor.dx-state-readonly.dx-editor-underlined {
  border-style: none none dashed;
}
.dx-texteditor.dx-state-hover {
  border-color: rgba(60,186,178,.4);
}
.dx-texteditor.dx-state-hover.dx-editor-filled {
  border-color: transparent;
  background-color: rgba(60,186,178,.1);
}
.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-active.dx-editor-outlined,
.dx-texteditor.dx-state-active.dx-editor-underlined,
.dx-texteditor.dx-state-focused.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-outlined,
.dx-texteditor.dx-state-focused.dx-editor-underlined {
  border-color: #3cbab2;
}
.dx-texteditor.dx-state-active.dx-editor-filled,
.dx-texteditor.dx-state-focused.dx-editor-filled {
  background-color: transparent;
}
.dx-texteditor.dx-invalid .dx-texteditor-input,
.dx-texteditor.dx-valid .dx-texteditor-input {
  padding-right: 34px;
}
.dx-texteditor.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-texteditor.dx-valid.dx-rtl .dx-texteditor-input {
  padding: 7px 9px 8px 34px;
}
.dx-texteditor.dx-invalid .dx-texteditor-input-container::after,
.dx-texteditor.dx-valid .dx-texteditor-input-container::after {
  right: 4px;
}
.dx-rtl .dx-texteditor.dx-invalid .dx-texteditor-input-container::after,
.dx-rtl .dx-texteditor.dx-valid .dx-texteditor-input-container::after,
.dx-rtl.dx-texteditor.dx-invalid .dx-texteditor-input-container::after,
.dx-rtl.dx-texteditor.dx-valid .dx-texteditor-input-container::after {
  left: 4px;
  right: auto;
}
.dx-texteditor.dx-validation-pending .dx-texteditor-input {
  padding-right: 34px;
}
.dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding: 7px 9px 8px 34px;
}
.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator {
  right: 4px;
}
.dx-rtl .dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator,
.dx-rtl.dx-texteditor.dx-validation-pending .dx-texteditor-input-container .dx-pending-indicator {
  left: 4px;
  right: auto;
}
.dx-show-clear-button .dx-clear-button-area {
  width: 34px;
  min-width: 34px;
  right: 0;
}
.dx-show-clear-button .dx-icon-clear {
  color: #728e94;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  padding: 8px;
  width: 34px;
  height: 34px;
  background-position: 8px 8px;
  background-size: 18px 18px;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-placeholder::before {
  padding: 7px 9px 8px;
}
.dx-editor-underlined .dx-placeholder::before {
  padding-left: 0;
}
.dx-texteditor-input {
  margin: 0;
  padding: 7px 9px 8px;
  background: rgba(0,0,0,0);
  color: #28484f;
  font-size: 1em;
  border-radius: 2px;
  min-height: 34px;
}
.dx-editor-underlined .dx-texteditor-input {
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}
.dx-editor-filled .dx-texteditor-input {
  background: 0 0;
}
.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-texteditor-input {
  padding-left: 9px;
}
.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-texteditor-input {
  padding-left: 0;
  padding-right: 9px;
}
.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-placeholder {
  left: 9px;
}
.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container + .dx-texteditor-input-container .dx-placeholder {
  left: 0;
  right: 9px;
}
.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child {
  margin-left: 0;
}
.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:last-child {
  margin-right: 0;
}
.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child {
  margin-left: 1px;
  margin-right: 0;
}
.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:last-child {
  margin-left: 0;
  margin-right: 1px;
}
.dx-rtl.dx-editor-underlined .dx-texteditor-buttons-container > .dx-button:first-child:last-child {
  margin-left: 0;
  margin-right: 0;
}
.dx-invalid.dx-texteditor {
  border-color: rgba(247,74,94,.4);
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-state-focused,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-state-focused {
  border-color: #f74a5e;
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-show-invalid-badge .dx-texteditor-input-container::after,
.dx-invalid.dx-texteditor.dx-editor-outlined.dx-show-invalid-badge .dx-texteditor-input-container::after,
.dx-invalid.dx-texteditor.dx-editor-underlined.dx-show-invalid-badge .dx-texteditor-input-container::after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #f74a5e;
  color: #fff;
  content: "!";
  border-radius: 50%;
}
.dx-invalid.dx-texteditor.dx-editor-filled {
  background-color: rgba(247,74,94,.1);
  border-color: transparent;
}
.dx-invalid.dx-texteditor.dx-editor-filled.dx-state-focused {
  background: 0 0;
}
.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:last-child,
.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:last-child {
  margin-right: 0;
}
.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:first-child,
.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:first-child {
  margin-left: 0;
}
.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child > .dx-button:first-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child > .dx-button:first-child {
  margin-left: 1px;
  margin-right: 1px;
}
.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child,
.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:first-child>.dx-button:last-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:first-child:last-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:first-child>.dx-button:last-child {
  margin-left: 0;
  margin-right: 1px;
}
.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:first-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:first-child {
  margin-left: 1px;
  margin-right: 0;
}
.dx-rtl.dx-editor-filled .dx-texteditor-buttons-container:last-child > .dx-button:last-child,
.dx-rtl.dx-editor-outlined .dx-texteditor-buttons-container:last-child > .dx-button:last-child {
  margin-left: 1px;
  margin-right: 1px;
}
.dx-valid.dx-texteditor.dx-editor-filled .dx-texteditor-input-container::after,
.dx-valid.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container::after,
.dx-valid.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container::after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-family: DXIcons,sans-serif;
  color: #72d63c;
  content: "";
  opacity: 0;
  transform: scale(0);
  animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards dx-valid-badge-frames;
}
.dx-validation-pending.dx-texteditor.dx-editor-filled .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-outlined .dx-texteditor-input-container .dx-pending-indicator,
.dx-validation-pending.dx-texteditor.dx-editor-underlined .dx-texteditor-input-container .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.dx-rtl .dx-placeholder,
.dx-rtl .dx-placeholder::before {
  right: 0;
  left: auto;
}
.dx-editor-underlined.dx-rtl .dx-placeholder,
.dx-editor-underlined.dx-rtl .dx-placeholder::before {
  padding-right: 0;
}
.dx-searchbox .dx-icon-search {
  font: 17px/18px DXIcons;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-position: 8px 8px;
  background-size: 18px 18px;
  padding: 8px;
  text-align: center;
  color: #a0b3b7;
}
.dx-searchbox .dx-placeholder::before,
.dx-searchbox .dx-texteditor-input {
  padding-left: 34px;
}
.dx-rtl .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-searchbox .dx-texteditor-input {
  padding-right: 34px;
}
.dx-rtl .dx-searchbox.dx-editor-underlined .dx-placeholder::before,
.dx-rtl .dx-searchbox.dx-editor-underlined .dx-texteditor-input,
.dx-rtl.dx-searchbox.dx-editor-underlined .dx-placeholder::before,
.dx-rtl.dx-searchbox.dx-editor-underlined .dx-texteditor-input {
  padding-right: 0;
}
.dx-searchbar {
  padding-bottom: 5px;
}
.dx-searchbar .dx-texteditor {
  margin: 0;
}
.dx-dropdowneditor {
  position: relative;
}
.dx-dropdowneditor.dx-dropdowneditor-field-clickable,
.dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-input {
  cursor: pointer;
}
.dx-dropdowneditor-input-wrapper {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  height: 100%;
  display: flex;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor {
  border: none;
  margin: 0;
  display: flex;
  flex-grow: 1;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor-input {
  text-overflow: ellipsis;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor-input::-ms-clear {
  width: 0;
  height: 0;
}
.dx-dropdowneditor-field-template-wrapper {
  display: flex;
  flex-grow: 1;
  position: relative;
  align-items: baseline;
}
.dx-dropdowneditor-field-template-wrapper > * {
  flex-grow: 1;
}
.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  opacity: .35;
}
.dx-dropdowneditor-button {
  position: relative;
  float: right;
  height: 100%;
  cursor: pointer;
  width: 34px;
  min-width: 34px;
  padding: 1px;
  border-radius: 2px;
}
.dx-dropdowneditor-button .dx-button-content {
  text-align: center;
  white-space: nowrap;
}
.dx-rtl .dx-dropdowneditor-button,
.dx-rtl.dx-dropdowneditor-button {
  float: left;
}
.dx-dropdowneditor-button.dx-dropdowneditor-readonly {
  cursor: default;
}
.dx-dropdowneditor-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  color: #728e94;
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 1px;
}
.dx-state-disabled .dx-dropdowneditor,
.dx-state-disabled.dx-dropdowneditor {
  cursor: default;
}
.dx-state-disabled .dx-dropdowneditor-button {
  cursor: inherit;
}
.dx-state-disabled .dx-dropdowneditor-icon {
  opacity: .2;
}
.dx-dropdowneditor-button.dx-button-mode-contained,
.dx-dropdowneditor-button.dx-button-mode-outlined,
.dx-dropdowneditor-button.dx-button-mode-text {
  background: 0 0;
}
.dx-state-disabled .dx-dropdowneditor-button .dx-dropdowneditor-icon,
.dx-state-readonly .dx-dropdowneditor-button .dx-dropdowneditor-icon {
  opacity: 1;
}
.dx-dropdowneditor-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-filled,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-outlined,
.dx-dropdowneditor-input-wrapper .dx-texteditor.dx-editor-underlined {
  border: none;
  background: 0 0;
}
.dx-dropdowneditor-button-visible .dx-texteditor-input {
  padding-right: 0;
}
.dx-rtl .dx-dropdowneditor-button-visible .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible .dx-texteditor-input {
  padding-right: 9px;
  padding-left: 0;
}
.dx-rtl .dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input,
.dx-rtl.dx-dropdowneditor-button-visible.dx-editor-underlined .dx-texteditor-input {
  padding-right: 0;
}
.dx-invalid .dx-texteditor-input,
.dx-valid .dx-texteditor-input,
.dx-validation-pending .dx-texteditor-input {
  padding-right: 26px;
}
.dx-invalid.dx-rtl .dx-texteditor-input,
.dx-valid.dx-rtl .dx-texteditor-input,
.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding-right: 9px;
  padding-left: 26px;
}
.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
  background-color: #dcdcdc;
  border-color: transparent;
}
.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-state-hover:not(.dx-custom-button-hovered) .dx-dropdowneditor-icon {
  background-color: rgba(60,186,178,.2);
}
.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  background-color: #a9a9a9;
  border-color: transparent;
  color: #728e94;
  opacity: 1;
}
.dx-editor-filled .dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled .dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon,
.dx-editor-filled.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon {
  background-color: rgba(60,186,178,.3);
}
.dx-invalid.dx-dropdowneditor .dx-texteditor-container::after {
  right: 38px;
}
.dx-rtl .dx-invalid.dx-dropdowneditor .dx-texteditor-container::after,
.dx-rtl.dx-invalid.dx-dropdowneditor .dx-texteditor-container::after {
  right: auto;
  left: 38px;
}
.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  right: 68px;
}
.dx-rtl .dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after,
.dx-rtl.dx-invalid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  right: auto;
  left: 68px;
}
.dx-state-hover.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
  background-color: rgba(247,74,94,.2);
}
.dx-dropdowneditor-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon,
.dx-state-active.dx-invalid.dx-dropdowneditor.dx-editor-filled .dx-dropdowneditor-icon {
  background-color: rgba(247,74,94,.3);
}
.dx-valid.dx-dropdowneditor .dx-texteditor-container::after {
  right: 38px;
}
.dx-rtl .dx-valid.dx-dropdowneditor .dx-texteditor-container::after,
.dx-rtl.dx-valid.dx-dropdowneditor .dx-texteditor-container::after {
  right: auto;
  left: 38px;
}
.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  right: 68px;
}
.dx-rtl .dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after,
.dx-rtl.dx-valid.dx-dropdowneditor.dx-show-clear-button:not(.dx-texteditor-empty) .dx-texteditor-container::after {
  right: auto;
  left: 68px;
}
.dx-list {
  margin: 0;
  min-height: 3em;
}
.dx-list .dx-scrollview-content:focus {
  outline: 0;
}
.dx-wrap-item-text > .dx-list-item > .dx-list-item-content {
  white-space: normal;
}
.dx-empty-collection .dx-list-select-all {
  display: none;
}
.dx-list-group-header::before {
  width: 0;
  height: 0;
  display: block;
  float: right;
  margin-top: 6px;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 5px 0;
}
.dx-list-collapsible-groups .dx-list-group-header {
  cursor: pointer;
}
.dx-list-collapsible-groups .dx-list-group-header::before {
  content: " ";
}
.dx-list-group-collapsed .dx-list-group-header::before {
  border-width: 0 5px 5px;
}
.dx-list-group-body {
  overflow: hidden;
}
.dx-list-item {
  position: static;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  width: 100%;
}
.dx-list-item-content::before {
  content: "_";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-list .dx-empty-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 3em;
  text-align: left;
}
.dx-list-item-badge-container {
  display: table-cell;
  width: 20px;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px;
}
.dx-list-item-badge {
  float: right;
  position: relative;
}
.dx-list-item-chevron-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-list-item-icon-container {
  display: inline-block;
}
.dx-list-item-chevron {
  border-width: 2px 0 0 2px;
  opacity: .3;
}
.dx-list-item-response-wait {
  opacity: .5;
  transition: opacity .2s linear;
}
.dx-list-slide-menu-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dx-list-item-after-bag,
.dx-list-item-before-bag {
  display: table-cell;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.dx-list-item-before-bag .dx-list-toggle-delete-switch {
  display: block;
  float: left;
  padding: 3px 0;
}
.dx-list-item-before-bag .dx-icon-toggle-delete {
  transition: .1s linear;
}
.dx-list-item-before-bag .dx-list-select-checkbox {
  float: left;
  transition: .1s linear;
}
.dx-list-select-all-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: move;
  background-repeat: no-repeat;
  touch-action: manipulation;
}
.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle {
  cursor: default;
}
.dx-list-switchable-menu-shield-positioning {
  position: relative;
  transform: translateZ(0);
}
.dx-device-android-4 .dx-list-switchable-menu-shield-positioning {
  transform: none;
}
.dx-list-switchable-delete-bottom-shield,
.dx-list-switchable-delete-top-shield {
  position: absolute;
  right: 0;
  left: 0;
  cursor: pointer;
}
.dx-list-switchable-delete-top-shield {
  top: 0;
}
.dx-list-switchable-delete-bottom-shield {
  bottom: 0;
}
.dx-list-switchable-delete-item-content-shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dx-list-switchable-delete-button-container {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.dx-list-switchable-delete-button-wrapper {
  display: table;
  height: 100%;
}
.dx-list-switchable-delete-button-inner-wrapper {
  display: table-cell;
  padding-left: 1px;
  height: 100%;
  vertical-align: middle;
}
.dx-list-switchable-menu-item-shield-positioning,
.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content,
.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content {
  position: relative;
}
.dx-list-switchable-delete-ready .dx-icon-toggle-delete {
  transform: rotate(-90deg);
}
.dx-list-slide-menu-buttons-container {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.dx-device-ios .dx-list-slide-menu-buttons-container {
  -webkit-mask-image: -webkit-radial-gradient(white,black);
}
.dx-list-slide-menu-buttons {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  display: table;
  height: 100%;
}
.dx-list-slide-menu-button {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  bottom: 1px;
}
.dx-list-static-delete-button .dx-button-content {
  overflow: visible;
}
.dx-list-next-button {
  padding: 5px;
  text-align: center;
}
.dx-list-next-button .dx-button {
  padding: 0 3em;
}
.dx-state-disabled .dx-list-item,
.dx-state-disabled .dx-list-switchable-delete-button,
.dx-state-disabled .dx-list-toggle-delete-switch,
.dx-state-disabled.dx-list-item {
  cursor: default;
}
.dx-list-context-menuitem {
  cursor: pointer;
}
.dx-rtl .dx-list .dx-list-item-badge-container,
.dx-rtl.dx-list .dx-list-item-badge-container {
  padding-left: 10px;
  padding-right: 0;
}
.dx-rtl .dx-list .dx-list-item-badge,
.dx-rtl.dx-list .dx-list-item-badge {
  float: left;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch {
  float: right;
}
.dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper,
.dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper {
  padding-right: 1px;
  padding-left: 0;
}
.dx-rtl .dx-list .dx-list-slide-item-delete-button-container,
.dx-rtl.dx-list .dx-list-slide-item-delete-button-container {
  right: 100%;
  left: 0;
}
.dx-rtl .dx-list .dx-list-slide-item-delete-button,
.dx-rtl.dx-list .dx-list-slide-item-delete-button {
  right: auto;
  left: 0;
}
.dx-rtl .dx-list .dx-list-group-header::before,
.dx-rtl.dx-list .dx-list-group-header::before {
  float: left;
}
.dx-list-item-chevron {
  transform: rotate(0);
  border: none;
  opacity: 1;
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  margin-left: -5px;
  color: #728e94;
}
.dx-rtl .dx-list-item-chevron {
  margin-left: auto;
  margin-right: -6px;
  transform: rotate(0);
}
.dx-list-item-chevron::before {
  content: "";
}
.dx-list-item-icon-container {
  width: 28px;
  height: 18px;
  vertical-align: top;
}
.dx-list-item-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-list-search {
  margin-bottom: 5px;
}
.dx-list {
  border: none;
}
.dx-list.dx-list-with-search .dx-scrollable-wrapper {
  height: calc(100% - 41px);
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon::before {
  border-color: #2d8c86;
}
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon::before,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
.dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon::before {
  border: 1px solid #3cbab2;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
  background-color: rgba(0,0,0,.04);
  color: #28484f;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon {
  color: #28484f;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%2328484f%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
  background-color: rgba(0,0,0,.1);
  color: #28484f;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon {
  color: #28484f;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
  background-color: rgba(0,0,0,.2);
  color: #28484f;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%2328484f%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  background-color: #3cbab2;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
  border-color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
  background-color: rgba(60,186,178,.7);
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
  background-color: #3cbab2;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
  background-color: #3cbab2;
  color: #fff;
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,
.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon {
  color: #728e94;
}
.dx-list-group-header {
  font-weight: 700;
  padding: 20px 10px 10px;
  border-top: 1px solid #dedede;
  border-bottom: 2px solid #dedede;
  background: rgba(228,228,228,.05);
  color: #3cbab2;
}
.dx-list-group:first-of-type .dx-list-group-header {
  border-top: none;
}
.dx-list-group-header::before {
  border-top-color: #3cbab2;
}
.dx-list-group-collapsed .dx-list-group-header::before {
  border-bottom-color: #3cbab2;
}
.dx-list-item:first-of-type {
  border-top: none;
}
.dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-list-item .dx-icon-toggle-delete {
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23728e94%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
  color: #7eb2be;
  background: #f5f5f5;
  border-top: 1px solid rgba(60,186,178,.5);
  border-bottom: 1px solid rgba(60,186,178,.5);
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
}
.dx-list .dx-empty-message,
.dx-list-item {
  border-top: 1px solid #dedede;
  color: #28484f;
}
.dx-list-item-separator-hidden .dx-list .dx-empty-message,
.dx-list-item-separator-hidden .dx-list-item {
  border-top: none;
  border-bottom: none;
}
.dx-list .dx-empty-message,
.dx-list-item-content {
  padding: 10px;
}
.dx-list-next-button .dx-button .dx-button-content {
  padding: 7px 18px 8px;
}
.dx-list-next-button .dx-button .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 9px;
  margin-left: 0;
}
.dx-list-next-button .dx-button .dx-icon.dx-icon-right,
.dx-rtl .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-list-next-button .dx-button .dx-icon {
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
.dx-rtl.dx-list-next-button .dx-button .dx-icon.dx-icon-right {
  margin-right: 9px;
  margin-left: 0;
}
.dx-list-item-chevron-container {
  width: 16px;
}
.dx-list-border-visible {
  border: 1px solid #dedede;
}
.dx-list-border-visible .dx-list-select-all {
  border-bottom: 1px solid #dedede;
}
.dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
  width: 29px;
}
.dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-list-item-before-bag.dx-list-select-radiobutton-container {
  width: 31px;
}
.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
  border: none;
  background: 0 0;
  box-shadow: none;
}
.dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content {
  padding: 0;
}
.dx-list-item-before-bag .dx-icon-toggle-delete {
  margin: 5px 5px 5px 10px;
  width: 19px;
  height: 19px;
}
.dx-list-item-before-bag .dx-list-select-checkbox,
.dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-top: -1px;
  margin-bottom: -3px;
  margin-left: 10px;
}
.dx-list-select-all {
  white-space: nowrap;
  padding: 9px 0 8px;
}
.dx-list-select-all-checkbox {
  float: left;
  margin: -1px 0 -3px 10px;
}
.dx-list-select-all-label {
  line-height: 17px;
  padding: 0 10px;
  margin-top: 1px;
}
.dx-list-item-after-bag.dx-list-static-delete-button-container {
  width: 36px;
}
.dx-list-item-after-bag.dx-list-reorder-handle-container {
  width: 33.4px;
}
.dx-list-item-after-bag .dx-list-reorder-handle {
  font: 18px/18px DXIcons;
  width: 28.8px;
  height: 28.8px;
  background-position: 5px 5px;
  background-size: 18px 18px;
  padding: 5px;
  text-align: center;
}
.dx-list-item-after-bag .dx-list-reorder-handle::before {
  content: "";
}
.dx-list-slide-menu-button-delete {
  border: 1px solid transparent;
  color: #fff;
  background-color: #f74a5e;
}
.dx-list-slide-menu-button-menu {
  border: 1px solid transparent;
  color: #fff;
  background-color: #3cbab2;
}
.dx-list-static-delete-button,
.dx-list-switchable-delete-button {
  margin-right: 10px;
  padding: 0;
}
.dx-list-static-delete-button .dx-button-content,
.dx-list-switchable-delete-button .dx-button-content {
  padding: 3px;
}
.dx-list-context-menucontent {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.dx-state-disabled .dx-list-item,
.dx-state-disabled.dx-list-item {
  background-color: transparent;
  opacity: .6;
}
.dx-rtl .dx-list .dx-empty-message,
.dx-rtl.dx-list .dx-empty-message {
  text-align: right;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete {
  margin: 5px 10px 5px 5px;
}
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-right: 10px;
  margin-left: 1px;
}
.dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-rtl.dx-list .dx-list-select-all-checkbox {
  float: right;
  margin-right: 10px;
  margin-left: 1px;
}
.dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-rtl.dx-list .dx-list-switchable-delete-button {
  margin-left: 10px;
  margin-right: 0;
}
.dx-device-mobile .dx-list {
  border: none;
}
.dx-device-mobile .dx-list.dx-list-with-search .dx-scrollable-wrapper {
  height: calc(100% - 41px);
}
.dx-device-mobile .dx-list .dx-empty-message {
  text-align: left;
}
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-checkbox-icon,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-hover .dx-radiobutton-icon::before,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-checkbox-icon,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-hover .dx-radiobutton-icon::before {
  border-color: #2d8c86;
}
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-checkbox-icon,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-item.dx-state-focused .dx-radiobutton-icon::before,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-checkbox-icon,
.dx-device-mobile .dx-list.dx-list-select-decorator-enabled .dx-list-select-all.dx-state-focused .dx-radiobutton-icon::before {
  border: 1px solid #3cbab2;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover {
  background-color: rgba(0,0,0,.04);
  color: #28484f;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon {
  color: #28484f;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-hover .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%2328484f%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
  background-color: rgba(0,0,0,.1);
  color: #28484f;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon {
  color: #28484f;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected.dx-state-hover:not(.dx-state-focused) {
  background-color: rgba(0,0,0,.2);
  color: #28484f;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%2328484f%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  background-color: #3cbab2;
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon {
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-list-item-chevron {
  border-color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused.dx-list-item-selected {
  background-color: rgba(60,186,178,.7);
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active {
  background-color: #3cbab2;
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon {
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-list-slide-item-content {
  background-color: #3cbab2;
  color: #fff;
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-icon-toggle-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23fff%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item .dx-icon,
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-active .dx-button .dx-icon,
.dx-device-mobile .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused .dx-button .dx-icon {
  color: #728e94;
}
.dx-device-mobile .dx-list-group-header {
  font-weight: 700;
  padding: 20px 15px 10px;
  border-top: 1px solid #dedede;
  border-bottom: 2px solid #dedede;
  background: rgba(228,228,228,.05);
  color: #3cbab2;
}
.dx-list-group:first-of-type .dx-device-mobile .dx-list-group-header {
  border-top: none;
}
.dx-device-mobile .dx-list-group-header::before {
  border-top-color: #3cbab2;
}
.dx-list-group-collapsed .dx-device-mobile .dx-list-group-header::before {
  border-bottom-color: #3cbab2;
}
.dx-device-mobile .dx-list-item:first-of-type {
  border-top: none;
}
.dx-device-mobile .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-device-mobile .dx-list-item .dx-icon-toggle-delete {
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2024.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22dx_l_3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20style%3D%22fill%3A%23728e94%3B%22%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12c0%2C5.5%2C4.5%2C10%2C10%2C10s10-4.5%2C10-10C22%2C6.5%2C17.5%2C2%2C12%2C2z%20M18%2C13H6v-2h12V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-device-mobile .dx-list-item.dx-list-item-ghost-reordering.dx-state-focused.dx-state-hover {
  color: #7eb2be;
  background: #f5f5f5;
  border-top: 1px solid rgba(60,186,178,.5);
  border-bottom: 1px solid rgba(60,186,178,.5);
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
}
.dx-device-mobile .dx-list .dx-empty-message,
.dx-device-mobile .dx-list-item {
  border-top: 1px solid #dedede;
  color: #28484f;
}
.dx-list-item-separator-hidden .dx-device-mobile .dx-list .dx-empty-message,
.dx-list-item-separator-hidden .dx-device-mobile .dx-list-item {
  border-top: none;
  border-bottom: none;
}
.dx-device-mobile .dx-list .dx-empty-message,
.dx-device-mobile .dx-list-item-content {
  padding: 10px 15px;
}
.dx-device-mobile .dx-list-next-button .dx-button .dx-button-content {
  padding: 7px 18px 8px;
}
.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 9px;
  margin-left: 0;
}
.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon,
.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon {
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right,
.dx-rtl.dx-device-mobile .dx-list-next-button .dx-button .dx-icon.dx-icon-right {
  margin-right: 9px;
  margin-left: 0;
}
.dx-device-mobile .dx-list-item-chevron-container {
  width: 21px;
}
.dx-device-mobile .dx-list-border-visible {
  border: 1px solid #dedede;
}
.dx-device-mobile .dx-list-border-visible .dx-list-select-all {
  border-bottom: 1px solid #dedede;
}
.dx-device-mobile .dx-list-item-before-bag.dx-list-toggle-delete-switch-container {
  width: 34px;
}
.dx-device-mobile .dx-list-item-before-bag.dx-list-select-checkbox-container,
.dx-device-mobile .dx-list-item-before-bag.dx-list-select-radiobutton-container {
  width: 36px;
}
.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch {
  border: none;
  background: 0 0;
  box-shadow: none;
}
.dx-device-mobile .dx-list-item-before-bag .dx-button.dx-list-toggle-delete-switch .dx-button-content {
  padding: 0;
}
.dx-device-mobile .dx-list-item-before-bag .dx-icon-toggle-delete {
  margin: 5px 7.5px 5px 15px;
  width: 19px;
  height: 19px;
}
.dx-device-mobile .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-top: -1px;
  margin-bottom: -3px;
  margin-left: 15px;
}
.dx-device-mobile .dx-list-select-all {
  padding: 9px 0 8px;
}
.dx-device-mobile .dx-list-select-all-checkbox {
  float: left;
  margin: -1px 0 -3px 15px;
}
.dx-device-mobile .dx-list-select-all-label {
  line-height: 17px;
  padding: 0 10px;
  margin-top: 1px;
}
.dx-device-mobile .dx-list-item-after-bag.dx-list-static-delete-button-container {
  width: 41px;
}
.dx-device-mobile .dx-list-item-after-bag.dx-list-reorder-handle-container {
  width: 38.4px;
}
.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle {
  font: 18px/18px DXIcons;
  width: 28.8px;
  height: 28.8px;
  background-position: 5px 5px;
  background-size: 18px 18px;
  padding: 5px;
  text-align: center;
}
.dx-device-mobile .dx-list-item-after-bag .dx-list-reorder-handle::before {
  content: "";
}
.dx-device-mobile .dx-list-slide-menu-button {
  bottom: 1px;
}
.dx-device-mobile .dx-list-slide-menu-button-delete {
  border: 1px solid transparent;
  color: #fff;
  background-color: #f74a5e;
}
.dx-device-mobile .dx-list-slide-menu-button-menu {
  border: 1px solid transparent;
  color: #fff;
  background-color: #3cbab2;
}
.dx-device-mobile .dx-list-static-delete-button,
.dx-device-mobile .dx-list-switchable-delete-button {
  margin-right: 15px;
  padding: 0;
}
.dx-device-mobile .dx-list-static-delete-button .dx-button-content,
.dx-device-mobile .dx-list-switchable-delete-button .dx-button-content {
  padding: 3px;
}
.dx-device-mobile .dx-list-context-menucontent {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.dx-device-mobile .dx-state-disabled .dx-list-item,
.dx-device-mobile .dx-state-disabled.dx-list-item {
  background-color: transparent;
  opacity: .6;
}
.dx-device-mobile .dx-rtl .dx-list .dx-empty-message,
.dx-device-mobile .dx-rtl.dx-list .dx-empty-message {
  text-align: right;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-icon-toggle-delete,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-icon-toggle-delete {
  margin: 5px 15px 5px 7.5px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-radiobutton,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-radiobutton {
  margin-right: 15px;
  margin-left: 1px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-select-all-checkbox,
.dx-device-mobile .dx-rtl.dx-list .dx-list-select-all-checkbox {
  float: right;
  margin-right: 15px;
  margin-left: 1px;
}
.dx-device-mobile .dx-rtl .dx-list .dx-list-switchable-delete-button,
.dx-device-mobile .dx-rtl.dx-list .dx-list-switchable-delete-button {
  margin-left: 15px;
  margin-right: 0;
}
.dx-textarea .dx-texteditor-input-container {
  align-items: stretch;
}
.dx-textarea .dx-texteditor-input {
  resize: none;
  font-family: inherit;
  display: block;
  overflow: auto;
  white-space: pre-wrap;
  margin: 0;
}
.dx-textarea .dx-texteditor-input-auto-resize {
  overflow-y: hidden;
}
.dx-textarea .dx-placeholder {
  height: auto;
}
.dx-textarea .dx-placeholder::before {
  white-space: normal;
}
.dx-textarea {
  height: auto;
}
.dx-textarea .dx-icon-clear {
  top: 0;
  margin-top: 0;
}
.dx-textarea.dx-invalid .dx-texteditor-container::after {
  top: 7px;
  margin-top: 0;
}
.dx-numberbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-numberbox input[type=number] {
  -moz-appearance: textfield;
}
.dx-numberbox input[type=number]::-webkit-inner-spin-button,
.dx-numberbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dx-numberbox-spin-container {
  height: 100%;
}
.dx-numberbox-spin-down,
.dx-numberbox-spin-up {
  position: relative;
  width: 100%;
  height: 50%;
  cursor: pointer;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
  width: 100%;
  height: 100%;
}
.dx-state-disabled .dx-numberbox-spin-container {
  opacity: .2;
}
.dx-numberbox-spin-container {
  overflow: hidden;
  width: 34px;
  border-radius: 2px;
}
.dx-numberbox-spin-up-icon {
  font: 14px/1 DXIcons;
  color: #728e94;
}
.dx-numberbox-spin-up-icon::before {
  content: "";
}
.dx-numberbox-spin-down-icon {
  font: 14px/1 DXIcons;
  color: #728e94;
}
.dx-numberbox-spin-down-icon::before {
  content: "";
}
.dx-numberbox-spin-down-icon,
.dx-numberbox-spin-up-icon {
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 1px;
}
.dx-numberbox-spin-down-icon::before,
.dx-numberbox-spin-up-icon::before {
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-numberbox-spin-button {
  padding: 1px;
}
.dx-editor-underlined .dx-numberbox-spin-button {
  background: 0 0;
}
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-hover.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
  box-shadow: 0 0 0 1px transparent inset;
  background-color: #dcdcdc;
}
.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-down-icon,
.dx-state-active.dx-numberbox-spin-button .dx-numberbox-spin-up-icon {
  background-color: #a9a9a9;
  color: #28484f;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
  width: 74px;
  border-left: none;
}
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down-icon,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up-icon {
  background-position: center;
}
.dx-numberbox.dx-rtl.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container,
.dx-rtl .dx-numberbox.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
  border-right: none;
}
.dx-numberbox.dx-rtl.dx-numberbox-spin .dx-texteditor-input,
.dx-rtl .dx-numberbox.dx-numberbox-spin .dx-texteditor-input {
  padding-right: 9px;
}
.dx-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  position: relative;
  display: block;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 45px;
  width: 100%;
}
.dx-calendar-views-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-calendar-navigator {
  position: relative;
  text-align: center;
  width: 100%;
}
.dx-calendar-navigator .dx-calendar-caption-button {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  right: 32px;
  left: 32px;
}
.dx-calendar-body {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 52px;
}
.dx-calendar-body .dx-widget {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dx-calendar-body table {
  width: 100%;
  height: 100%;
  position: absolute;
  direction: ltr;
  table-layout: fixed;
  border-spacing: 0;
}
.dx-calendar-body td {
  cursor: pointer;
  box-sizing: content-box;
}
.dx-calendar-body thead th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-calendar-contoured-date {
  outline-offset: -1px;
}
.dx-rtl.dx-calendar .dx-calendar-body table {
  left: 0;
}
.dx-rtl.dx-calendar .dx-calendar-body .dx-widget {
  direction: ltr;
}
.dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month,
.dx-state-disabled .dx-calendar .dx-calendar-navigator-previous-month,
.dx-state-disabled .dx-calendar-body table td,
.dx-state-disabled .dx-calendar-body table th,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month {
  cursor: default;
}
.dx-calendar {
  width: 282px;
  min-width: 282px;
  height: 268.6px;
  min-height: 268.6px;
  background-color: #f5f5f5;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 1px solid transparent;
}
.dx-calendar.dx-calendar-with-footer {
  height: 323.6px;
  min-height: 293.6px;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-body {
  bottom: 55px;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button {
  background: 0 0;
}
.dx-calendar.dx-calendar-with-footer .dx-calendar-footer .dx-button.dx-state-active {
  background-color: #cacaca;
}
.dx-calendar-navigator {
  line-height: 1.6;
  height: 36px;
  display: table;
  border-collapse: collapse;
}
.dx-calendar-navigator .dx-button {
  position: absolute;
  height: 100%;
  border-radius: 0;
  display: table-cell;
  border-color: #a2b4b8;
}
.dx-calendar-navigator .dx-button .dx-icon {
  font-size: 16px;
}
.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
  border-collapse: collapse;
  visibility: visible;
  opacity: 1;
}
.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link .dx-button-content {
  opacity: .5;
}
.dx-calendar-navigator .dx-button.dx-state-active:not(.dx-calendar-disabled-navigator-link) {
  z-index: 1;
}
.dx-calendar-navigator .dx-button.dx-state-hover:not(.dx-calendar-disabled-navigator-link) {
  z-index: 1;
  border-color: #a2b4b8;
}
.dx-calendar-navigator .dx-calendar-caption-button.dx-button.dx-state-active {
  background-color: #cacaca;
}
.dx-calendar-navigator .dx-calendar-caption-button.dx-button .dx-button-content {
  padding: 2px 15px 4px;
  color: #3cbab2;
}
.dx-calendar-navigator-previous-month.dx-state-hover {
  z-index: 1;
}
.dx-calendar-navigator-next-view,
.dx-calendar-navigator-previous-month {
  width: 32px;
  background: 0 0;
}
.dx-calendar-navigator-next-view.dx-button,
.dx-calendar-navigator-previous-month.dx-button {
  margin: 0 1px;
}
.dx-calendar-navigator-next-view .dx-button-content,
.dx-calendar-navigator-previous-month .dx-button-content {
  padding: 0;
}
.dx-calendar-navigator-previous-month,
.dx-calendar-navigator-previous-view {
  left: 0;
}
.dx-calendar-navigator-previous-month.dx-button,
.dx-calendar-navigator-previous-view.dx-button {
  border-radius: 2px 0 0 2px;
}
.dx-calendar-navigator-previous-month.dx-button .dx-icon,
.dx-calendar-navigator-previous-view.dx-button .dx-icon {
  color: #3cbab2;
}
.dx-calendar-navigator-next-month,
.dx-calendar-navigator-next-view {
  right: 0;
}
.dx-calendar-navigator-next-month.dx-button,
.dx-calendar-navigator-next-view.dx-button {
  border-radius: 0 2px 2px 0;
}
.dx-calendar-navigator-next-month.dx-button .dx-icon,
.dx-calendar-navigator-next-view.dx-button .dx-icon {
  color: #3cbab2;
}
.dx-calendar-body thead {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.dx-calendar-body thead tr {
  height: 25px;
  padding-bottom: 10px;
}
.dx-calendar-body thead tr th {
  box-shadow: inset 0 -1px 0 #dedede;
  color: #83b5c0;
}
.dx-calendar-body table th {
  color: #83b5c0;
  text-align: center;
  font-size: 12px;
  padding: 1px 0 6px;
}
.dx-calendar-cell {
  white-space: normal;
  text-align: center;
  padding: 1px 8px 2px;
  color: #28484f;
  font-size: 15px;
  border: 1px double transparent;
  width: 39px;
  border-radius: 2px;
}
.dx-calendar-cell.dx-calendar-today {
  font-weight: 700;
}
.dx-calendar-cell.dx-state-hover {
  box-shadow: inset 0 -1px 0 1000px rgba(0,0,0,.04);
  color: #28484f;
}
.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date),
.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-active,
.dx-calendar-cell.dx-calendar-empty-cell:not(.dx-calendar-selected-date).dx-state-hover,
.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date),
.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-active,
.dx-calendar-cell.dx-calendar-other-view:not(.dx-calendar-selected-date).dx-state-hover {
  color: #a1c7d0;
}
.dx-calendar-cell.dx-calendar-empty-cell {
  cursor: default;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAm0lEQVRIx7XVwQnAIAwF0ExSdBF1a6Er9dIRqsVAazWJmh4+iuBT4YMQ4w4pWxk1clt5YlOOFKeAumJZXAgKOKIBb6yBv9AansU/aAsexZtoD5biXZSCOZxEObiHs6gErnERKoURP0uCZM9IpRB2WvDz+eIqzvRUhMNkT1mcQz1xsKfwWZTFV1ASX0W7uAbaxPOCUUBr3MBfn+kF3CNLT2/yky4AAAAASUVORK5CYII=") center center no-repeat;
}
.dx-calendar-cell.dx-calendar-empty-cell.dx-state-hover:not(.dx-calendar-selected-date) {
  box-shadow: none;
}
.dx-calendar-cell.dx-state-active:not(.dx-calendar-empty-cell):not(.dx-calendar-selected-date) {
  box-shadow: inset 0 -1px 0 1000px rgba(86,86,86,.2);
}
.dx-calendar-cell.dx-calendar-contoured-date:not(.dx-calendar-empty-cell) {
  box-shadow: inset 0 0 0 1px #bfbfbf;
}
.dx-calendar-cell.dx-calendar-selected-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today {
  color: #fff;
  box-shadow: inset 0 0 0 1000px #3cbab2;
  font-weight: 400;
}
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-contoured-date,
.dx-calendar-cell.dx-calendar-selected-date.dx-calendar-today.dx-calendar-contoured-date {
  box-shadow: inset 0 0 0 1px #bfbfbf,inset 0 0 0 1000px #3cbab2;
}
.dx-invalid.dx-calendar {
  border-color: rgba(247,74,94,.4);
}
.dx-invalid.dx-calendar.dx-state-focused {
  border-color: #f74a5e;
}
.dx-popup-wrapper .dx-calendar .dx-calendar-caption-button {
  margin: 0;
}
.dx-texteditor input[type=date]::-webkit-inner-spin-button {
  height: 20px;
}
.dx-datebox-native.dx-state-focused.dx-texteditor-empty .dx-placeholder {
  display: none;
}
.dx-datebox {
  max-width: 100%;
}
.dx-datebox .dx-texteditor-input::-webkit-datetime-edit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit {
  color: transparent;
}
.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit {
  color: inherit;
}
.dx-datebox-wrapper .dx-popup-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dx-rtl .dx-texteditor-input {
  text-align: right;
}
.dx-datebox-button-cell .dx-button {
  min-width: 90px;
}
.dx-datebox-button-cell .dx-button.dx-datebox-apply-button {
  margin-right: 10px;
  margin-left: 0;
}
.dx-datebox-button-cell .dx-button.dx-datebox-cancel-button {
  margin-right: 0;
  margin-left: 0;
}
.dx-datebox-buttons-container {
  text-align: right;
  width: 100%;
}
.dx-timeview .dx-state-disabled .dx-widget,
.dx-timeview .dx-state-disabled.dx-widget,
.dx-timeview.dx-state-disabled .dx-widget,
.dx-timeview.dx-state-disabled.dx-widget {
  opacity: 1;
}
.dx-timeview-clock {
  position: relative;
}
.dx-timeview-hourarrow,
.dx-timeview-minutearrow {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 50%;
  margin-left: -15px;
  background-position: bottom;
  background-repeat: no-repeat;
  transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
}
.dx-timeview {
  height: auto;
  width: auto;
}
.dx-timeview-clock {
  min-height: 199px;
  min-width: 199px;
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22191px%22%20height%3D%22191px%22%20viewBox%3D%220%200%20191%20191%22%20enable-background%3D%22new%200%200%20191%20191%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M95.5%2C0C42.8%2C0%2C0%2C42.8%2C0%2C95.5S42.8%2C191%2C95.5%2C191S191%2C148.2%2C191%2C95.5S148.2%2C0%2C95.5%2C0z%20M95.5%2C187.6%0A%09c-50.848%2C0-92.1-41.25-92.1-92.1c0-50.848%2C41.252-92.1%2C92.1-92.1c50.85%2C0%2C92.1%2C41.252%2C92.1%2C92.1%0A%09C187.6%2C146.35%2C146.35%2C187.6%2C95.5%2C187.6z%22%2F%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M92.9%2C10v8.6H91v-6.5c-0.1%2C0.1-0.2%2C0.2-0.4%2C0.3c-0.2%2C0.1-0.3%2C0.2-0.4%2C0.2c-0.1%2C0-0.3%2C0.1-0.5%2C0.2%0A%09%09c-0.2%2C0.1-0.3%2C0.1-0.5%2C0.1v-1.6c0.5-0.1%2C0.9-0.3%2C1.4-0.5c0.5-0.2%2C0.8-0.5%2C1.2-0.7h1.1V10z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M97.1%2C17.1h3.602v1.5h-5.6V18c0-0.4%2C0.1-0.8%2C0.2-1.2c0.1-0.4%2C0.3-0.6%2C0.5-0.9c0.2-0.3%2C0.5-0.5%2C0.7-0.7%0A%09%09c0.2-0.2%2C0.5-0.4%2C0.7-0.6c0.199-0.2%2C0.5-0.3%2C0.6-0.5c0.102-0.2%2C0.301-0.3%2C0.5-0.5c0.2-0.2%2C0.2-0.3%2C0.301-0.5%0A%09%09c0.101-0.2%2C0.101-0.3%2C0.101-0.5c0-0.4-0.101-0.6-0.3-0.8c-0.2-0.2-0.4-0.3-0.801-0.3c-0.699%2C0-1.399%2C0.3-2.101%2C0.9v-1.6%0A%09%09c0.7-0.5%2C1.5-0.7%2C2.5-0.7c0.399%2C0%2C0.8%2C0.1%2C1.101%2C0.2c0.301%2C0.1%2C0.601%2C0.3%2C0.899%2C0.5c0.3%2C0.2%2C0.399%2C0.5%2C0.5%2C0.8%0A%09%09c0.101%2C0.3%2C0.2%2C0.6%2C0.2%2C1s-0.102%2C0.7-0.2%2C1c-0.099%2C0.3-0.3%2C0.6-0.5%2C0.8c-0.2%2C0.2-0.399%2C0.5-0.7%2C0.7c-0.3%2C0.2-0.5%2C0.4-0.8%2C0.6%0A%09%09c-0.2%2C0.1-0.399%2C0.3-0.5%2C0.4s-0.3%2C0.3-0.5%2C0.4s-0.2%2C0.3-0.3%2C0.4C97.1%2C17%2C97.1%2C17%2C97.1%2C17.1z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M15%2C95.4c0%2C0.7-0.1%2C1.4-0.2%2C2c-0.1%2C0.6-0.4%2C1.1-0.7%2C1.5C13.8%2C99.3%2C13.4%2C99.6%2C12.9%2C99.8s-1%2C0.3-1.5%2C0.3%0A%09%09c-0.7%2C0-1.3-0.1-1.8-0.3v-1.5c0.4%2C0.3%2C1%2C0.4%2C1.6%2C0.4c0.6%2C0%2C1.1-0.2%2C1.5-0.7c0.4-0.5%2C0.5-1.1%2C0.5-1.9l0%2C0%0A%09%09C12.8%2C96.7%2C12.3%2C96.9%2C11.5%2C96.9c-0.3%2C0-0.7-0.102-1-0.2c-0.3-0.101-0.5-0.3-0.8-0.5c-0.3-0.2-0.4-0.5-0.5-0.8%0A%09%09c-0.1-0.3-0.2-0.7-0.2-1c0-0.4%2C0.1-0.8%2C0.2-1.2c0.1-0.4%2C0.3-0.7%2C0.6-0.9c0.3-0.2%2C0.6-0.5%2C0.9-0.6c0.3-0.1%2C0.8-0.2%2C1.2-0.2%0A%09%09c0.5%2C0%2C0.9%2C0.1%2C1.2%2C0.3c0.3%2C0.2%2C0.7%2C0.4%2C0.9%2C0.8s0.5%2C0.7%2C0.6%2C1.2S15%2C94.8%2C15%2C95.4z%20M13.1%2C94.4c0-0.2%2C0-0.4-0.1-0.6%0A%09%09c-0.1-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.2-0.4-0.3c-0.2-0.1-0.3-0.1-0.5-0.1c-0.2%2C0-0.3%2C0-0.4%2C0.1s-0.3%2C0.2-0.3%2C0.3%0A%09%09c0%2C0.1-0.2%2C0.3-0.2%2C0.4c0%2C0.1-0.1%2C0.4-0.1%2C0.6c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6c0.1%2C0.2%2C0.1%2C0.3%2C0.2%2C0.4c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.3%0A%09%09c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.2%2C0%2C0.3%2C0%2C0.4-0.1s0.2-0.2%2C0.3-0.3c0.1-0.1%2C0.2-0.2%2C0.2-0.4C13%2C94.7%2C13.1%2C94.6%2C13.1%2C94.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M176%2C99.7V98.1c0.6%2C0.4%2C1.2%2C0.602%2C2%2C0.602c0.5%2C0%2C0.8-0.102%2C1.1-0.301c0.301-0.199%2C0.4-0.5%2C0.4-0.801%0A%09%09c0-0.398-0.2-0.699-0.5-0.898c-0.3-0.2-0.8-0.301-1.3-0.301h-0.802V95h0.701c1.101%2C0%2C1.601-0.4%2C1.601-1.1c0-0.7-0.4-1-1.302-1%0A%09%09c-0.6%2C0-1.1%2C0.2-1.6%2C0.5v-1.5c0.6-0.3%2C1.301-0.4%2C2.1-0.4c0.9%2C0%2C1.5%2C0.2%2C2%2C0.6s0.701%2C0.9%2C0.701%2C1.5c0%2C1.1-0.601%2C1.8-1.701%2C2.1l0%2C0%0A%09%09c0.602%2C0.1%2C1.102%2C0.3%2C1.4%2C0.6s0.5%2C0.8%2C0.5%2C1.3c0%2C0.801-0.3%2C1.4-0.9%2C1.9c-0.6%2C0.5-1.398%2C0.7-2.398%2C0.7%0A%09%09C177.2%2C100.1%2C176.5%2C100%2C176%2C99.7z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M98.5%2C179.102c0%2C0.398-0.1%2C0.799-0.2%2C1.199C98.2%2C180.7%2C98%2C181%2C97.7%2C181.2s-0.601%2C0.5-0.9%2C0.601%0A%09%09c-0.3%2C0.1-0.7%2C0.199-1.2%2C0.199c-0.5%2C0-0.9-0.1-1.3-0.3c-0.4-0.2-0.7-0.399-0.9-0.8c-0.2-0.4-0.5-0.7-0.6-1.2%0A%09%09c-0.1-0.5-0.2-1-0.2-1.601c0-0.699%2C0.1-1.399%2C0.3-2c0.2-0.601%2C0.4-1.101%2C0.8-1.5c0.4-0.399%2C0.7-0.699%2C1.2-1c0.5-0.3%2C1-0.3%2C1.6-0.3%0A%09%09c0.6%2C0%2C1.2%2C0.101%2C1.5%2C0.199v1.5c-0.4-0.199-0.9-0.399-1.4-0.399c-0.3%2C0-0.6%2C0.101-0.8%2C0.2c-0.2%2C0.101-0.5%2C0.3-0.7%2C0.5%0A%09%09c-0.2%2C0.199-0.3%2C0.5-0.4%2C0.8c-0.1%2C0.301-0.2%2C0.7-0.2%2C1.101l0%2C0c0.4-0.601%2C1-0.8%2C1.8-0.8c0.3%2C0%2C0.7%2C0.1%2C0.9%2C0.199%0A%09%09c0.2%2C0.101%2C0.5%2C0.301%2C0.7%2C0.5c0.199%2C0.2%2C0.398%2C0.5%2C0.5%2C0.801C98.5%2C178.2%2C98.5%2C178.7%2C98.5%2C179.102z%20M96.7%2C179.2%0A%09%09c0-0.899-0.4-1.399-1.1-1.399c-0.2%2C0-0.3%2C0-0.5%2C0.1c-0.2%2C0.101-0.3%2C0.201-0.4%2C0.301c-0.1%2C0.101-0.2%2C0.199-0.2%2C0.4%0A%09%09c0%2C0.199-0.1%2C0.299-0.1%2C0.5c0%2C0.199%2C0%2C0.398%2C0.1%2C0.6s0.1%2C0.3%2C0.2%2C0.5c0.1%2C0.199%2C0.2%2C0.199%2C0.4%2C0.3c0.2%2C0.101%2C0.3%2C0.101%2C0.5%2C0.101%0A%09%09c0.2%2C0%2C0.3%2C0%2C0.5-0.101c0.2-0.101%2C0.301-0.199%2C0.301-0.3c0-0.1%2C0.199-0.301%2C0.199-0.399C96.6%2C179.7%2C96.7%2C179.4%2C96.7%2C179.2z%22%2F%3E%0A%3C%2Fg%3E%0A%3Ccircle%20fill%3D%22%23636363%22%20cx%3D%2295%22%20cy%3D%2295%22%20r%3D%227%22%2F%3E%0A%3C%2Fsvg%3E%0A") 50% 50%/191px no-repeat;
}
.dx-timeview-hourarrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%225px%22%20height%3D%2257px%22%20viewBox%3D%220%200%205%2057%22%20enable-background%3D%22new%200%200%205%2057%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M5%2C54c0%2C1.7-1.1%2C3-2.5%2C3S0%2C55.7%2C0%2C54V3c0-1.6%2C1.1-3%2C2.5-3S5%2C1.4%2C5%2C3V54z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 5px 57px;
}
.dx-timeview-minutearrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%225px%22%20height%3D%2279px%22%20viewBox%3D%220%200%205%2079%22%20enable-background%3D%22new%200%200%205%2079%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M5%2C76c0%2C1.7-1.1%2C3-2.5%2C3S0%2C77.7%2C0%2C76V3c0-1.6%2C1.1-3%2C2.5-3S5%2C1.4%2C5%2C3V76z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 5px 79px;
}
.dx-timeview-format12 {
  width: 70px;
  margin-left: 5px;
  margin-right: auto;
}
.dx-rtl .dx-timeview-format12,
.dx-timeview-format12.dx-rtl {
  margin-left: auto;
  margin-right: 5px;
}
.dx-timeview-time-separator {
  margin: 0 5px;
}
.dx-timeview-field {
  min-height: 50px;
}
.dx-timeview-field .dx-numberbox {
  width: 70px;
}
.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
  width: 110px;
}
.dx-dateview-item {
  margin: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  color: #28484f;
}
.dx-dateview-rollers {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  flex-flow: row nowrap;
}
.dx-dateview-item-selected-border,
.dx-dateviewroller-day .dx-dateview-name-formatter,
.dx-dateviewroller-month .dx-dateview-value-formatter {
  display: none;
}
.dx-dateview-rollers {
  width: auto;
  text-align: center;
  display: block;
}
.dx-dateviewroller-current .dx-dateview-item {
  transition: font-size .2s ease-out;
}
.dx-dateviewroller {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  flex: 1 1 auto;
  min-width: 4em;
  text-align: center;
  display: inline-block;
}
.dx-dateviewroller .dx-button {
  display: none;
}
.dx-dateviewroller .dx-scrollable-content::after,
.dx-dateviewroller .dx-scrollable-content::before {
  content: "";
  height: 71px;
  display: block;
}
.dx-dateviewroller .dx-scrollable-container {
  height: 182px;
}
.dx-dateviewroller.dx-dateviewroller-year {
  min-width: 4.85em;
}
.dx-dateviewroller.dx-state-active .dx-button {
  display: none;
}
.dx-dateviewroller-month {
  min-width: 12em;
}
.dx-dateviewroller-hours::after {
  content: ":";
  font-size: 2.2em;
  position: absolute;
  right: -9%;
  font-weight: 700;
  top: 37%;
  color: #28484f;
}
.dx-dateviewroller-hours .dx-dateview-item-selected-frame {
  padding-left: 20%;
}
.dx-dateviewroller-minutes .dx-dateview-item-selected-frame {
  width: 80%;
}
.dx-dateview-item-selected {
  font-size: 2.2em;
}
.dx-rtl.dx-dateviewroller-hours::after {
  left: -9%;
  right: auto;
}
.dx-dateview-item-selected-frame {
  position: absolute;
  top: 71px;
  width: 100%;
}
.dx-dateview-item-selected-frame::after,
.dx-dateview-item-selected-frame::before {
  pointer-events: none;
  backface-visibility: hidden;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 71px;
}
.dx-dateview-item-selected-frame::before {
  top: -71px;
  border-bottom: 1px solid #dedede;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg,rgba(245,245,245,0) 0,rgba(245,245,245,.8) 60%);
}
.dx-dateview-item-selected-frame::after {
  top: 40px;
  border-top: 1px solid #dedede;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg,rgba(245,245,245,0) 0,rgba(245,245,245,.8) 60%);
}
.dx-dateview-compact .dx-dateview-rollers,
.dx-device-phone .dx-dateview-rollers,
.dx-device-tablet .dx-dateview-rollers {
  display: flex;
  flex-flow: row nowrap;
}
.dx-dateview-compact .dx-dateviewroller-month,
.dx-device-phone .dx-dateviewroller-month,
.dx-device-tablet .dx-dateviewroller-month {
  min-width: 4em;
}
.dx-dateview-compact .dx-dateview-item,
.dx-device-phone .dx-dateview-item,
.dx-device-tablet .dx-dateview-item {
  font-size: 1.1em;
}
.dx-dateview-compact .dx-dateview-item-selected,
.dx-device-phone .dx-dateview-item-selected,
.dx-device-tablet .dx-dateview-item-selected {
  font-size: 1.4em;
}
.dx-datebox-wrapper .dx-popup-title {
  min-height: 10px;
  border-bottom: none;
  background: 0 0;
}
.dx-datebox-wrapper .dx-item {
  border: none;
}
.dx-datebox-wrapper .dx-popup-bottom .dx-button {
  min-width: 85px;
  width: auto;
}
.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
  margin: 0 34px;
}
.dx-datebox-wrapper-list .dx-overlay-content {
  border-top: none;
}
.dx-device-phone .dx-datebox-wrapper-rollers .dx-popup-content {
  padding: 10px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 1px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-calendar.dx-rtl.dx-dropdowneditor-active .dx-dropdowneditor-button .dx-dropdowneditor-icon {
  opacity: 1;
}
.dx-datebox-calendar.dx-rtl.dx-editor-underlined {
  padding-right: 0;
}
.dx-datebox-wrapper-calendar .dx-popup-content {
  padding: 0;
  margin: 0 15px;
}
.dx-datebox-wrapper-calendar .dx-calendar {
  border: none;
  margin: 30px 15px;
}
.dx-datebox-wrapper-calendar .dx-datebox-container-cell {
  margin-right: 30px;
  margin-bottom: 30px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-calendar {
  margin-bottom: 15px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
  margin: 30px 15px 15px;
}
.dx-datebox-adaptivity-mode.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-timeview {
  margin: 0 15px 15px;
}
.dx-datebox-wrapper-calendar.dx-datebox-wrapper-datetime .dx-datebox-container-cell {
  margin-top: -1px;
  margin-right: 30px;
}
@media (max-width:320px) {
  .dx-datebox-wrapper-calendar .dx-calendar {
    margin: 18px;
  }
}
.dx-rtl .dx-datebox-wrapper .dx-popup-bottom .dx-toolbar-button + .dx-toolbar-button .dx-button {
  margin-right: 5px;
  margin-left: 0;
}
.dx-datebox-list .dx-dropdowneditor-icon {
  font: 18px/18px DXIcons;
  width: 32px;
  height: 100%;
  text-align: center;
  border-radius: 1px;
}
.dx-datebox-list .dx-dropdowneditor-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-datebox-wrapper-list .dx-popup-content {
  padding: 0;
}
.dx-datebox input[type=date] {
  line-height: normal;
}
.dx-datebox.dx-auto-width .dx-texteditor-input,
.dx-datebox:not(.dx-texteditor-empty).dx-auto-width .dx-texteditor-input {
  padding-right: 26px;
}
.dx-datebox.dx-auto-width.dx-rtl .dx-texteditor-input,
.dx-datebox:not(.dx-texteditor-empty).dx-auto-width.dx-rtl .dx-texteditor-input {
  padding-right: 9px;
  padding-left: 26px;
}
.dx-device-ios .dx-datebox.dx-texteditor-empty .dx-texteditor-input {
  min-height: 33px;
}
.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-dropdownlist-popup-wrapper {
  height: 100%;
}
.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-dropdownlist-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-dropdownlist-popup-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-dropdownlist-popup-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-dropdownlist-popup-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-dropdownlist-popup-wrapper .dx-empty-message,
.dx-dropdownlist-popup-wrapper .dx-list-item {
  border-top: 0;
}
.dx-dropdownlist-popup-wrapper .dx-empty-message:last-of-type,
.dx-dropdownlist-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-autocomplete .dx-texteditor-input {
  font-size: 1em;
}
.dx-autocomplete.dx-invalid .dx-texteditor-container::after,
.dx-autocomplete.dx-valid .dx-texteditor-container::after {
  right: 8px;
}
.dx-rtl .dx-autocomplete.dx-invalid .dx-texteditor-container::after,
.dx-rtl .dx-autocomplete.dx-valid .dx-texteditor-container::after,
.dx-rtl.dx-autocomplete.dx-invalid .dx-texteditor-container::after,
.dx-rtl.dx-autocomplete.dx-valid .dx-texteditor-container::after {
  left: 8px;
}
.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  right: 8px;
}
.dx-rtl .dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,
.dx-rtl.dx-autocomplete.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  left: 8px;
}
.dx-loadindicator {
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
.dx-loadindicator-wrapper {
  width: 100%;
  height: 100%;
  font-size: 32px;
  margin: auto;
}
.dx-loadindicator-image {
  background-size: contain;
  transform-origin: 50% 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhQABAAKECADI6RTI6Rv///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQABACwAAAAAQABAAAACkIyPqcvtD6OctEpgs1ag9w1m3heW0Eia6oJi63u08BygNGzfq6ybeV/6AUHCoaZotIySoSXz6HlunNIKsnqKYinUbaTrzabCjyuZoz07wGpW+w2Py+f0uv2VtrPl5ne/zVP3B5hHtxc3eBZoeAiXSLY49wjZSFipFsk36ZWJuMn5idXiwtjpN3qHqhd61wpTAAAh+QQJCQABACwAAAAAQABAAAACk4yPqcvtD6OctNqLs968+w+G4giUI2meYQmoK+t+bBt3c22nuHbvPOzL9IKWIbFiPEqSygiz6XhCG8Cps2qNYrNUkzQ7+1rDW66BrDMf0DT1Gu1GsONvMv0Mv8/1+zi77Zd3Vwc4KGYWNihXRnfIlaiIx+gGGVmp6AiWObY51ek5GZiGGUpZajpKGrnK2ur6CotQAAAh+QQJCQACACwAAAAAQABAAAACoJSPqcvtD6OctNqLs968+w+G4kiW5omm6sq27qsADyDDCd3QuI3ssc7r1W66YRBIRAYNSmZxeWgKntAoIGCVLpXUqnPY9VLDYlzRWJaR01NtFbh+n33e77kunOOz931b7zdHVyeIlqY2ePhnuIUUd+ToBunzaNNV+RKG6UKmgwUVJ8m5JtryWLoSIInK5rfA6BorO0tba3uLm6u7y9ubUAAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCKJmh+aqh1buiMsb3BcY3eu0bzO+mV8wgqxSDkiI8olpOl0BKMSKHUxvWIRWW2CdOh6ueHW+GsQnwcp9bltXpfZcTmdDrbP3WN4Xt9Stxb4Z0eIY5gn+KZYKGfmyPgX2edIqbWYePmYuRbQOQhauRlKOoqoh2eKyScperWTmtZ6ippKyyiru8vb6/t7VQAAIfkECQkAAwAsAAAAAEAAQAAAAp2cj6nL7Q+jnNSBC6reCWMOTp4Xls1ImmqHZuvbuu/aznNt02MO77yK+uk+QpOvWEohQ8clR+ncQKOaKVVEvFazWoq1C+GCI9/x6WL2otMSMfv8bsviljn9dM/rc/Y9ou9nABg4uLcW+Feod4g44Ob3uBiZN3lXRlkZd2nJSJj5tqkZytYE+ZkW5DlqlmrYillKF6N6ylqLetuoK1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pB+2+opw0vtuq3hR7wIXi54mmRj7nOqXsK33wHF/0nZT4Ptj87vvdgsIZsfgKqJC0JRPmfL4gUii1yrpiV5ntFOTNhsfksvmMTqvX7Lb7DY/L5/S6/Y7P6/d8BLjeBfg3F0hYKHcYp6WY+BYF9+i46HZEGcmGwViZRmKpg5YySRbaWObieXlSAAAh+QQJCQADACwAAAAAQABAAAACepyPqQnt30ZctFoLs3a3e7aF2UdW4vmUKnKa46pu8Exq9O29+E5B/N/jAIcHIZFoPA4nyqbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+vXAH4fnVQWOJZi5kNmA3WIISOFgkL1KHIlucjV8lMAACH5BAkJAAMALAAAAABAAEAAAAJ3nI+pC+0Plpy0IohztLwbDWbeKIUmRqZiZabe4w5hTG30p926le9+CfkJGY2h8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y4fO8pBPUrcAwZyU6Q0w9G3dLJY+MS4UvVoowUpVAAAIfkECQkAAwAsAAAAAEAAQAAAAn2cj6nL7Q/jALRaK7NGt/sNat4YluJImWqEru5DvnISz/bU3Xqu23wv+wFdwqGqaCwhk5sl81R5rqLSqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9FBKjUlf8PmzU7yH9gc2+FXoddj1IZi4VVPWYoYCYBYwGUgYWWdSAAAh+QQJCQADACwAAAAAQABAAAACkpyPqcvtD6OctEKAs93c5N+F1AeKpkNq56qkAAsjaUwPc83e+KnvYu/rAIMbEtFkPAqTymKp6VRBK8Pp5WmdYLORLffB/ILD4ga5vDijW9K1GeOOy+f0uv2Oh73ytrbdS6c2BxjoV0cohxgnmGh46DgIGQmXx7io6GaZiYlWNUmJp7nmecnZKXoq+bnHZ9P6ylUAACH5BAkJAAMALAAAAABAAEAAAAKTnI+py+0Po5y02ouz3rz7D3YAEJbHOJomSqog675o/MG0ON8b2+oZ79PYghcgsTg8ToxKCrMpSUIh0qnjab3mso8qV8HbfhFh8XhQTp3J5TU77D614+h5PE2vw+l4vt3ddzdjlucFSOjXk2dguNboiHiotsgYCTlJ+XimOWZ5qbjI+SU6iplpGopKucra6voK+1oAACH5BAkJAAMALAAAAABAAEAAAAKenI+py+0Po5y02ouz3rz7D4biSJbmiabqyrYe4GbAHF8zvNxBndzMjeMdfD2gEEEs0o6GQNJgZA6fUemgWrVin1pitrv8So1i8JVrPQOX6ek62Fav4+45XV4ev+HtPT9NxhYX+AcGg6bng8gUlSe0VXgEOVjlFMnztRhj5wYoptnCiXQZuij4qHmKSXp15/oKGys7S1tre4ubq7urUQAAIfkECQkAAwAsAAAAAEAAQAAAAqKcj6nL7Q+jnLTai7PevPsPhhwAiCJJmiGaqh1buiMsb3BcZ3Sus7zm+2GCwguxSDkiJ6jAsqJ8QqJSB6raaB2uWIaW2h18teEEl1s2t9Dp7ZrcFr9xcXmMHffh23p6vV+HABho0OfHd7WXFnS4iNZYRgTnSAbZBYaomKeZOfmHGQkayjnquUkatkNoh4p1s8pqSilbSpsqGgqru8vb6/srVAAAIfkECQkAAwAsAAAAAEAAQAAAApqcj6nL7Q+jnNSBC6reCmcOUt4Vls+ImWqHrq6Bfu/azm5tq3huevzt+/WCwhKxCDoiOallSOkUNaMbKFUyvUpJ2kq2i+WCJ+Jx2CxFk9VrdkTmtsTndBu8nijjD/r9oI/3tScYCEhndWg4h7hImKjoxhgnyUapNuIH4zhpaYbpt/O4eflZFzMYGnkq2qkVAwn2ito6Rpt5K1EAACH5BAkJAAMALAAAAABAAEAAAAKLnI+pCe2wopxUvgur3hR7DoaDh4lmRWbnOqXsa5XwrMj0bVz4Pj487vvdgsIZsQhzIGnKpVHlZDWjUijV1Li+stqVtQsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7Hf91ceR8+9XbE90dYyDaI6BAAmKimI+iYBtn2UUm5RvLoYpYiqeWJKRYaSBaaqflSAAAh+QQJCQADACwAAAAAQABAAAACeZyPqQrtD5actCaIc7S8Gw1i3iiFpkOmB2hBKpm9sufOdove+pTv/tX4CVeb4bBoTCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0ut0cLPfEe/CDXOMX6BVDWLh0yBDidNL41GgiBZkoGXGyUwAAIfkECQkAAwAsAAAAAEAAQAAAAnecj6lr4A+YnLQ2iLPdHOUPduICluY4YtuJrlE7lPDsavQ9ffjOqPzvcQCHxKLxiEwql8ym8wmNSqfUqvWKzWq33K73Cw6Lx+Sy+YxOq9fstvsNj8vn9LriEbZ1Q3s+7fXDkoJXZAIooXNkuAjBxGj49OhDBclTAAAh+QQJCQADACwAAAAAQABAAAACfpyPqcvtD+MBtFqJ87K8Bw2GRneJJkZS5xql7NuQ8KzI9D10+K3vc+97AYMrDhE2PIqMymKpaXpCl4Cp9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+d0dEXNPCfHe37e3CcWGDYIVvhlA5hI5qLXyJiiAhkp1UX5yHV5VydSAAA7");
}
.dx-loadindicator-icon-custom {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transform-origin: 50% 50%;
  animation: 1.5s linear infinite dx-loadindicator-icon-custom-rotate;
}
@keyframes dx-loadindicator-icon-custom-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.dx-loadindicator-container > .dx-loadindicator {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -16px;
  margin-left: -16px;
}
.dx-loadindicator-container > .dx-loadindicator.dx-loadindicator {
  margin-top: -16px;
  margin-left: -16px;
}
.dx-loadindicator-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-loadindicator-icon {
  direction: ltr;
  position: relative;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}
.dx-loadindicator-icon .dx-loadindicator-segment {
  position: absolute;
  width: 19%;
  height: 30%;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  background: #467e8a;
  border-radius: 10% 10% 50% 50%;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  animation: 1s linear infinite dx-generic-loadindicator-opacity;
}
@keyframes dx-generic-loadindicator-opacity {
  from {
    opacity: 1;
  }
  to {
    opacity: .55;
  }
}
.dx-loadindicator-icon .dx-loadindicator-segment0 {
  transform: rotate(0) translate(0,-142%);
  animation-delay: 0s;
}
.dx-loadindicator-icon .dx-loadindicator-segment1 {
  transform: rotate(45deg) translate(0,-142%);
  animation-delay: -875ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment2 {
  transform: rotate(90deg) translate(0,-142%);
  animation-delay: -.75s;
}
.dx-loadindicator-icon .dx-loadindicator-segment3 {
  transform: rotate(135deg) translate(0,-142%);
  animation-delay: -625ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment4 {
  transform: rotate(180deg) translate(0,-142%);
  animation-delay: -.5s;
}
.dx-loadindicator-icon .dx-loadindicator-segment5 {
  transform: rotate(225deg) translate(0,-142%);
  animation-delay: -375ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment6 {
  transform: rotate(270deg) translate(0,-142%);
  animation-delay: -.25s;
}
.dx-loadindicator-icon .dx-loadindicator-segment7 {
  transform: rotate(315deg) translate(0,-142%);
  animation-delay: -125ms;
}
.dx-loadindicator-icon .dx-loadindicator-segment10,
.dx-loadindicator-icon .dx-loadindicator-segment11,
.dx-loadindicator-icon .dx-loadindicator-segment12,
.dx-loadindicator-icon .dx-loadindicator-segment13,
.dx-loadindicator-icon .dx-loadindicator-segment14,
.dx-loadindicator-icon .dx-loadindicator-segment15,
.dx-loadindicator-icon .dx-loadindicator-segment8,
.dx-loadindicator-icon .dx-loadindicator-segment9 {
  display: none;
}
.dx-rtl .dx-loadindicator-icon {
  right: 15%;
  left: 0;
}
.dx-treeview-loadindicator-wrapper {
  text-align: center;
}
.dx-treeview-node-loadindicator {
  position: absolute;
}
.dx-treeview {
  height: 100%;
}
.dx-treeview .dx-scrollable:focus,
.dx-treeview :focus {
  outline: 0;
}
.dx-treeview .dx-empty-message {
  line-height: normal;
}
.dx-checkbox + .dx-treeview-node-container,
.dx-treeview-node-container:first-child {
  margin: 0;
  display: block;
}
.dx-treeview-select-all-item {
  width: 100%;
}
.dx-treeview-node-container {
  list-style-position: inside;
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;
}
.dx-treeview-node-container.dx-treeview-node-container-opened {
  display: block;
}
.dx-treeview-node {
  list-style-type: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-treeview-node a {
  text-decoration: none;
}
.dx-treeview-node .dx-checkbox {
  position: absolute;
  margin: 0;
}
.dx-treeview-item .dx-treeview-item-content span {
  vertical-align: middle;
}
.dx-treeview-item.dx-state-disabled {
  opacity: .5;
}
.dx-treeview-toggle-item-visibility.dx-state-disabled {
  cursor: default;
}
.dx-rtl .dx-treeview-node-container .dx-treeview-node,
.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item,
.dx-rtl .dx-treeview-node-container:first-child>.dx-treeview-node {
  padding-left: 0;
}
.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-treeview-item-content > .dx-icon {
  margin-right: 0;
}
.dx-rtl .dx-treeview-toggle-item-visibility {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.dx-treeview-node-loadindicator {
  right: 0;
  top: 8px;
  left: -1px;
  width: 14px;
  height: 14px;
}
.dx-rtl .dx-treeview-node .dx-checkbox {
  left: auto;
}
.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-treeview-select-all-item {
  padding-left: 0;
  padding-right: 26px;
}
.dx-treeview.dx-rtl.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
  padding-left: 1px;
  padding-right: 7px;
}
.dx-treeview.dx-rtl .dx-treeview-node {
  padding-right: 15px;
}
.dx-treeview.dx-rtl .dx-treeview-item .dx-treeview-item-content > .dx-icon {
  margin-left: 5px;
}
.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-treeview-item {
  padding-right: 36px;
}
.dx-treeview.dx-rtl .dx-treeview-item-with-checkbox .dx-checkbox {
  right: 19px;
  overflow: visible;
}
.dx-treeview.dx-rtl .dx-treeview-select-all-item {
  padding-left: 0;
  padding-right: 19px;
}
.dx-treeview.dx-rtl .dx-treeview-select-all-item .dx-checkbox-text {
  padding-left: 0;
  padding-right: 31px;
}
.dx-treeview.dx-rtl .dx-treeview-toggle-item-visibility {
  right: -4px;
}
.dx-treeview-search {
  margin-bottom: 5px;
}
.dx-treeview-with-search > .dx-scrollable {
  height: calc(100% - 41px);
}
.dx-treeview-border-visible {
  border: 1px solid #dedede;
}
.dx-treeview-border-visible .dx-treeview-select-all-item {
  padding-left: 26px;
}
.dx-treeview-border-visible .dx-scrollable-content > .dx-treeview-node-container {
  padding: 1px 1px 1px 7px;
}
.dx-treeview-select-all-item {
  margin: 0 0 7px;
  border-bottom: 1px solid #dedede;
  padding: 9px 0 11px 20px;
}
.dx-treeview-select-all-item .dx-checkbox-text {
  padding-left: 31px;
}
.dx-treeview-node {
  padding-left: 15px;
}
.dx-state-selected > .dx-treeview-item {
  color: #28484f;
}
.dx-treeview-item-with-checkbox .dx-treeview-item {
  color: #28484f;
  padding-left: 36px;
}
.dx-treeview-item-with-checkbox .dx-checkbox {
  top: 5px;
  left: 19px;
}
.dx-treeview-item-with-checkbox.dx-state-focused > .dx-checkbox .dx-checkbox-icon {
  border: 1px solid #3cbab2;
}
.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
  color: #28484f;
  background-color: rgba(0,0,0,.1);
}
.dx-treeview-item-without-checkbox.dx-state-selected:not(.dx-state-focused) > .dx-treeview-item.dx-state-hover {
  background-color: rgba(0,0,0,.2);
}
.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
  background-color: #3cbab2;
  color: #fff;
}
.dx-treeview-item {
  display: block;
  cursor: pointer;
  padding: 5px 6px;
  min-height: 32px;
}
.dx-treeview-item .dx-treeview-item-content > .dx-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-treeview-item.dx-state-hover {
  background-color: rgba(222,222,222,.2);
  color: #28484f;
}
.dx-treeview-toggle-item-visibility {
  position: absolute;
  cursor: pointer;
  font: 22px/22px DXIcons;
  text-align: center;
  color: #728e94;
  width: 21px;
  height: 32px;
  top: 0;
  left: -4px;
}
.dx-treeview-toggle-item-visibility::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -11px;
}
.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened {
  font: 22px/22px DXIcons;
  text-align: center;
}
.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  top: 50%;
  margin-top: -11px;
  left: 50%;
  margin-left: -11px;
}
.dx-menu-base {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-menu-base .dx-menu-item-wrapper,
.dx-menu-base .dx-menu-items-container {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-menu-base .dx-menu-items-container {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
.dx-menu-base .dx-state-disabled,
.dx-menu-base.dx-state-disabled .dx-menu-items-container {
  cursor: default;
}
.dx-menu-base .dx-menu-item {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.dx-menu-base .dx-menu-item.dx-state-disabled {
  opacity: .5;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content {
  white-space: nowrap;
  height: 100%;
  width: 100%;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: inline;
  vertical-align: middle;
  overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
}
.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
  height: 100%;
}
.dx-menu-base.dx-rtl {
  text-align: right;
}
.dx-menu-base.dx-rtl .dx-menu-item-popout-container {
  left: 0;
  right: auto;
}
.dx-menu-item {
  color: #28484f;
}
.dx-menu-item.dx-state-hover {
  color: #28484f;
  background-color: rgba(0,0,0,.04);
}
.dx-menu-item.dx-state-focused {
  background-color: #3cbab2;
  color: #fff;
}
.dx-menu-item.dx-menu-item-has-text .dx-icon {
  margin-right: -18px;
}
.dx-menu-item-selected {
  background-color: #dcdcdc;
  color: #28484f;
}
.dx-menu-item-selected.dx-state-focused {
  background-color: rgba(60,186,178,.7);
  color: #fff;
}
.dx-menu-item-expanded {
  color: #28484f;
  background-color: rgba(0,0,0,.04);
}
.dx-menu-item-expanded,
.dx-menu-item.dx-state-active,
.dx-menu-item.dx-state-focused {
  outline: 0;
}
.dx-menu-base input,
.dx-menu-base textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-menu-base.dx-state-focused {
  outline: 0;
}
.dx-menu-base .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}
.dx-menu-base .dx-menu-item-content {
  padding: 3px 5px 7px;
}
.dx-menu-base .dx-menu-item-content .dx-menu-item-text {
  padding: 3px 25px 5px 23px;
}
.dx-menu-base .dx-menu-item-content .dx-menu-item-popout {
  min-width: 7px;
  min-height: 7px;
}
.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-text {
  padding: 3px 23px 5px 25px;
}
.dx-menu-base.dx-rtl .dx-menu-item-content .dx-icon {
  margin-left: auto;
  margin-right: auto;
}
.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container {
  margin-left: 0;
  margin-right: auto;
}
.dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
  transform: scaleX(-1);
}
.dx-menu-base.dx-rtl .dx-menu-item-has-text .dx-icon {
  margin-left: -18px;
}
.dx-menu {
  position: relative;
  color: #28484f;
}
.dx-menu-horizontal {
  height: 100%;
}
.dx-menu-horizontal::after {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.dx-menu-horizontal .dx-menu-item-wrapper {
  display: inline-block;
}
.dx-menu-horizontal .dx-menu-separator {
  display: inline-block;
  margin: 0 15px 0 0;
}
.dx-menu-vertical {
  height: 100%;
}
.dx-menu-vertical::after {
  height: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}
.dx-menu-vertical .dx-menu-item-wrapper {
  display: block;
}
.dx-menu-vertical .dx-menu-separator {
  margin: 0 0 15px;
}
.dx-rtl.dx-menu {
  text-align: right;
}
.dx-context-menu-container-border {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.dx-context-menu-content-delimiter {
  position: absolute;
  display: none;
  z-index: 2000;
  cursor: pointer;
  background-color: #fff;
}
.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
  left: auto;
  right: 0;
  font-size: 18px;
}
.dx-rtl .dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility,
.dx-rtl.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
  left: 0;
  right: auto;
}
.dx-menu-adaptive-mode .dx-treeview-item {
  cursor: pointer;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
  padding: 1px;
  border-bottom: 1px solid #dedede;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
  padding-left: 15px;
}
.dx-rtl .dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content,
.dx-rtl.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
  padding-right: 15px;
}
.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node:last-child {
  border-bottom: none;
}
.dx-menu-adaptive-mode-overlay-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content {
  display: flex;
}
.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content .dx-treeview {
  height: auto;
  flex: 1 1 auto;
}
.dx-menu .dx-menu-item-expanded {
  background-color: #fff;
}
.dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
  margin: 0 19px 0 3px;
}
.dx-menu .dx-menu-item-has-text .dx-menu-item-text {
  padding: 3px 5px 5px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
  padding: 3px 19px 5px 5px;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-menu .dx-menu-horizontal .dx-menu-item-popout::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-menu .dx-menu-vertical .dx-menu-item-popout::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
  margin: 0 3px 0 19px;
}
.dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text {
  padding: 3px 5px 5px 0;
}
.dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
  padding: 3px 5px 5px 19px;
}
.dx-menu-adaptive-mode {
  background-color: #fff;
}
.dx-menu-adaptive-mode .dx-treeview {
  border: 1px solid #dedede;
  border-radius: 2px;
}
.dx-menu-adaptive-mode .dx-treeview,
.dx-menu-adaptive-mode .dx-treeview.dx-state-focused {
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-node .dx-treeview-toggle-item-visibility {
  color: inherit;
}
.dx-menu-adaptive-mode .dx-treeview-node.dx-state-focused .dx-treeview-toggle-item-visibility {
  color: #fff;
}
.dx-selectbox {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input {
  max-width: 100%;
}
.dx-selectbox .dx-texteditor-input:-moz-read-only {
  cursor: pointer;
}
.dx-selectbox .dx-texteditor-input:read-only {
  cursor: pointer;
}
.dx-selectbox-container {
  position: relative;
}
.dx-state-disabled .dx-selectbox .dx-texteditor-input,
.dx-state-disabled.dx-selectbox .dx-texteditor-input {
  cursor: default;
}
.dx-selectbox-popup-wrapper .dx-overlay-content {
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dx-selectbox-popup-wrapper .dx-list {
  background-color: #f5f5f5;
}
.dx-toolbar .dx-button-content::after {
  display: none;
}
.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container,
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container {
  height: 100%;
}
.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container .dx-toolbar-before,
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-items-container .dx-toolbar-before {
  position: relative;
}
.dx-device-mobile .dx-toolbar.dx-toolbar-multiline .dx-toolbar-item,
.dx-toolbar.dx-toolbar-multiline .dx-toolbar-item {
  display: inline-block;
}
.dx-toolbar .dx-button .dx-icon {
  box-sizing: content-box;
}
.dx-toolbar-items-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dx-toolbar-item {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  box-sizing: content-box;
}
.dx-toolbar-item .dx-tabs {
  table-layout: auto;
}
.dx-toolbar-item img {
  display: block;
}
.dx-toolbar-menu-container {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
  box-sizing: content-box;
}
.dx-toolbar-menu-container .dx-tabs {
  table-layout: auto;
}
.dx-toolbar-menu-container img {
  display: block;
}
.dx-toolbar-group {
  float: left;
  margin: 0 10px;
}
.dx-toolbar-after,
.dx-toolbar-before {
  position: absolute;
}
.dx-toolbar-center:empty {
  display: none;
}
.dx-toolbar-before {
  left: 0;
}
.dx-toolbar-after {
  right: 0;
}
.dx-toolbar-label {
  white-space: nowrap;
  -webkit-user-drag: none;
}
.dx-toolbar-label .dx-toolbar-item-content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-toolbar-label > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -5px;
  padding: 0 5px;
}
.dx-toolbar-center {
  margin: 0 auto;
  text-align: center;
}
.dx-toolbar-after,
.dx-toolbar-before,
.dx-toolbar-center {
  top: 0;
  display: table;
  height: 100%;
}
.dx-rtl .dx-toolbar-before {
  right: 0;
  left: auto;
}
.dx-rtl .dx-toolbar-after {
  right: auto;
  left: 0;
}
.dx-toolbar-menu-section:empty {
  display: none;
}
.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom > .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button > .dx-list-item-content {
  padding: 0;
}
.dx-toolbar-menu-section.dx-toolbar-menu-last-section {
  border-bottom: none;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
  border: none;
  background: 0 0;
  margin: 0;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-text {
  line-height: normal;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content {
  text-align: left;
}
.dx-rtl .dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content,
.dx-rtl.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content {
  text-align: right;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-toolbar-item-auto-hide {
  padding: 0;
}
.dx-toolbar-text-auto-hide .dx-button .dx-button-text {
  display: none;
}
.dx-toolbar-item-content > .dx-texteditor {
  width: 150px;
}
.dx-toolbar-item-invisible {
  display: none;
}
.dx-toolbar-hidden-button-group.dx-state-hover {
  background-color: transparent;
}
.dx-toolbar-hidden-button-group .dx-list-item-content,
.dx-toolbar-hidden-button-group .dx-list-item-content .dx-toolbar-item-auto-hide {
  padding: 0;
}
.dx-toolbar-hidden-button-group .dx-buttongroup {
  width: 100%;
}
.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper {
  flex-direction: column;
}
.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item {
  border: none;
  text-align: left;
}
.dx-rtl .dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item,
.dx-rtl.dx-toolbar-hidden-button-group .dx-buttongroup .dx-buttongroup-wrapper .dx-buttongroup-item {
  text-align: right;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list {
  min-height: 0;
  min-width: 100px;
  border-radius: 8px;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item {
  display: block;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item-content {
  display: block;
}
.dx-dropdownmenu-popup-wrapper .dx-overlay-content .dx-popup-content {
  padding: 1px;
}
.dx-dropdownmenu-popup-wrapper .dx-list-item {
  display: block;
  border-top: 0;
}
.dx-overlay-wrapper.dx-dropdownmenu-popup .dx-overlay-content .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-toolbar {
  width: 100%;
  background-color: #f5f5f5;
  color: #28484f;
  padding: 0;
  overflow: visible;
}
.dx-toolbar .dx-toolbar-before {
  padding-right: 15px;
}
.dx-rtl.dx-toolbar .dx-toolbar-before {
  padding-right: 0;
  padding-left: 15px;
}
.dx-toolbar .dx-toolbar-after {
  padding-left: 15px;
}
.dx-rtl.dx-toolbar .dx-toolbar-after {
  padding-left: 0;
  padding-right: 15px;
}
.dx-toolbar .dx-toolbar-after:empty,
.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 0 0 5px;
}
.dx-rtl.dx-toolbar .dx-toolbar-menu-container,
.dx-toolbar .dx-toolbar-item {
  padding: 0 5px 0 0;
}
.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  padding-left: 20px;
}
.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-rtl.dx-toolbar .dx-toolbar-item {
  padding: 0 0 0 5px;
}
.dx-rtl.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-device-mobile .dx-toolbar {
  padding: 0;
  overflow: visible;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-before {
  padding-right: 15px;
}
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-before {
  padding-right: 0;
  padding-left: 15px;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-after {
  padding-left: 15px;
}
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-after {
  padding-left: 0;
  padding-right: 15px;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-after:empty,
.dx-device-mobile .dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
  padding: 0 0 0 5px;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-menu-container {
  padding: 0 5px 0 0;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  padding-left: 20px;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item {
  padding: 0 0 0 5px;
}
.dx-rtl.dx-device-mobile .dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-device-mobile .dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-toolbar.dx-state-disabled {
  opacity: 1;
}
.dx-toolbar.dx-toolbar-compact .dx-button {
  min-width: auto;
}
.dx-toolbar-after .dx-toolbar-item,
.dx-toolbar-after .dx-toolbar-item:last-child {
  padding: 0 0 0 5px;
}
.dx-toolbar-after .dx-toolbar-item:first-child {
  padding: 0;
}
.dx-rtl.dx-toolbar-after .dx-toolbar-item:first-child {
  padding-left: 5px;
}
.dx-device-mobile .dx-toolbar-after .dx-toolbar-item,
.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:last-child {
  padding: 0 0 0 5px;
}
.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child {
  padding: 0;
}
.dx-rtl.dx-device-mobile .dx-toolbar-after .dx-toolbar-item:first-child {
  padding-left: 5px;
}
.dx-toolbar-background {
  background-color: #f5f5f5;
}
.dx-toolbar-menu-section {
  border-bottom: 1px solid #dedede;
}
.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button-content,
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide .dx-button-content {
  padding: 0;
}
.dx-toolbar-menu-section .dx-button-content {
  padding: 4px;
}
.dx-toolbar-menu-section .dx-toolbar-item-auto-hide {
  padding: 5px 10px;
}
.dx-toolbar-text-auto-hide .dx-button .dx-button-content {
  padding: 8px;
}
.dx-toolbar-text-auto-hide .dx-button .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 0;
  margin-left: 0;
}
.dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon,
.dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon,
.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right {
  margin-left: 0;
  margin-right: 0;
}
.dx-rtl .dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right,
.dx-rtl.dx-toolbar-text-auto-hide .dx-button .dx-icon.dx-icon-right {
  margin-right: 0;
  margin-left: 0;
}
.dx-toolbar .dx-tab {
  padding: 4px;
}
.dx-toolbar-button .dx-menu .dx-menu-item {
  border: 1px solid transparent;
  border-radius: 2px;
}
.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content {
  padding-top: 7px;
  padding-bottom: 8px;
  line-height: 0;
}
.dx-toolbar-button .dx-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  line-height: normal;
}
.dx-toolbar-hidden-button-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dx-toolbar-hidden-button-group .dx-buttongroup-wrapper .dx-buttongroup-item.dx-button .dx-button-content {
  padding: 5px 10px;
}
.dx-popup-draggable .dx-popup-title {
  cursor: move;
  touch-action: pinch-zoom;
}
.dx-overlay-content > .dx-template-wrapper.dx-popup-title {
  height: auto;
  width: auto;
}
.dx-overlay-content .dx-popup-content > .dx-template-wrapper {
  height: 100%;
  width: 100%;
}
.dx-overlay-content .dx-popup-content {
  box-sizing: content-box;
}
.dx-popup-flex-height {
  display: flex;
  flex-wrap: wrap;
}
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-bottom,
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-title {
  width: 100%;
}
.dx-popup-flex-height .dx-popup-content {
  box-sizing: border-box;
  height: auto;
  flex: 1;
  max-width: 100%;
  flex-basis: 100%;
}
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-widget {
  max-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper>.dx-scrollable-container,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-popup-inherit-height .dx-popup-content>.dx-template-wrapper>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper>.dx-scrollable-container {
  max-height: inherit;
  min-height: inherit;
}
.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-widget {
  max-height: inherit;
}
.dx-dialog-root .dx-overlay-shader {
  background-color: #444;
}
.dx-prevent-safari-scrolling {
  position: fixed;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
}
.dx-popup-wrapper > .dx-overlay-content {
  border: 1px solid #dedede;
  background: #f5f5f5;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius: 4px;
}
.dx-popup-wrapper > .dx-popup-fullscreen {
  border-radius: 0;
}
.dx-popup-title {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  white-space: normal;
  position: relative;
  padding: 6px 20px;
  min-height: 28px;
  border-bottom: 1px solid #dedede;
  background: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-popup-title.dx-toolbar {
  padding: 6px 20px;
  overflow: visible;
  box-shadow: none;
}
.dx-popup-title.dx-toolbar .dx-toolbar-before {
  padding-right: 15px;
}
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-before {
  padding-right: 0;
  padding-left: 15px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-after {
  padding-left: 15px;
}
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-after {
  padding-left: 0;
  padding-right: 15px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-title.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 0 0 10px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 10px 0 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  padding-left: 20px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item {
  padding: 0 0 0 10px;
}
.dx-rtl.dx-popup-title.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-popup-title.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-popup-title.dx-toolbar.dx-has-close-button .dx-toolbar-after .dx-toolbar-button:nth-last-child(2) {
  padding-right: 0;
}
.dx-rtl .dx-popup-title.dx-toolbar.dx-has-close-button .dx-toolbar-after .dx-toolbar-button:nth-last-child(2) {
  padding-left: 0;
}
.dx-popup-title .dx-closebutton {
  display: block;
  position: relative;
  left: 10px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.dx-rtl .dx-popup-title .dx-closebutton {
  left: 0;
  right: 10px;
}
.dx-popup-title .dx-closebutton .dx-icon {
  box-sizing: border-box;
}
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-icon,
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-icon {
  opacity: .6;
}
.dx-state-disabled .dx-popup-title .dx-closebutton .dx-button-text,
.dx-state-disabled.dx-popup-title .dx-closebutton .dx-button-text {
  opacity: .5;
}
.dx-popup-content {
  -webkit-user-drag: none;
  padding: 20px;
}
.dx-popup-content > .dx-button {
  margin: 0 10px;
}
.dx-popup-bottom {
  background: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-popup-bottom.dx-toolbar {
  padding: 20px;
  overflow: visible;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-before {
  padding-right: 15px;
}
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-before {
  padding-right: 0;
  padding-left: 15px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-after {
  padding-left: 15px;
}
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-after {
  padding-left: 0;
  padding-right: 15px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,
.dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 0 0 10px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 10px 0 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  padding-left: 20px;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item {
  padding: 0 0 0 10px;
}
.dx-rtl.dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-popup-bottom.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar {
  padding: 20px;
  overflow: visible;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
  padding-right: 15px;
}
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before {
  padding-right: 0;
  padding-left: 15px;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after {
  padding-left: 15px;
}
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after {
  padding-left: 0;
  padding-right: 15px;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-after:empty,
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-before:empty {
  padding: 0;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-items-container {
  height: 36px;
  overflow: visible;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 0 0 10px;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item,
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-menu-container {
  padding: 0 10px 0 0;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-first-in-group {
  padding-left: 20px;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item {
  padding: 0 0 0 10px;
}
.dx-rtl.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-item:last-child {
  padding: 0;
}
.dx-device-mobile .dx-popup-bottom.dx-toolbar .dx-toolbar-label {
  font-size: 20px;
}
.dx-popup-bottom .dx-button {
  min-width: 100px;
}
.dx-popup-content.dx-dialog-content {
  min-width: 180px;
  padding: 20px;
}
.dx-dialog-message {
  padding: 0;
}
.dx-dropdownbutton {
  display: inline-block;
}
.dx-dropdownbutton-content.dx-popup-content {
  padding: 0;
}
.dx-dropdownbutton-content .dx-list .dx-empty-message,
.dx-dropdownbutton-content .dx-list .dx-list-item {
  border: none;
}
.dx-dropdownbutton-toggle.dx-button .dx-button-content {
  padding-left: 0;
  padding-right: 0;
}
.dx-rtl .dx-dropdownbutton-toggle {
  border-right-width: 0;
}
.dx-dropdownbutton-action.dx-button .dx-button-content {
  padding-left: 10px;
  padding-right: 4px;
}
.dx-rtl .dx-dropdownbutton-action.dx-button .dx-button-content {
  padding-left: 4px;
  padding-right: 10px;
}
.dx-dropdownbutton-action.dx-buttongroup-last-item.dx-button .dx-button-content {
  padding-left: 10px;
  padding-right: 0;
}
.dx-rtl .dx-dropdownbutton-action.dx-buttongroup-last-item.dx-button .dx-button-content {
  padding-left: 0;
  padding-right: 10px;
}
.dx-dropdownbutton:not(.dx-dropdownbutton-has-arrow) .dx-button-has-icon:not(.dx-button-has-text) .dx-button-content {
  padding-left: 5px;
  padding-right: 5px;
}
.dx-dropdownbutton:not(.dx-dropdownbutton-has-arrow) .dx-button-has-text.dx-button .dx-button-content {
  padding-left: 10px;
  padding-right: 10px;
}
.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
  border-right-width: 0;
  border-left-width: 1px;
}
.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
  border-right-width: 1px;
  border-left-width: 0;
}
.dx-dropdownbutton .dx-button {
  overflow: hidden;
}
.dx-dropdownbutton .dx-button-has-text .dx-icon.dx-icon-right {
  margin-left: 4px;
  margin-right: 0;
}
.dx-dropdownbutton-toggle {
  display: flex;
  flex: 0 0 auto;
  max-width: 20px;
}
.dx-dropdownbutton-action {
  min-width: 0;
}
.dx-dropdownbutton-popup-wrapper {
  height: 100%;
}
.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-dropdownbutton-popup-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-dropdownbutton-popup-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-dropdownbutton-popup-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-dropdownbutton-popup-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-dropdownbutton-popup-wrapper .dx-empty-message,
.dx-dropdownbutton-popup-wrapper .dx-list-item {
  border-top: 0;
}
.dx-dropdownbutton-popup-wrapper .dx-empty-message:last-of-type,
.dx-dropdownbutton-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-actionsheet-popup-wrapper .dx-overlay-content {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-user-drag: none;
}
.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button,
.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.dx-actionsheet-cancel,
.dx-actionsheet-item {
  width: 100%;
}
.dx-state-disabled .dx-actionsheet-container .dx-button {
  cursor: default;
}
.dx-actionsheet-popover-wrapper .dx-popup-title,
.dx-actionsheet-popup-wrapper .dx-popup-title {
  word-wrap: break-word;
}
.dx-actionsheet-container .dx-actionsheet-item {
  margin: 0 0 10px;
}
.dx-actionsheet-container .dx-button,
.dx-button.dx-actionsheet-cancel {
  margin: 0;
}
.dx-tileview div.dx-scrollable-container {
  overflow-y: hidden;
}
.dx-tile {
  position: absolute;
  color: #28484f;
  background-color: #f5f5f5;
  border: 1px solid rgba(222,222,222,.6);
  text-align: left;
}
.dx-tile-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
.dx-tileview-wrapper {
  position: relative;
  height: 1px;
}
.dx-device-ios-6 .dx-tile {
  backface-visibility: hidden;
}
.dx-tile.dx-state-focused,
.dx-tile.dx-state-hover {
  background-color: #f5f5f5;
  border-color: rgba(60,186,178,.4);
}
.dx-tile.dx-state-active {
  transform: scale(.96);
  transition: transform .1s linear;
  background-color: rgba(86,86,86,.2);
  color: #28484f;
  border-color: transparent;
}
.dx-toast-content {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  padding: 10px;
  box-shadow: 0 2px 3px 0 transparent;
  border-radius: 4px;
}
.dx-toast-icon {
  display: inline-flex;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.dx-toast-message {
  display: inline-flex;
  line-height: 16px;
}
.dx-rtl .dx-toast-icon {
  margin-left: 10px;
  margin-right: 0;
}
.dx-toast-info {
  background-color: #3cbab2;
}
.dx-toast-info .dx-toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABoklEQVRIx63WPUvDQBjA8QMFsZNLlgpxtINjBsFVqINghm4dRAe/Rpdm6UcQHERwUYdAJ8HvkKHEQdrPEBQUrf7PoabtveSSSrit3PPjeve8RCCsyyMkIiYlAzJSYiJCPPt+248BfRKkdSX0CcoZnx7jAiJfY3r4LqbNsITI15B2EdNlVBGRSEZ0bUyXyQqIRDJZQIu/M1oRmZ2ovcz4zjt558NxR/6C6Vk2fHLPOXtsIhA0aHHGA1/Gvl7OBMYT/3BF05poTS5Be/5gxvQ15JWjgtyerWPelP19hMDTMvabQyciEJwoJ0rwBKF2lutSRCC4UWJCQaQx+5WYAyUmEsQas1WJ2VJiYkGqMTuVmG0lJhVkGnNaiblQYjKhZYHkmY1SpMGLEoN5Gskt605kjTstIjPvRiJ50tuSksePxv7UfKm8HAe0DGKXgZbB85eKHLWdKkjHUpjzvAmdHaUKIgnNmrIzLiTBs1W4ybiQvwq39RuV6TB1jpvA1f1yxo0sdT9XLy5DlF5cPBmmq0yG2uZUbVOzthle2xdFbd83//za+gXw/JH9LjmoAgAAAABJRU5ErkJggg==");
}
.dx-toast-warning {
  background-color: #ffc852;
}
.dx-toast-warning .dx-toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABJklEQVRIx62WvW2EQBBGpwlSArdgSrBESuKIQhySLJJbcAuXrXTZteCAAG3GlWBRwVsHB+Ykw8zeafVlaPSY/1lBdlXQ0OMJzMBMwNPTUOzb732scAzEXQ04KhtT0jEdIFZNdJQapuZsIFadqY8wLWMiJBIZafcwLdcHIJHIdQNt4YwPQm4e1feYMjkn/3NUbpjuSUgk0q2YSinx5xL0SSl/dcM45V8r5qLYOEQoDjs2FTNQCI0a+deC+VatGqFPwugD0gs+A8YLQTW4LJgf1SoIcxJG751ZIAMGy5sp1ZuQgHkxMMGqVJq81Tdp6q0unnhFeDMK3lgz9b6k+MOaKX3CUzDO3jd2UH/7JtP2y7aLM12GbHcq29XMdsOzvSiyvW+efG39AmPXSbHWZjgLAAAAAElFTkSuQmCC");
}
.dx-toast-error {
  background-color: #f74a5e;
}
.dx-toast-error .dx-toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABeklEQVRIx62WMWrDQBBFx01I5zQinQ5hdINA3Kp3mUNEnSBIdwgEcgeBC18gVRojjDr7BklUxAE3b1NYihVrdmWbZbpl9FjN/zOzgqgREJNTUFEDNRUFOTGBnq8dRmQsMWosyYiGMSEpawuijTUpoQszZT6AaGPO1IaZsToRYjCsmGmYGZszIAbD5gA6/M7qTMj+RtMuJjy5Jv0ahQdMeiHEYEhbTKRK/KN+9K3IH+0xmZK+4Jb33mnChM/eaYYIgeLYBdcI4yNQgiBM+Oo5OxBi5S5l0ztdUNJoGrPr5cdCrtbgGOSCGHKhsCjQBbkhhkKorFK2oKsBiKESaocnys58sUMMtYDTXA8NZMSbIwv3bZJO/48VH3VuY6/NYwO4V+Tv1aYYgMTsVB8dKZUPQmyG/OcbzcUvijot6IYPzcVaT225UyQuCRjxrGyLwNbhW54Un5S8KrmZa96cGn/zxtP08zaLPW0Gb3vK29b0tsO9vSi8vW8ufG39AnvvGenmMu5AAAAAAElFTkSuQmCC");
}
.dx-toast-success {
  background-color: #72d63c;
}
.dx-toast-success .dx-toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAABlklEQVRIx62Wv0rDUBSHTxE6uHTKGhDEzS2jg4vUMeBmX8BR8AFiJQEfwck3cAh2cxBcXEup3VoHF3UxS1FBvuvQhPy5N0lTwplyknz33HN+95wriNEsXAJCZkRAxIyQABfL/L3J6eAzRhltjI9Tj7HxmJcgEpvjYVdh+oxqEImN6JdhBkzXhCgUUwYmzIBFA4hCsUhB6XamDSGriPpZjL12TvQc2SnG2xCiUHgJxqktcdbe+SmU31lh/AaQJQ4HfOR8PiJYpYrVDU4RhD1+c8q2BLdBLNdxXW8KflcI1obcs4UgnGlvAiE0/DDhW/O90EMQDnMbWlkozDTnMz2OC6AvdhGEHT4Ny86EqOB6i1fNgv44QhC2mRi3Gwlozqs4kSnoHEHocFdWQT0ahWKYA93GT5elyY9MucmDHukiCCeGuDO5CUteJaAOgrDPskIKYZVuhpkG/1qpqKBaxRcIQpeHGmG6dWfKM0hfnxZW/Ql/qj0k/ib9Rh83Tqvdr7Ve3NJkaG1OtTY1W5vhrd0oWrvfbHjb+gdn1DPEHv9HmQAAAABJRU5ErkJggg==");
}
.dx-popover-wrapper .dx-popover-arrow::after {
  width: 14.1422712488px;
  height: 14.1422712488px;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 20px;
  height: 10px;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 10px;
  height: 20px;
}
.dx-popover-arrow {
  position: absolute;
  z-index: 2000;
  overflow: hidden;
}
.dx-popover-arrow::after {
  position: absolute;
  display: block;
  overflow: hidden;
  content: " ";
  transform: rotate(-45deg);
}
.dx-popover-wrapper.dx-position-top .dx-popover-arrow::after {
  top: 0;
  left: 0;
  transform-origin: top left;
}
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow::after {
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  background: #f5f5f5;
}
.dx-popover-wrapper.dx-position-left .dx-popover-arrow::after {
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
}
.dx-popover-wrapper.dx-position-right .dx-popover-arrow::after {
  top: 0;
  right: 0;
  transform-origin: top right;
}
.dx-popover-wrapper .dx-overlay-content {
  overflow: visible;
}
.dx-popover-wrapper .dx-popup-content {
  overflow: hidden;
}
.dx-device-ios .dx-popover-arrow::after {
  -webkit-transform: rotate(-45deg) translateZ(0);
}
.dx-popover-wrapper .dx-popup-title {
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dx-popover-wrapper .dx-popup-title.dx-toolbar {
  padding-left: 15px;
}
.dx-popover-wrapper .dx-popover-arrow::after,
.dx-popover-wrapper.dx-popover-without-title .dx-popover-arrow::after {
  background: #f5f5f5;
}
.dx-popover-arrow::after {
  border: 1px solid #dedede;
}
.dx-popover-wrapper .dx-rtl.dx-popup-title.dx-toolbar {
  padding-right: 15px;
  padding-left: 0;
}
.dx-progressbar .dx-position-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-left .dx-progressbar-status,
.dx-progressbar .dx-position-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-right .dx-progressbar-status {
  display: table-cell;
  vertical-align: middle;
}
.dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-left .dx-progressbar-status,
.dx-progressbar .dx-position-top-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-left .dx-progressbar-status {
  float: left;
}
.dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-right .dx-progressbar-status,
.dx-progressbar .dx-position-top-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-right .dx-progressbar-status {
  float: right;
}
.dx-progressbar .dx-position-bottom-center .dx-progressbar-status,
.dx-progressbar .dx-position-top-center .dx-progressbar-status {
  text-align: center;
}
.dx-progressbar .dx-position-left .dx-progressbar-status {
  padding-right: 8px;
}
.dx-progressbar .dx-position-right .dx-progressbar-status {
  padding-left: 8px;
}
.dx-progressbar::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-progressbar-range-container {
  width: 100%;
}
.dx-progressbar-container {
  position: relative;
  width: 100%;
}
.dx-progressbar-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  direction: ltr;
}
.dx-progressbar-range {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.dx-progressbar-status {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
  font-size: 12px;
}
.dx-progressbar-animating-segment {
  display: none;
}
.dx-rtl .dx-progressbar .dx-progressbar-wrapper,
.dx-rtl.dx-progressbar .dx-progressbar-wrapper {
  direction: rtl;
}
.dx-progressbar-container {
  height: 6px;
  border: 1px solid #dedede;
  background-color: #dedede;
  border-radius: 2px;
}
.dx-progressbar-range {
  position: relative;
  border: 1px solid #3cbab2;
  background-color: #3cbab2;
  margin-top: -1px;
  box-sizing: content-box;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dx-progressbar-animating-container {
  width: 100%;
  height: 6px;
  background-color: #dedede;
  background-size: 90% 5px;
  border: 1px solid #dedede;
  border-radius: 2px;
  animation: 2s linear infinite dx-loader;
  background-image: linear-gradient(-90deg,transparent 5%,#3cbab2,transparent 95%);
  background-repeat: repeat;
}
.dx-state-disabled .dx-progressbar-range {
  background-color: rgba(60,186,178,.6);
}
.dx-state-disabled .dx-progressbar-animating-container {
  animation: none;
  background-position-x: 45%;
}
.dx-rtl .dx-progressbar .dx-progressbar-animating-container,
.dx-rtl.dx-progressbar .dx-progressbar-animating-container {
  animation: 2s linear infinite dx-loader-rtl;
  background-image: linear-gradient(-90deg,transparent 5%,#3cbab2,transparent 95%);
  background-repeat: repeat;
}
@keyframes dx-loader {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 900%;
  }
}
@keyframes dx-loader-rtl {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -900%;
  }
}
.dx-tooltip-wrapper .dx-overlay-content {
  min-width: 34px;
  min-height: 26px;
  text-align: center;
  line-height: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #28484f;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  border-radius: 2px;
}
.dx-tooltip-wrapper .dx-overlay-content::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
  display: inline-block;
  padding: 12px 17px;
  font-size: .85em;
  line-height: normal;
  white-space: nowrap;
}
.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow::after {
  border: 1px solid #dedede;
  background: #fff;
}
.dx-slider-label {
  position: absolute;
  font-size: .85em;
}
.dx-slider-label:last-child {
  right: 0;
  left: auto;
}
.dx-rtl .dx-slider-label:last-child {
  left: 0;
  right: auto;
}
.dx-slider-label-position-bottom {
  padding-bottom: 14px;
}
.dx-slider-label-position-top {
  padding-top: 14px;
}
.dx-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-slider::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-slider .dx-overlay-content {
  height: 28px;
}
.dx-slider .dx-overlay-content::before {
  display: none;
}
.dx-slider .dx-popover-wrapper .dx-popover-arrow::after {
  width: 9.8995898741px;
  height: 9.8995898741px;
}
.dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow {
  width: 14px;
  height: 7px;
}
.dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow,
.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow {
  width: 7px;
  height: 14px;
}
.dx-slider-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  height: 28px;
}
.dx-slider-bar {
  position: relative;
}
.dx-slider-range {
  position: absolute;
  top: 0;
  pointer-events: none;
  -webkit-user-drag: none;
}
.dx-slider-handle .dx-tooltip-wrapper .dx-popup-content {
  line-height: 0;
}
.dx-state-disabled .dx-slider-wrapper {
  cursor: default;
}
.dx-rtl .dx-slider-handle {
  right: auto;
  left: 0;
  margin-left: -7.5px;
}
.dx-slider-tooltip-on-hover .dx-tooltip {
  visibility: hidden;
}
.dx-slider-tooltip-on-hover.dx-state-active .dx-tooltip,
.dx-slider-tooltip-on-hover.dx-state-hover .dx-tooltip {
  visibility: visible;
}
.dx-slider .dx-tooltip-wrapper .dx-overlay-content {
  box-shadow: none;
}
.dx-slider .dx-state-active.dx-slider-handle {
  border: 1px solid #f5f5f5;
  background: #277873;
}
.dx-slider .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-slider .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
  border: 1px solid #f5f5f5;
  background: #30938d;
}
.dx-slider-bar {
  margin: 14px 7px;
  height: 4px;
  background: #dedede;
  border-radius: 2px;
}
.dx-slider-range {
  border: 1px solid transparent;
  height: 2px;
  box-sizing: content-box;
}
.dx-slider-range.dx-slider-range-visible {
  border: 1px solid #3cbab2;
  background: #3cbab2;
  border-radius: 2px;
}
.dx-slider-label-position-bottom .dx-slider-label {
  bottom: -17px;
}
.dx-slider-label-position-top .dx-slider-label {
  top: -14px;
}
.dx-slider-handle {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: auto;
  -webkit-user-drag: none;
  margin-top: -14px;
  margin-right: -7px;
  width: 14px;
  height: 28px;
  border: 1px solid #f5f5f5;
  background-color: #3cbab2;
  border-radius: 1px;
  box-sizing: content-box;
}
.dx-state-disabled .dx-slider,
.dx-state-disabled.dx-slider {
  opacity: 1;
}
.dx-state-disabled .dx-slider .dx-slider-bar,
.dx-state-disabled.dx-slider .dx-slider-bar {
  opacity: .5;
}
.dx-invalid .dx-slider-handle {
  background-color: #f74a5e;
}
.dx-invalid .dx-slider-range-visible {
  background-color: #f74a5e;
  border-color: #f74a5e;
}
.dx-invalid .dx-slider-bar {
  background-color: rgba(247,74,94,.4);
}
.dx-invalid .dx-state-focused.dx-slider-handle:not(.dx-state-active),
.dx-invalid .dx-state-hover.dx-slider-handle:not(.dx-state-active) {
  background: #f51933;
}
.dx-rangeslider-start-handle {
  top: 0;
  right: auto;
  left: 0;
  margin-left: -7px;
}
.dx-rtl .dx-rangeslider-start-handle {
  right: 0;
  left: auto;
  margin-right: -7px;
}
.dx-gallery {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pinch-zoom pan-y;
}
.dx-gallery-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.dx-gallery-wrapper > .dx-empty-message {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dx-gallery-container {
  position: relative;
  height: 100%;
}
.dx-gallery-item {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.dx-gallery-item-image {
  max-width: 100%;
  align-self: flex-start;
  flex-shrink: 0;
  height: auto;
  margin: auto;
}
.dx-gallery-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-gallery .dx-gallery-item-loop {
  display: none;
}
.dx-gallery-loop .dx-gallery-item-loop {
  display: inline-block;
  position: absolute;
}
.dx-gallery-item-invisible {
  visibility: hidden;
}
.dx-gallery-nav-button-next,
.dx-gallery-nav-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-size: 100% 100%;
}
.dx-gallery-nav-button-prev {
  left: 0;
}
.dx-gallery-nav-button-next {
  right: 0;
}
.dx-gallery-indicator {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 10px;
  font-size: 0;
  pointer-events: none;
  text-align: center;
}
.dx-state-disabled .dx-gallery-indicator-item,
.dx-state-disabled .dx-gallery-nav-button-next,
.dx-state-disabled .dx-gallery-nav-button-prev {
  cursor: default;
}
.dx-rtl .dx-gallery-nav-button-prev {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.dx-rtl .dx-gallery-nav-button-next {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.dx-device-android .dx-scrollable-native .dx-gallery-indicator,
.dx-device-android .dx-scrollable-native .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-next,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-prev {
  backface-visibility: visible;
}
.dx-device-android .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-indicator,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-next,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-prev,
.dx-device-ios-6 .dx-gallery,
.dx-device-ios-6 .dx-gallery-indicator,
.dx-device-ios-6 .dx-gallery-item,
.dx-device-ios-6 .dx-gallery-nav-button-next,
.dx-device-ios-6 .dx-gallery-nav-button-prev {
  backface-visibility: hidden;
}
.dx-gallery .dx-gallery-nav-button-next,
.dx-gallery .dx-gallery-nav-button-prev {
  position: absolute;
  top: 0;
  width: 34%;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  text-align: center;
}
.dx-gallery .dx-gallery-nav-button-next.dx-state-hover::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-hover::after {
  background-color: rgba(60,186,178,.5);
}
.dx-gallery .dx-gallery-nav-button-next.dx-state-active::after,
.dx-gallery .dx-gallery-nav-button-prev.dx-state-active::after {
  background-color: rgba(60,186,178,.7);
}
.dx-gallery .dx-gallery-nav-button-next::before,
.dx-gallery .dx-gallery-nav-button-prev::before {
  display: block;
  width: 32px;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  z-index: 10;
  clear: both;
  font-size: 32px;
  color: #fff;
}
.dx-gallery .dx-gallery-nav-button-next::after,
.dx-gallery .dx-gallery-nav-button-prev::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  border-radius: -2px;
}
.dx-gallery .dx-gallery-nav-button-prev {
  font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-prev::before {
  content: "";
  left: 0;
  right: auto;
  margin-left: 0;
}
.dx-gallery .dx-gallery-nav-button-prev::after {
  left: 0;
}
.dx-gallery .dx-gallery-nav-button-next {
  font: 14px/1 DXIcons;
}
.dx-gallery .dx-gallery-nav-button-next::before {
  content: "";
  right: 0;
  left: auto;
}
.dx-gallery .dx-gallery-nav-button-next::after {
  right: 0;
}
.dx-gallery-indicator-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #3cbab2;
  pointer-events: auto;
  margin: 1px 6px;
  width: 8px;
  height: 8px;
  background: #f5f5f5;
}
.dx-gallery-indicator-item-active,
.dx-gallery-indicator-item-selected {
  width: 12px;
  height: 12px;
  background: #3cbab2;
  border: 2px solid rgba(245,245,245,.8);
  margin: -1px 6px;
}
.dx-state-focused.dx-gallery .dx-gallery-indicator-item-selected {
  background: #29807b;
}
.dx-lookup .dx-popup-content .dx-scrollable {
  height: calc(100% - 45px);
}
.dx-lookup .dx-lookup-field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-lookup .dx-rtl .dx-lookup-field-wrapper::after,
.dx-lookup:not(.dx-rtl) .dx-lookup-field-wrapper::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-lookup-field {
  outline: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7px 34px 8px 9px;
  font-size: 1em;
}
.dx-lookup-field::before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
  float: left;
}
.dx-lookup-arrow {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
}
.dx-rtl .dx-lookup-arrow {
  right: auto;
  left: 0;
}
.dx-state-disabled .dx-lookup-field {
  cursor: default;
}
.dx-lookup-popup-wrapper .dx-list-item {
  cursor: pointer;
  border-top: none;
}
.dx-lookup-popup-search .dx-list {
  height: 90%;
  height: calc(100% - 70px);
}
.dx-lookup-search-wrapper {
  width: 100%;
  padding: 20px 20px 14px;
}
.dx-lookup {
  margin: 0;
  height: 36px;
  border: 1px solid #dedede;
  background: #f5f5f5;
}
.dx-lookup.dx-editor-underlined {
  background: 0 0;
}
.dx-rtl .dx-lookup-field {
  padding: 7px 9px 8px 34px;
}
.dx-lookup-arrow {
  font: 18px/18px DXIcons;
  width: 34px;
  color: #728e94;
  text-align: center;
}
.dx-lookup-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-state-readonly .dx-lookup-field::before {
  opacity: .5;
}
.dx-lookup-popup-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-lookup-popup-wrapper .dx-list-item-content {
  padding-left: 20px;
  padding-right: 20px;
}
.dx-lookup-popup-wrapper .dx-popup-content {
  top: 0;
  padding: 0;
}
.dx-lookup-popup-wrapper .dx-popup-title + .dx-popup-content {
  top: 49px;
}
.dx-lookup-empty .dx-lookup-field {
  color: #a0b3b7;
}
.dx-invalid.dx-lookup .dx-lookup-field::after {
  right: 38px;
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #f74a5e;
  color: #fff;
  content: "!";
  border-radius: 50%;
}
.dx-rtl .dx-invalid.dx-lookup .dx-lookup-field::after,
.dx-rtl.dx-invalid.dx-lookup .dx-lookup-field::after {
  right: auto;
  left: 38px;
}
.dx-valid.dx-lookup .dx-lookup-field::after {
  right: 38px;
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  font-family: DXIcons,sans-serif;
  color: #72d63c;
  content: "";
  opacity: 0;
  transform: scale(0);
  animation: .3s cubic-bezier(1,.008,.565,1.65) .1s forwards dx-valid-badge-frames;
}
.dx-rtl .dx-valid.dx-lookup .dx-lookup-field::after,
.dx-rtl.dx-valid.dx-lookup .dx-lookup-field::after {
  right: auto;
  left: 38px;
}
.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator {
  right: 38px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
}
.dx-rtl .dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator,
.dx-rtl.dx-validation-pending.dx-lookup .dx-lookup-field-wrapper .dx-pending-indicator {
  right: auto;
  left: 38px;
}
.dx-loadpanel-content::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.dx-loadpanel-content-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dx-loadpanel-message {
  text-align: center;
}
.dx-loadpanel-content.dx-loadpanel-pane-hidden {
  box-shadow: none;
  border: none;
  background: 0 0;
}
@keyframes dx-loadpanel-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dx-loadpanel-content {
  padding: 10px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  border: 1px solid #dedede;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
}
.dx-tagbox .dx-texteditor-input {
  width: auto;
}
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input {
  border: none;
  color: transparent;
  text-shadow: 0 0 0 gray;
  min-width: 0;
  width: .1px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus {
  outline: 0;
}
.dx-tagbox.dx-state-disabled .dx-texteditor-input {
  background: 0 0;
}
.dx-tagbox.dx-state-disabled .dx-tag-content {
  cursor: default;
}
.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input-container {
  flex-wrap: wrap;
  align-items: stretch;
}
.dx-tag {
  max-width: calc(100% - 1px);
  display: inline-block;
  align-self: flex-start;
}
.dx-tag-container.dx-texteditor-input-container {
  padding: 0 4px 4px 0;
  outline: 0;
}
.dx-tagbox-single-line .dx-tag-container.dx-texteditor-input-container {
  overflow: hidden;
  white-space: nowrap;
}
.dx-texteditor-container.dx-tag-container {
  white-space: normal;
}
.dx-tag-content {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 4px 0 0 4px;
  padding: 3px 25px 4px 6px;
  min-width: 40px;
  background-color: #3cbab2;
  border-radius: 0;
  color: #fff;
}
.dx-tag-content::before {
  content: ".";
  color: transparent;
  display: inline-block;
  width: 0;
}
.dx-tag-remove-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
}
.dx-tag-remove-button::after,
.dx-tag-remove-button::before {
  position: absolute;
  top: 50%;
  content: "";
  transform: rotate(45deg);
  right: 9px;
  margin-top: -5px;
  width: 3px;
  height: 11px;
  background: #04827a;
}
.dx-rtl .dx-tagbox .dx-tag-content,
.dx-tagbox.dx-rtl .dx-tag-content {
  margin-left: 0;
  margin-right: 4px;
}
.dx-rtl .dx-tagbox .dx-tag-remove-button,
.dx-tagbox.dx-rtl .dx-tag-remove-button {
  right: auto;
  left: 0;
}
.dx-rtl .dx-tagbox .dx-tag-container,
.dx-tagbox.dx-rtl .dx-tag-container {
  padding-left: 4px;
  padding-right: 0;
}
.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
  padding-left: 0;
  margin-left: 5px;
}
.dx-rtl .dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input,
.dx-rtl.dx-tagbox:not(.dx-texteditor-empty) .dx-texteditor-input {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.dx-tagbox-single-line .dx-tag-container {
  padding-right: 0;
}
.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input {
  height: auto;
}
.dx-tag-container.dx-texteditor-input-container .dx-texteditor-input {
  padding-bottom: 4px;
  min-height: 30px;
}
.dx-tag-remove-button::after {
  right: 5px;
  margin-top: -1px;
  width: 11px;
  height: 3px;
}
.dx-tag-remove-button:active::after,
.dx-tag-remove-button:active::before {
  background: #07e5d7;
}
.dx-tag.dx-state-focused .dx-tag-content {
  background-color: #339f98;
  color: #fff;
}
.dx-tag.dx-state-focused .dx-tag-remove-button::after,
.dx-tag.dx-state-focused .dx-tag-remove-button::before {
  background-color: #04827a;
}
.dx-tag.dx-state-focused .dx-tag-remove-button:active::after,
.dx-tag.dx-state-focused .dx-tag-remove-button:active::before {
  background: #07e5d7;
}
.dx-tagbox.dx-invalid .dx-texteditor-container::after,
.dx-tagbox.dx-valid .dx-texteditor-container::after {
  right: 8px;
}
.dx-rtl .dx-tagbox.dx-invalid .dx-texteditor-container::after,
.dx-rtl .dx-tagbox.dx-valid .dx-texteditor-container::after,
.dx-rtl.dx-tagbox.dx-invalid .dx-texteditor-container::after,
.dx-rtl.dx-tagbox.dx-valid .dx-texteditor-container::after {
  left: 8px;
}
.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  right: 8px;
}
.dx-rtl .dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator,
.dx-rtl.dx-tagbox.dx-validation-pending .dx-texteditor-container .dx-pending-indicator {
  left: 8px;
}
.dx-tagbox-popup-wrapper .dx-list-select-all {
  border-bottom: 1px solid #dedede;
  padding-bottom: 11px;
  margin-bottom: 3px;
}
.dx-rtl .dx-tag-content {
  padding-right: 6px;
  padding-left: 25px;
}
.dx-rtl .dx-tag-remove-button::before {
  right: auto;
  left: 9px;
}
.dx-rtl .dx-tag-remove-button::after {
  right: auto;
  left: 5px;
}
.dx-radiobutton {
  display: table;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  line-height: 22px;
}
.dx-radio-value-container {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  padding-left: 0;
}
.dx-rtl .dx-radio-value-container,
.dx-rtl.dx-radio-value-container {
  padding-right: 5px;
  padding-left: 10px;
}
.dx-radiogroup-horizontal::after,
.dx-radiogroup-horizontal::before {
  display: table;
  content: "";
  line-height: 0;
}
.dx-radiogroup-horizontal::after {
  clear: both;
}
.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton,
.dx-rtl.dx-radiogroup-horizontal .dx-radiobutton {
  float: right;
  margin-right: 0;
  margin-left: 17px;
}
.dx-radiogroup-horizontal .dx-radiobutton:last-of-type {
  margin-right: 0;
}
.dx-state-disabled .dx-radiobutton {
  cursor: default;
}
.dx-state-disabled.dx-radiobutton {
  cursor: default;
}
.dx-radiobutton-icon {
  width: 22px;
  height: 22px;
}
.dx-radiobutton-icon::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  content: "";
  border-radius: 11px;
  box-sizing: content-box;
}
.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
  display: block;
  margin-top: -16px;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  background: #3cbab2;
  content: "";
  border-radius: 5px;
}
.dx-radiobutton.dx-state-readonly .dx-radiobutton-icon::before {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.dx-radiobutton.dx-state-hover .dx-radiobutton-icon::before {
  border-color: rgba(60,186,178,.4);
}
.dx-radiobutton.dx-state-active .dx-radiobutton-icon::before {
  background-color: rgba(222,222,222,.4);
}
.dx-radiobutton.dx-state-focused:not(.dx-state-active) .dx-radiobutton-icon::before {
  border: 1px solid #3cbab2;
}
.dx-radiobutton.dx-state-disabled {
  opacity: .5;
}
.dx-invalid .dx-radiobutton-icon::before {
  border-color: rgba(247,74,94,.4);
}
.dx-invalid .dx-state-focused.dx-radiobutton .dx-radiobutton-icon::before,
.dx-invalid .dx-state-hover.dx-radiobutton .dx-radiobutton-icon::before {
  border-color: #f74a5e;
}
.dx-state-disabled .dx-radiobutton.dx-state-disabled {
  opacity: 1;
}
.dx-rtl .dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot,
.dx-rtl.dx-radiobutton.dx-radiobutton-checked .dx-radiobutton-icon-dot {
  margin-right: 6px;
  margin-left: 0;
}
.dx-radiogroup .dx-radiobutton,
.dx-radiogroup .dx-radiobutton-icon {
  margin: 1px 0;
}
.dx-radiogroup.dx-state-readonly .dx-radiobutton-icon::before {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.dx-radiogroup-horizontal .dx-radiobutton {
  float: left;
  margin-right: 17px;
}
.dx-accordion-item-title::before {
  background-position: center;
  float: right;
  font-weight: 400;
  color: #728e94;
  content: "";
  font-family: DXIcons;
  font-size: 18px;
  margin-left: 9px;
  margin-right: 0;
  line-height: 24px;
}
.dx-accordion-item-closed .dx-accordion-item-body {
  visibility: hidden;
}
.dx-accordion-item {
  overflow: hidden;
  border: 1px solid transparent;
  border-top-color: #dedede;
}
.dx-accordion-item-opened .dx-accordion-item-body {
  visibility: visible;
}
.dx-state-disabled .dx-accordion-item-title {
  cursor: default;
}
.dx-accordion {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-accordion-item:last-child {
  border-bottom: 1px solid #dedede;
}
.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) .dx-icon {
  color: #28484f;
}
.dx-accordion-item.dx-state-active:not(.dx-accordion-item-opened) > .dx-accordion-item-title {
  color: #28484f;
  background-color: rgba(222,222,222,.4);
}
.dx-accordion-item.dx-state-hover > .dx-accordion-item-title {
  background-color: rgba(0,0,0,.04);
}
.dx-accordion-item.dx-state-hover:not(:last-child):not(.dx-accordion-item-opened):not(.dx-state-focused) {
  border-bottom-color: rgba(0,0,0,.04);
}
.dx-accordion-item-opened {
  border-color: #dedede;
}
.dx-accordion-item-opened.dx-state-hover>.dx-accordion-item-title,
.dx-accordion-item-opened>.dx-accordion-item-title {
  background-color: transparent;
}
.dx-accordion-item-opened > .dx-accordion-item-title::before {
  content: "";
}
.dx-accordion-item-opened + .dx-accordion-item {
  border-top-color: transparent;
}
.dx-accordion-item-opened + .dx-accordion-item.dx-state-hover:not(.dx-state-focused) {
  border-top-color: rgba(0,0,0,.04);
}
.dx-accordion-item-title {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  color: #3cbab2;
  padding: 9px 12px;
  font-size: 18px;
}
.dx-accordion-item-title .dx-icon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  color: #728e94;
}
.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon {
  margin-right: 6px;
  margin-left: 0;
  vertical-align: top;
  position: relative;
  top: 4px;
}
.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,
.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon,
.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon {
  margin-left: 6px;
  margin-right: 0;
}
.dx-rtl .dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right,
.dx-rtl.dx-accordion-item-title .dx-accordion-item-title-caption .dx-icon.dx-icon-right {
  margin-right: 6px;
  margin-left: 0;
}
.dx-state-disabled.dx-accordion-item {
  opacity: .5;
}
.dx-state-focused.dx-accordion-item {
  border-color: #3cbab2;
}
.dx-accordion-item-body {
  overflow: hidden;
  padding: 8px 12px 22px;
  font-size: 14px;
}
.dx-rtl .dx-accordion-item-title::before {
  float: left;
  margin-left: 0;
  margin-right: 9px;
}
.dx-slideoutview {
  height: 100%;
  width: 100%;
  touch-action: pinch-zoom;
}
.dx-slideoutview-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dx-slideoutview-menu-content {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-slideoutview-menu-content.dx-slideoutview-right {
  right: 0;
}
.dx-slideoutview-menu-content.dx-slideoutview-left {
  left: 0;
}
.dx-slideoutview-content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  box-sizing: content-box;
  margin-left: -1px;
  border-style: solid;
  border-width: 0 1px;
  border-color: rgba(222,222,222,.5);
}
.dx-slideoutview-shield {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.dx-device-android .dx-slideoutview-content {
  backface-visibility: hidden;
}
.dx-slideoutview-content,
.dx-slideoutview-menu-content {
  background-color: #f5f5f5;
}
.dx-slideout {
  height: 100%;
  width: 100%;
}
.dx-slideout-menu {
  min-width: 280px;
  max-width: 350px;
}
.dx-slideout-menu .dx-list-item .dx-icon {
  float: left;
  width: 26px;
  height: 26px;
  background-position: 0 0;
  background-size: 26px 26px;
  padding: 0;
  font-size: 26px;
  text-align: center;
  line-height: 26px;
  margin: -4px 13px -4px 0;
}
.dx-slideout-item,
.dx-slideout-item-content {
  height: 100%;
  width: 100%;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon {
  float: right;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon,
.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon,
.dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right {
  margin-left: 13px;
  margin-right: 0;
}
.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right,
.dx-rtl.dx-slideout-menu .dx-list-item .dx-icon.dx-icon-right {
  margin-right: 13px;
  margin-left: 0;
}
.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAAdElEQVQoU4XR0Q3AIAgFQCarie7UrToMc3QIiyIFFGNe5INcgETAegpQefFCCFPwYZI2qFA/M4EQMQAhKxJgiEcKHFFkwUQY3Q4sBAhUerYzkbaiTUk7Ije0dYoMyeYGi35igUeDzMCiTiKgaPx0BAR1csgHXJxUKOJqsbEAAAAASUVORK5CYII=") no-repeat;
}
.dx-colorbox-input-container .dx-placeholder::before {
  max-width: calc(100% - 25px);
}
.dx-colorbox .dx-texteditor-input-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  left: 14px;
}
.dx-colorbox .dx-colorbox-color-is-not-defined .dx-texteditor-input-container::before {
  background: 0 0;
}
.dx-colorbox-color-result-preview {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  left: 13px;
  border: 1px solid;
}
.dx-colorbox-input-container .dx-colorbox-input.dx-texteditor-input {
  -webkit-appearance: none;
  padding-left: 40px;
}
.dx-colorbox-overlay .dx-popup-content {
  overflow: hidden;
  padding: 20px;
}
.dx-colorbox-overlay .dx-popup-bottom .dx-toolbar-item:first-child {
  padding-right: 10px;
}
.dx-colorbox-overlay .dx-colorview-buttons-container .dx-button {
  margin: 0;
}
.dx-rtl .dx-colorbox .dx-placeholder,
.dx-rtl.dx-colorbox .dx-placeholder {
  right: 32px;
}
.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input {
  direction: ltr;
  text-align: end;
  padding-right: 40px;
}
.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview {
  left: auto;
  right: 13px;
}
.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container::before,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container::before {
  left: auto;
  right: 14px;
}
.dx-colorview-container label {
  overflow: hidden;
  font-weight: 400;
  margin: 0;
  white-space: normal;
  line-height: 36px;
  display: block;
  color: #728e94;
}
.dx-colorview-container .dx-button {
  margin-top: 0;
  margin-bottom: 0;
}
.dx-colorview-container .dx-button.dx-colorview-apply-button {
  margin-right: 10px;
  margin-left: 0;
}
.dx-colorview-container .dx-button.dx-colorview-cancel-button {
  margin-right: 0;
  margin-left: 0;
}
.dx-colorview-container-row {
  overflow: hidden;
  padding-top: 1px;
}
.dx-colorview-container-row:first-child {
  margin-top: 0;
}
.dx-colorview-container-cell {
  float: left;
}
.dx-colorview-palette-handle {
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  cursor: crosshair;
  border-radius: 100%;
  z-index: 5;
  position: absolute;
}
.dx-colorview-alpha-channel-handle,
.dx-colorview-hue-scale-handle {
  position: absolute;
  cursor: pointer;
}
.dx-colorview-hue-scale-handle {
  width: 36px;
  height: 17px;
  top: 0;
  left: -7px;
}
.dx-colorview-alpha-channel-handle {
  width: 17px;
  height: 36px;
  top: -6px;
  left: 0;
}
.dx-colorview-hue-scale {
  position: relative;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}
.dx-colorbox-input-container::after,
.dx-colorview-alpha-channel-wrapper,
.dx-colorview-color-preview-container-inner {
  background-image: linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc),linear-gradient(45deg,#ccc 25%,transparent 25%,transparent 74%,#ccc 75%,#ccc);
  background-size: 16px 16px;
  background-position: 0 0,8px 8px;
}
.dx-colorview-alpha-channel-wrapper {
  background-position: 0 6px,8px 14px;
}
.dx-colorbox-input-container {
  height: 100%;
}
.dx-colorview-palette-gradient-white {
  background-repeat: no-repeat;
  background-image: linear-gradient(270deg,rgba(255,255,255,0),#fff);
}
.dx-colorview-palette-gradient-black {
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg,rgba(0,0,0,0),#000);
}
.dx-colorview-palette {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}
.dx-colorview-palette-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dx-colorview-alpha-channel-scale {
  height: 20px;
  position: relative;
}
.dx-colorview-alpha-channel-cell {
  margin: 6px 0;
  position: relative;
}
.dx-colorview-alpha-channel-cell .dx-button {
  width: 90px;
}
.dx-rtl .dx-colorview-container-row .dx-colorview-container-cell {
  float: right;
}
.dx-rtl .dx-colorview-container label .dx-texteditor {
  float: left;
}
.dx-rtl .dx-colorview-alpha-channel-scale {
  direction: ltr;
}
.dx-colorview-palette-handle {
  background: radial-gradient(transparent 5px,rgba(0,0,0,.2) 6px,#f5f5f5 7px,#f5f5f5 12px,rgba(0,0,0,.2) 13px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.dx-colorview-hue-scale-handle {
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: inset -5px 0 0 3px #f5f5f5,inset 5px 0 0 3px #f5f5f5,inset -6px 0 1px 4px rgba(0,0,0,.2),inset 6px 0 1px 4px rgba(0,0,0,.2);
}
.dx-colorview-alpha-channel-handle {
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: inset 0 -5px 0 3px #f5f5f5,inset 0 5px 0 3px #f5f5f5,inset 0 -6px 1px 4px rgba(0,0,0,.2),inset 0 6px 1px 4px rgba(0,0,0,.2);
}
.dx-colorview-container {
  overflow: hidden;
  width: 450px;
}
.dx-colorview-container label.dx-colorview-label-hex {
  margin: 10px 0 0;
}
.dx-colorview-container label.dx-colorview-alpha-channel-label {
  margin-left: 43px;
  width: 115px;
}
.dx-colorview-container label .dx-texteditor {
  float: right;
  width: 69px;
  margin: 1px 1px 10px 0;
}
.dx-colorview-hue-scale-cell {
  position: relative;
  margin-left: 19px;
}
.dx-colorview-palette {
  width: 288px;
  height: 299px;
}
.dx-colorview-alpha-channel-scale {
  width: 288px;
}
.dx-colorview-container-row.dx-colorview-alpha-channel-row {
  margin-top: 10px;
}
.dx-colorview-hue-scale {
  width: 18px;
  height: 299px;
}
.dx-colorview-alpha-channel-cell {
  width: 292px;
}
.dx-colorview-hue-scale-wrapper {
  height: 301px;
}
.dx-colorview-color-preview {
  width: 100%;
  height: 40px;
}
.dx-colorview-controls-container {
  position: relative;
  width: 90px;
  margin-left: 27px;
}
.dx-colorview-alpha-channel-border,
.dx-colorview-color-preview-container,
.dx-colorview-hue-scale-wrapper,
.dx-colorview-palette-cell {
  padding: 1px;
  margin: 0 1px 1px;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1px #dedede;
}
.dx-colorview-color-preview-container {
  margin-bottom: 34px;
}
.dx-rtl .dx-colorview-controls-container {
  margin-left: 0;
  margin-right: 27px;
}
.dx-rtl .dx-colorview-hue-scale-cell {
  margin-left: 0;
  margin-right: 19px;
}
.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
  margin-left: 0;
  margin-right: 43px;
}
.dx-colorbox.dx-state-focused .dx-colorbox-input {
  padding-left: 40px;
}
.dx-colorbox .dx-placeholder {
  left: 32px;
}
.dx-colorbox-color-result-preview {
  border-color: #dedede;
}
.dx-colorbox-overlay {
  padding: 0;
}
.dx-colorbox-overlay.dx-overlay-content {
  background-color: #f5f5f5;
}
.dx-rtl .dx-colorbox.dx-state-focused .dx-colorbox-input,
.dx-rtl.dx-colorbox.dx-state-focused .dx-colorbox-input {
  padding-right: 40px;
}
.dx-rtl .dx-colorbox-overlay .dx-toolbar-item:first-child {
  padding-left: 10px;
  padding-right: 0;
}
.dx-pager {
  overflow: hidden;
  width: 100%;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  padding-top: 9px;
  padding-bottom: 9px;
}
.dx-pager .dx-pages {
  white-space: nowrap;
  float: right;
}
.dx-pager .dx-pages .dx-page-indexes {
  display: inline-block;
}
.dx-pager .dx-pages .dx-page {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 1px;
}
.dx-pager .dx-pages .dx-separator {
  display: inline-block;
}
.dx-pager .dx-pages .dx-info {
  display: inline-block;
  margin-right: 9px;
  opacity: .6;
}
.dx-pager .dx-pages .dx-navigate-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
}
.dx-pager .dx-pages .dx-navigate-button.dx-button-disable {
  opacity: .3;
  cursor: inherit;
}
.dx-pager .dx-page-sizes {
  float: left;
}
.dx-pager .dx-page-sizes .dx-page-size {
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 1px;
}
.dx-pager .dx-page-sizes .dx-page-size:first-child {
  margin-left: 1px;
}
.dx-pager .dx-page-sizes .dx-selection,
.dx-pager .dx-pages .dx-selection {
  cursor: inherit;
  text-shadow: none;
  color: #fff;
  border-color: transparent;
  background-color: #3eb8b0;
}
.dx-pager .dx-light-pages {
  display: inline-block;
}
.dx-pager .dx-light-pages .dx-page-index {
  width: 40px;
}
.dx-pager .dx-light-pages .dx-pages-count {
  cursor: pointer;
}
.dx-pager .dx-light-pages .dx-info-text,
.dx-pager .dx-light-pages .dx-pages-count {
  padding-left: 6px;
}
.dx-pager .dx-light-pages .dx-info-text,
.dx-pager .dx-light-pages .dx-page-index,
.dx-pager .dx-light-pages .dx-pages-count {
  display: table-cell;
}
.dx-pager.dx-rtl .dx-pages,
.dx-rtl .dx-pager .dx-pages {
  float: left;
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-page,
.dx-rtl .dx-pager .dx-pages .dx-page {
  direction: ltr;
}
.dx-pager.dx-rtl .dx-pages .dx-page:first-child,
.dx-rtl .dx-pager .dx-pages .dx-page:first-child {
  margin-left: 1px;
}
.dx-pager.dx-rtl .dx-pages .dx-info,
.dx-rtl .dx-pager .dx-pages .dx-info {
  direction: rtl;
  margin-left: 9px;
  margin-right: 0;
}
.dx-pager.dx-rtl .dx-page-sizes,
.dx-rtl .dx-pager .dx-page-sizes {
  float: right;
}
.dx-pager.dx-light-mode .dx-page-sizes {
  min-width: 42px;
}
.dx-pager.dx-light-mode .dx-page-index {
  min-width: 19px;
}
.dx-pager .dx-pages .dx-page {
  padding: 7px 9px 8px;
}
.dx-pager .dx-pages .dx-separator {
  padding-left: 8px;
  padding-right: 8px;
}
.dx-pager .dx-pages .dx-navigate-button {
  width: 9px;
  height: 17px;
  padding: 9px 13px;
}
.dx-pager .dx-pages .dx-prev-button {
  font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-prev-button::before {
  content: "";
}
.dx-pager .dx-pages .dx-next-button {
  font: 14px/1 DXIcons;
}
.dx-pager .dx-pages .dx-next-button::before {
  content: "";
}
.dx-pager .dx-pages .dx-next-button,
.dx-pager .dx-pages .dx-prev-button {
  position: relative;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-pager .dx-pages .dx-next-button::before,
.dx-pager .dx-pages .dx-prev-button::before {
  position: absolute;
  display: block;
  width: 21px;
  top: 50%;
  margin-top: -10.5px;
  left: 50%;
  margin-left: -10.5px;
}
.dx-pager .dx-page,
.dx-pager .dx-page-size {
  border-radius: 1px;
  border: 1px solid transparent;
}
.dx-pager .dx-page-sizes .dx-page-size {
  padding: 7px 9px 8px 10px;
}
.dx-gridbase-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.dx-gridbase-container > * {
  flex: 0 0 auto;
}
.dx-datagrid-important-margin {
  margin-right: 5px!important;
}
.dx-datagrid-table {
  background-color: transparent;
}
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-top: 0;
}
.dx-datagrid-borders > .dx-datagrid-pager {
  margin-top: 1px;
}
.dx-datagrid-borders > .dx-datagrid-header-panel {
  border-bottom: 0;
}
.dx-datagrid-borders > .dx-datagrid-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
  border-bottom-width: 0;
}
.dx-datagrid .dx-datagrid-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table {
  position: relative;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table td {
  pointer-events: auto;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-row td.dx-pointer-events-none {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row td.dx-pointer-events-none {
  width: auto;
}
.dx-datagrid .dx-menu-subitem ul li {
  padding-top: 0;
}
.dx-datagrid .dx-menu-subitem ul li:first-child {
  padding-top: 1px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item {
  padding: 7px 30px 7px 5px;
}
.dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: left;
}
.dx-datagrid .dx-column-indicators {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.dx-datagrid .dx-column-indicators.dx-visibility-hidden {
  visibility: hidden;
}
.dx-datagrid .dx-column-indicators .dx-sort-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter,
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort,
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter,
.dx-datagrid .dx-column-indicators .dx-sort.dx-sort {
  display: inline-block;
}
.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter::after,
.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-datagrid .dx-row > td,
.dx-datagrid .dx-row > tr > td {
  padding: 7px;
}
.dx-datagrid .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.dx-datagrid .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-datagrid .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-datagrid .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-datagrid-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: grabbing;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
  border-bottom: none;
  font-size: 16px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
  font-size: 16px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action {
  opacity: 1;
  cursor: pointer;
  touch-action: pinch-zoom;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node {
  padding-left: 0;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node .dx-checkbox {
  left: 4px;
}
.dx-datagrid-nowrap,
.dx-datagrid-nowrap .dx-header-row>td>.dx-datagrid-text-content {
  white-space: nowrap;
}
.dx-datagrid-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  box-sizing: content-box;
}
.dx-datagrid-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-datagrid-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-datagrid-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-datagrid-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-datagrid-table-content {
  position: absolute;
  top: 0;
}
.dx-datagrid-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dx-datagrid-action,
.dx-datagrid-drag-action {
  cursor: pointer;
}
.dx-datagrid-content {
  position: relative;
}
.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message {
  visibility: visible;
}
.dx-datagrid-content .dx-overlay-wrapper.dx-invalid-message.dx-datagrid-invalid-message .dx-overlay-content,
.dx-datagrid-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-table-fixed {
  table-layout: fixed;
  width: 100%;
}
.dx-datagrid-content .dx-datagrid-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 10px;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
  max-width: none;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
  display: none;
}
.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators {
  float: none!important;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-header-row .dx-datagrid-text-content {
  max-width: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators {
  float: none!important;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators > span {
  width: 14px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-datagrid-content .dx-datagrid-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space + td {
  border-left: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container {
  overflow: hidden;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay {
  position: static;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
  max-width: 0;
  padding: 0;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor,
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container {
  border: 0;
  margin: 0;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
  white-space: nowrap;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit .dx-link {
  display: inline-block;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-datagrid-content .dx-datagrid-table .dx-data-row .dx-command-edit-with-icons {
  line-height: 1;
  white-space: nowrap;
}
.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-cell-modified,
.dx-datagrid-invalid,
.dx-highlight-outline {
  position: relative;
  padding: 7px;
}
.dx-cell-modified::after,
.dx-datagrid-invalid::after,
.dx-highlight-outline::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.dx-cell-modified.dx-hidden,
.dx-datagrid-invalid.dx-hidden,
.dx-highlight-outline.dx-hidden {
  display: block!important;
}
.dx-cell-modified.dx-hidden::after,
.dx-datagrid-invalid.dx-hidden::after,
.dx-highlight-outline.dx-hidden::after {
  display: none;
}
.dx-editor-cell .dx-highlight-outline,
.dx-editor-cell.dx-cell-modified,
.dx-editor-cell.dx-datagrid-invalid {
  padding: 0;
}
.dx-column-lines .dx-cell-modified::after,
.dx-column-lines .dx-datagrid-invalid::after,
.dx-column-lines .dx-highlight-outline::after {
  left: 0;
}
.dx-datagrid-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row > td > .dx-datagrid-text-content {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.dx-header-row > td > .dx-datagrid-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator) {
  max-width: 100%;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.dx-datagrid-filter-range-overlay .dx-datagrid-filter-range-end {
  border-top: 1px solid transparent;
}
.dx-datagrid-filter-range-overlay .dx-editor-container.dx-cell-modified,
.dx-datagrid-filter-range-overlay .dx-editor-container.dx-datagrid-invalid {
  padding: 0;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-menu {
  display: none;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu {
  position: relative;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
  display: block;
}
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,
.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  padding-left: 32px;
}
.dx-datagrid-filter-row .dx-cell-modified::after,
.dx-datagrid-filter-row .dx-datagrid-invalid::after {
  pointer-events: none;
}
.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after,
.dx-datagrid-filter-row .dx-focused.dx-cell-modified::after,
.dx-datagrid-filter-row .dx-focused.dx-datagrid-invalid::after {
  border-color: transparent;
}
.dx-datagrid-filter-row .dx-menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -2px;
  height: 100%;
  overflow: visible;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal {
  height: 100%;
}
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,
.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused::after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 102%;
  content: "";
}
.dx-datagrid-filter-row > .dx-first-cell .dx-menu,
.dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.dx-datagrid-filter-row .dx-menu-caption {
  padding-left: 6px;
}
.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
  display: none;
}
.dx-datagrid-filter-row .dx-menu-item-highlight {
  font-weight: 400;
}
.dx-datagrid-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-datagrid-header-panel {
  text-align: left;
}
.dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-datagrid-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-datagrid-rowsview {
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
  display: flex;
}
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper,
.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > div > .dx-scrollable-wrapper {
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-datagrid-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-datagrid-rowsview.dx-empty {
  height: 100px;
}
.dx-datagrid-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-datagrid-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-datagrid-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-datagrid-rowsview .dx-datagrid-content {
  overflow-anchor: none;
}
.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
  min-height: 100%;
}
.dx-datagrid-rowsview:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-row > td,
.dx-datagrid-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>td,
.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child>tr>td {
  border-top: none;
}
.dx-datagrid-rowsview .dx-data-row > td:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-selection > td .dx-link,
.dx-datagrid-rowsview .dx-selection > tr > td .dx-link,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
  color: inherit;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row,
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-freespace-row > td,
.dx-datagrid-rowsview .dx-datagrid-table .dx-row.dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,
.dx-datagrid-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox {
  display: inline-block;
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
  padding: 30px;
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after {
  border-color: transparent;
}
.dx-datagrid-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.dx-datagrid-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-datagrid-hidden-column {
  white-space: nowrap;
}
.dx-datagrid .dx-row .dx-datagrid-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-datagrid-hidden-column > * {
  display: none!important;
}
.dx-datagrid-total-footer > .dx-datagrid-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-summary-item {
  font-weight: 700;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox {
  margin-left: 0;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
  width: 16px;
  height: 16px;
}
.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
  white-space: nowrap;
  word-break: normal;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  box-shadow: none;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
  padding: 0;
}
.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-datagrid-notouch-action {
  touch-action: none;
  -ms-content-zooming: none;
  -ms-overflow-style: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item {
  border: none;
}
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item {
  padding: 7px 5px 7px 30px;
}
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image,
.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: right;
}
.dx-datagrid.dx-rtl .dx-texteditor-buttons-container,
.dx-rtl .dx-datagrid .dx-texteditor-buttons-container {
  text-align: start;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table {
  direction: rtl;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
  border-left: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
  border-right: none;
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated,
.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated {
  direction: ltr;
}
.dx-rtl .dx-datagrid-headers .dx-datagrid-scrollable-simulated .dx-datagrid-table,
.dx-rtl .dx-datagrid-total-footer .dx-datagrid-scrollable-simulated .dx-datagrid-table {
  direction: rtl;
}
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-datagrid-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 30px;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu-caption {
  padding-right: 6px;
}
.dx-rtl .dx-datagrid-header-panel {
  text-align: right;
}
.dx-rtl .dx-datagrid-header-panel .dx-datagrid-column-chooser-button {
  margin-left: 0;
}
.dx-rtl .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dx-datagrid-search-panel {
  margin: 0 15px 0 0;
}
.dx-datagrid-filter-panel,
.dx-datagrid-filter-panel-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 0;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-datagrid-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-datagrid {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
}
.dx-hidden.dx-group-cell {
  display: table-cell!important;
  font-size: 0!important;
}
.dx-datagrid-group-panel {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item {
  display: inline-block;
  min-width: 30px;
  white-space: nowrap;
}
.dx-datagrid-group-panel .dx-group-panel-item .dx-sort {
  margin-left: 6px;
}
.dx-datagrid-group-panel .dx-block-separator {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  min-width: 0;
}
.dx-datagrid-group-panel .dx-block-separator .dx-sort {
  margin-left: 6px;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:first-child td {
  border-top: none;
}
.dx-datagrid-rowsview .dx-group-row:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-group-row.dx-row > td {
  border-left-color: transparent;
  border-right-color: transparent;
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content:focus {
  outline: 0;
}
.dx-datagrid-group-closed::before,
.dx-datagrid-group-opened::before {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
}
.dx-rtl .dx-datagrid-group-closed {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines > td {
  border-left: none;
  border-right: none;
}
.dx-rtl .dx-datagrid-group-panel .dx-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
  margin-right: 0;
}
.dx-rtl .dx-datagrid-group-panel .dx-sort {
  margin-left: 0;
  margin-right: 6px;
}
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers,
.dx-datagrid-borders > .dx-datagrid-pager {
  border-top: 1px solid #dedede;
}
.dx-datagrid-borders > .dx-datagrid-filter-panel {
  border-top-width: 0;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-sortable-dragging > div > .dx-gridbase-container > .dx-datagrid-rowsview {
  border-color: rgba(60,186,178,.5);
}
.dx-datagrid .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-up::before {
  content: "";
}
.dx-datagrid .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-sort-down::before {
  content: "";
}
.dx-datagrid .dx-sort-down,
.dx-datagrid .dx-sort-up {
  font-family: inherit;
}
.dx-datagrid .dx-sort-down::before,
.dx-datagrid .dx-sort-up::before {
  font-family: DXIcons,sans-serif;
}
.dx-datagrid .dx-datagrid-header-panel .dx-group-panel-item,
.dx-datagrid .dx-datagrid-header-panel .dx-header-filter {
  outline: 0;
}
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-group-panel-item:focus,
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
  outline: #529793 solid 2px;
  outline-offset: -2px;
}
.dx-datagrid .dx-datagrid-header-panel.dx-state-focused .dx-datagrid-group-panel .dx-header-filter:focus {
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-headers .dx-header-filter,
.dx-datagrid .dx-datagrid-headers .dx-header-row > td {
  outline: 0;
}
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
  outline: #529793 solid 2px;
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-headers.dx-state-focused .dx-header-row td:focus {
  outline-offset: -2px;
}
.dx-datagrid .dx-header-filter {
  position: relative;
  color: #7eb2be;
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-header-filter::before {
  content: "";
}
.dx-datagrid .dx-header-filter-empty {
  color: rgba(126,178,190,.5);
}
.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon {
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-col-fixed {
  background-color: #f5f5f5;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
  border-left: none;
}
.dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
  border-right: none;
}
.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
  outline: #529793 solid 2px;
  outline-offset: 2px;
}
.dx-datagrid .dx-datagrid-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
  outline-color: #fff;
  outline-offset: 0;
}
.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form {
  background-color: #f5f5f5;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td {
  position: relative;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td:not(.dx-datagrid-group-space)::before {
  display: block;
  height: 100%;
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Njc1MjJDQUMzRDYzMTFFODhCMEJDMTY1QUY0RUJDNUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Njc1MjJDQUIzRDYzMTFFODhCMEJDMTY1QUY0RUJDNUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvW6FhcAAAFESURBVHja7Nu7DYQwFEVBg+iDmFLI6D9zJQ+REThA4iNjzynBo0uwqzdERFI9jZ4AiIAAERAgAgJEQPpuWtZt9gyPli3EJ0tAgAiIgAARECACAkRAgOjzpnTz10lZCBABASIgAgJEQIAICBABASIgAgJEQIAISKMd/6nXekGVLURABASIgAARECACAkRABASILuaCykIEBIiAABEQIAICREAEBIiAABEQIAICREBUruYLqjfLFiIgQAQEiIAAERABASIgQASkqVxQWYiAABEQIAICRECACIiAABEQIAICRECACIjK9XpBZSECAkRAgAgIEAERECACAkRA2soFlYUICBABASIgQAQEiIAICBABASIgQAQEiICo3F8vqLKFCAgQAREQIAICRECACAgQAdGpISK8goUICBABASIgQAQEiGppF2AAqqIPxEOTqaQAAAAASUVORK5CYII=");
  background-repeat: no-repeat repeat;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: right"]::before {
  transform: scaleX(-1);
}
.dx-datagrid .dx-datagrid-filter-row .dx-filter-range-content {
  color: #28484f;
}
.dx-datagrid .dx-error-row td {
  color: #fff;
  padding: 0;
}
.dx-datagrid .dx-column-lines > td:first-child {
  border-left: none;
}
.dx-datagrid .dx-column-lines > td:last-child {
  border-right: none;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon::before {
  content: "";
}
.dx-datagrid-filter-panel {
  padding: 10px;
  color: #28484f;
  border-top: 1px solid #dedede;
}
.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-clear-filter:focus,
.dx-datagrid-filter-panel.dx-state-focused .dx-datagrid-filter-panel-text:focus,
.dx-datagrid-filter-panel.dx-state-focused .dx-icon-filter:focus {
  outline: #529793 solid 2px;
  outline-offset: 3px;
}
.dx-datagrid-form-buttons-container {
  float: right;
}
.dx-datagrid-form-buttons-container .dx-button {
  margin-left: 10px;
  margin-top: 10px;
}
.dx-datagrid-adaptive-more {
  cursor: pointer;
  font: 21px/21px DXIcons;
}
.dx-datagrid-adaptive-more::before {
  content: "";
}
.dx-datagrid-edit-popup .dx-error-message {
  background-color: #f68e9a;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 20px;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none {
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell {
  border-right: none;
}
.dx-rtl .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell {
  border-left: none;
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td::before {
  transform: scaleX(-1);
}
.dx-rtl .dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: left"]::before {
  transform: scale(1);
}
.dx-rtl .dx-datagrid .dx-column-lines > td:first-child {
  border-right: none;
  border-left: 1px solid #dedede;
}
.dx-rtl .dx-datagrid .dx-column-lines > td:last-child {
  border-left: none;
  border-right: 1px solid #dedede;
}
.dx-rtl .dx-datagrid-form-buttons-container {
  float: left;
}
.dx-rtl .dx-datagrid-form-buttons-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-datagrid-cell-updated-animation {
  animation: 1s dx-datagrid-highlight-change;
}
@keyframes dx-datagrid-highlight-change {
  50%,
  from {
    background-color: rgba(40,72,79,.08);
  }
}
.dx-datagrid-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,
.dx-datagrid.dx-filter-menu .dx-menu-item-has-icon .dx-icon {
  color: #728e94;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before {
  content: "";
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,
.dx-datagrid.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-equals,
.dx-datagrid-container .dx-icon-filter-operation-equals {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-equals::before,
.dx-datagrid-container .dx-icon-filter-operation-equals::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-default,
.dx-datagrid-container .dx-icon-filter-operation-default {
  font: 12px/12px DXIcons;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-size: 12px 12px;
  padding: 0;
  text-align: center;
}
.dx-datagrid .dx-icon-filter-operation-default::before,
.dx-datagrid-container .dx-icon-filter-operation-default::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-not-equals,
.dx-datagrid-container .dx-icon-filter-operation-not-equals {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-equals::before,
.dx-datagrid-container .dx-icon-filter-operation-not-equals::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-less,
.dx-datagrid-container .dx-icon-filter-operation-less {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less::before,
.dx-datagrid-container .dx-icon-filter-operation-less::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-less-equal,
.dx-datagrid-container .dx-icon-filter-operation-less-equal {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-less-equal::before,
.dx-datagrid-container .dx-icon-filter-operation-less-equal::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-greater,
.dx-datagrid-container .dx-icon-filter-operation-greater {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater::before,
.dx-datagrid-container .dx-icon-filter-operation-greater::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-greater-equal,
.dx-datagrid-container .dx-icon-filter-operation-greater-equal {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-greater-equal::before,
.dx-datagrid-container .dx-icon-filter-operation-greater-equal::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-contains,
.dx-datagrid-container .dx-icon-filter-operation-contains {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-contains::before,
.dx-datagrid-container .dx-icon-filter-operation-contains::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-not-contains,
.dx-datagrid-container .dx-icon-filter-operation-not-contains {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-not-contains::before,
.dx-datagrid-container .dx-icon-filter-operation-not-contains::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-starts-with,
.dx-datagrid-container .dx-icon-filter-operation-starts-with {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-starts-with::before,
.dx-datagrid-container .dx-icon-filter-operation-starts-with::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-ends-with,
.dx-datagrid-container .dx-icon-filter-operation-ends-with {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-ends-with::before,
.dx-datagrid-container .dx-icon-filter-operation-ends-with::before {
  content: "";
}
.dx-datagrid .dx-icon-filter-operation-between,
.dx-datagrid-container .dx-icon-filter-operation-between {
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-icon-filter-operation-between::before,
.dx-datagrid-container .dx-icon-filter-operation-between::before {
  content: "";
}
.dx-datagrid {
  color: #28484f;
  background-color: #f5f5f5;
  line-height: inherit;
}
.dx-datagrid .dx-row-alt > td,
.dx-datagrid .dx-row-alt > tr > td {
  background-color: rgba(222,222,222,.4);
  border-top: 1px solid rgba(222,222,222,.4);
  border-bottom: 1px solid rgba(222,222,222,.4);
}
.dx-datagrid .dx-row-alt.dx-row:not(.dx-row-removed) {
  border-bottom-color: transparent;
}
.dx-datagrid .dx-link {
  text-decoration: underline;
  cursor: pointer;
  color: #3eb8b0;
}
.dx-datagrid .dx-row-lines > td {
  border-bottom: 1px solid #dedede;
}
.dx-datagrid .dx-column-lines > td {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.dx-datagrid .dx-error-row .dx-closebutton {
  float: right;
  margin: 9px;
  font: 14px/14px DXIcons;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  text-align: center;
}
.dx-datagrid .dx-error-row .dx-closebutton::before {
  content: "";
}
.dx-datagrid .dx-error-row .dx-error-message {
  background-color: #f68e9a;
  white-space: normal;
  word-wrap: break-word;
  padding: 7px 35px 7px 7px;
}
.dx-datagrid .dx-row > td {
  padding: 7px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 3px;
}
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon) {
  width: auto;
}
.dx-datagrid .dx-datagrid-rowsview .dx-virtual-row > td[style*="text-align: right"]:before {
  background-position-y: 34px;
}
.dx-datagrid .dx-command-drag {
  width: 36px;
  min-width: 36px;
}
.dx-datagrid .dx-command-drag .dx-datagrid-drag-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 19px;
}
.dx-datagrid-edit-popup .dx-error-message {
  padding: 7px;
}
.dx-datagrid-headers .dx-texteditor-input,
.dx-datagrid-rowsview .dx-texteditor-input {
  padding: 7px;
  min-height: 33px;
}
.dx-datagrid-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
  padding-right: 7px;
}
.dx-datagrid-headers .dx-lookup,
.dx-datagrid-rowsview .dx-lookup {
  height: auto;
}
.dx-datagrid-headers .dx-lookup-field,
.dx-datagrid-rowsview .dx-lookup-field {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
  padding-left: 34px;
}
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-datagrid-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-datagrid-rowsview .dx-searchbox .dx-texteditor-input {
  padding-right: 34px;
}
.dx-datagrid-checkbox-size {
  vertical-align: middle;
  line-height: 1em;
}
.dx-datagrid-checkbox-size.dx-checkbox-checked .dx-checkbox-icon {
  font-size: 12px;
}
.dx-datagrid-checkbox-size .dx-checkbox-icon {
  height: 16px;
  width: 16px;
}
.dx-datagrid-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  height: 6px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 0;
}
.dx-datagrid-column-chooser-list .dx-empty-message,
.dx-device-mobile .dx-datagrid-column-chooser-list .dx-empty-message {
  color: #83b5c0;
  padding: 0 20px;
}
.dx-datagrid-column-chooser {
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-datagrid-column-chooser input,
.dx-datagrid-column-chooser textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
  margin-bottom: 10px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
  padding-left: 20px;
}
.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-datagrid-column-chooser .dx-overlay-content {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
  padding-top: 7px;
  padding-bottom: 9px;
  background-color: transparent;
}
.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  color: #7eb2be;
  font-weight: 400;
  border: 1px solid #dedede;
  padding: 7px;
  box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
}
.dx-datagrid-drag-header {
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
  color: #7eb2be;
  font-weight: 400;
  padding: 7px;
  border: 1px solid rgba(60,186,178,.5);
  background-color: #f5f5f5;
}
.dx-datagrid-columns-separator {
  background-color: rgba(60,186,178,.5);
}
.dx-datagrid-columns-separator-transparent {
  background-color: transparent;
}
.dx-datagrid-drop-highlight > td {
  background-color: #3cbab2;
  color: #fff;
}
.dx-datagrid-focus-overlay {
  border: 2px solid #529793;
}
.dx-datagrid-table .dx-row .dx-command-select {
  width: 70px;
  min-width: 70px;
}
.dx-datagrid-table .dx-row .dx-command-edit {
  width: 85px;
  min-width: 85px;
}
.dx-datagrid-table .dx-row .dx-command-expand {
  width: 30px;
  min-width: 30px;
}
.dx-datagrid-table .dx-row .dx-command-expand.dx-datagrid-group-space {
  padding-top: 7px;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
  background-color: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
  border-right-color: rgba(222,222,222,.4);
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
  overflow: inherit;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {
  background-color: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
  background-color: transparent;
}
.dx-datagrid-headers {
  color: #7eb2be;
  font-weight: 400;
  touch-action: pinch-zoom;
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-headers .dx-datagrid-content {
  margin-bottom: -1px;
}
.dx-datagrid-borders .dx-datagrid-headers .dx-datagrid-table {
  border-bottom-width: 1px;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-filter-row .dx-menu .dx-overlay-content {
  color: #28484f;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused {
  background-color: transparent;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused::after {
  border: 2px solid #529793;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
  background-color: #f5f5f5;
}
.dx-datagrid-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded::after {
  border-color: transparent;
}
.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-state-hover {
  background-color: transparent;
}
.dx-datagrid-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
  background-color: #f5f5f5;
}
.dx-datagrid-filter-row .dx-cell-modified::after,
.dx-datagrid-filter-row .dx-datagrid-invalid::after,
.dx-datagrid-filter-row .dx-highlight-outline::after {
  border-color: rgba(114,214,60,.5);
}
.dx-datagrid-filter-row .dx-menu-item-content .dx-icon {
  color: #728e94;
}
.dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content {
  border: 1px solid #dedede;
  overflow: inherit;
  box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-cell-modified::after,
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-datagrid-invalid::after {
  border-color: rgba(114,214,60,.5);
  left: 0;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
  background-color: #f5f5f5;
  padding: 7px;
}
.dx-datagrid-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after {
  border: 2px solid #529793;
}
.dx-cell-modified,
.dx-datagrid-invalid {
  padding: 7px;
}
.dx-datagrid-header-panel {
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-header-panel .dx-toolbar {
  margin-bottom: 10px;
}
.dx-datagrid-header-panel .dx-apply-button {
  background-color: #72d63c;
  border-color: #64cd2b;
  color: #fff;
}
.dx-datagrid-header-panel .dx-apply-button .dx-icon {
  color: #fff;
}
.dx-datagrid-header-panel .dx-apply-button.dx-state-hover {
  background-color: #5ab827;
  border-color: #64cd2b;
}
.dx-datagrid-header-panel .dx-apply-button.dx-state-focused {
  background-color: #50a322;
  border-color: #64cd2b;
}
.dx-datagrid-header-panel .dx-apply-button.dx-state-active {
  background-color: #458e1e;
  border-color: #64cd2b;
  color: #fff;
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-addrow-button .dx-icon-edit-button-addrow::before {
  content: "";
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-cancel-button .dx-icon-edit-button-cancel::before {
  content: "";
}
.dx-datagrid-save-button .dx-icon-edit-button-save {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-save-button .dx-icon-edit-button-save::before {
  content: "";
}
.dx-datagrid-export-button .dx-icon-export-to {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-export-button .dx-icon-export-to::before {
  content: "";
}
.dx-datagrid-export-button .dx-icon-export-excel-button {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-datagrid-export-button .dx-icon-export-excel-button::before {
  content: "";
}
.dx-datagrid-adaptive-more {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  background-size: 21px 21px;
  padding: 0;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-datagrid-borders .dx-datagrid-rowsview,
.dx-datagrid-headers + .dx-datagrid-rowsview {
  border-top: 1px solid #dedede;
}
.dx-datagrid-rowsview .dx-row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row:first-child > td {
  border-top-width: 0;
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row > td {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-rowsview .dx-row.dx-datagrid-edit-form {
  white-space: normal;
}
.dx-datagrid-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row > .dx-datagrid-group-space {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space {
  background-color: #f0f0f0;
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-datagrid-invalid::after {
  border: 1px solid rgba(247,74,94,.4);
}
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-validator.dx-datagrid-invalid.dx-focused.dx-datagrid-invalid::after {
  border: 1px solid #f74a5e;
}
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-cell-modified::after,
.dx-datagrid-rowsview .dx-data-row .dx-cell-modified.dx-datagrid-invalid::after {
  border-color: rgba(114,214,60,.5);
}
.dx-datagrid-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content {
  padding: 9px 17px;
}
.dx-datagrid-rowsview .dx-row-removed > td {
  background-color: rgba(114,214,60,.5);
  border-top: 1px solid rgba(114,214,60,.5);
  border-bottom: 1px solid rgba(114,214,60,.5);
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid {
  border: 1px solid rgba(247,74,94,.4);
}
.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-datagrid-invalid.dx-adaptive-item-text {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
.dx-datagrid-rowsview .dx-item-modified {
  border-radius: 2px;
  border: 2px solid rgba(114,214,60,.5);
}
.dx-datagrid-rowsview .dx-item-modified.dx-adaptive-item-text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.dx-datagrid-rowsview .dx-row-focused:focus {
  outline: 0;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
  background-color: #61c6bf;
  color: #fff;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
  border-radius: 0;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-datagrid-group-opened {
  color: #fff;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
  border-bottom: 1px solid #529793;
}
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #529793;
  border-bottom: 1px solid #529793;
}
.dx-datagrid-rowsview .dx-row-focused.dx-group-row {
  background-color: #61c6bf;
  color: #fff;
}
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-closed,
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-group-opened,
.dx-datagrid-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item {
  color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
  background-color: #3eb8b0;
  color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-datagrid-group-space {
  border-right-color: #3eb8b0;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none {
  border-left-color: #6dd0ca;
  border-right-color: #6dd0ca;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
  border-bottom: 1px solid #3eb8b0;
  border-top: 1px solid #3eb8b0;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #3eb8b0;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
  border-bottom: 1px solid #3eb8b0;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
  border-left-color: #6dd0ca;
  border-right-color: #6dd0ca;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
  border-bottom-color: #6dd0ca;
}
.dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-right: 0;
}
.dx-datagrid-rowsview td.dx-validation-pending {
  position: relative;
  padding: 0;
}
.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid {
  padding: 7px 34px 7px 7px;
}
.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid,
.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending.dx-datagrid-invalid {
  padding-left: 34px;
  padding-right: 7px;
}
.dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  right: 4px;
  background-color: #f5f5f5;
}
.dx-rtl .dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator,
.dx-rtl.dx-datagrid-rowsview td.dx-validation-pending .dx-pending-indicator {
  left: 4px;
  right: auto;
}
.dx-datagrid-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending .dx-texteditor-input {
  padding-right: 34px;
}
.dx-datagrid-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 34px;
}
.dx-datagrid-search-text {
  color: #fff;
  background-color: #3cbab2;
}
.dx-datagrid-nodata {
  color: #83b5c0;
  font-size: 17px;
}
.dx-datagrid-bottom-load-panel {
  border-top: 1px solid #dedede;
  background-color: #f5f5f5;
}
.dx-datagrid-pager {
  border-top: 3px double #dedede;
}
.dx-datagrid-pager .dx-navigate-button,
.dx-datagrid-pager .dx-page,
.dx-datagrid-pager .dx-page-size {
  outline: 0;
}
.dx-datagrid-pager.dx-state-focused .dx-navigate-button:focus,
.dx-datagrid-pager.dx-state-focused .dx-page-size:focus,
.dx-datagrid-pager.dx-state-focused .dx-page:focus {
  outline: #529793 solid 2px;
  outline-offset: -2px;
}
.dx-datagrid-summary-item {
  color: #728e94;
}
.dx-datagrid-total-footer {
  position: relative;
  border-top: 1px solid #dedede;
}
.dx-datagrid-revert-tooltip .dx-overlay-content {
  background-color: #f5f5f5;
  min-width: inherit;
}
.dx-datagrid-revert-tooltip .dx-revert-button {
  margin: 0 1px;
  background-color: #f74a5e;
  border-color: #f63248;
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button .dx-icon {
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-hover {
  background-color: #f51933;
  border-color: #f63248;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-focused {
  background-color: #ea0a24;
  border-color: #f63248;
}
.dx-datagrid-revert-tooltip .dx-revert-button.dx-state-active {
  background-color: #d20920;
  border-color: #f63248;
  color: #fff;
}
.dx-datagrid-revert-tooltip .dx-revert-button > .dx-button-content {
  padding: 7px;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size {
  width: 100%;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-container {
  padding: 14px;
}
.dx-toolbar-menu-section .dx-datagrid-checkbox-size .dx-checkbox-text {
  padding-left: 34px;
}
.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-datagrid-group-space {
  border-left-color: rgba(222,222,222,.4);
  border-right-color: transparent;
}
.dx-rtl .dx-datagrid-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-rtl .dx-datagrid-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
  border-right-color: #6dd0ca;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-datagrid-group-space {
  border-left-color: #3eb8b0;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none {
  border-left-color: #6dd0ca;
}
.dx-rtl .dx-datagrid-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-left: 0;
}
.dx-datagrid-group-panel {
  font-size: 14px;
  touch-action: pinch-zoom;
}
.dx-datagrid-group-panel .dx-group-panel-message {
  color: #7eb2be;
  font-weight: 400;
  padding: 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dx-datagrid-group-panel .dx-group-panel-item {
  margin-right: 10px;
  color: #7eb2be;
  font-weight: 400;
  border: 1px solid #dedede;
  padding: 7px;
}
.dx-datagrid-group-panel .dx-block-separator {
  margin-right: 10px;
  color: #7eb2be;
  font-weight: 400;
  padding: 8px;
  background-color: #e4e4e4;
}
.dx-datagrid-group-panel .dx-sort {
  color: #728e94;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:first-child {
  border-top: none;
}
.dx-datagrid-rowsview .dx-row.dx-group-row {
  font-weight: 700;
}
.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
  color: #7eb2be;
  background-color: #f5f5f5;
}
.dx-datagrid-rowsview .dx-row.dx-group-row td {
  border-top-color: #dedede;
  border-bottom-color: #dedede;
}
.dx-datagrid-group-opened {
  font: 18px/18px DXIcons;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  color: #728e94;
}
.dx-datagrid-group-opened::before {
  content: "";
}
.dx-datagrid-group-closed {
  font: 18px/18px DXIcons;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
  color: #728e94;
}
.dx-datagrid-group-closed::before {
  content: "";
}
.dx-datagrid-group-closed,
.dx-datagrid-group-opened {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.dx-row.dx-datagrid-group-footer.dx-column-lines {
  border-bottom: 1px solid #dedede;
}
.dx-row.dx-datagrid-group-footer > td {
  background-color: #f5f5f5;
  border-top: 1px solid #dedede;
  border-left-width: 0;
  border-right-width: 0;
}
.dx-rtl .dx-datagrid-group-panel .dx-block-separator,
.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item {
  margin-left: 10px;
}
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter,
.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text,
.dx-datagrid-filter-panel .dx-icon-filter {
  outline: 0;
  color: #3cbab2;
}
.dx-treelist-important-margin {
  margin-right: 5px!important;
}
.dx-treelist-table {
  background-color: transparent;
}
.dx-treelist-borders > .dx-treelist-total-footer {
  border-top: 0;
}
.dx-treelist-borders > .dx-treelist-pager {
  margin-top: 1px;
}
.dx-treelist-borders > .dx-treelist-header-panel {
  border-bottom: 0;
}
.dx-treelist-borders > .dx-treelist-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
  border-bottom-width: 0;
}
.dx-treelist .dx-treelist-content-fixed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table {
  position: relative;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table td {
  pointer-events: auto;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-row td.dx-pointer-events-none {
  visibility: hidden;
  background-color: transparent;
  pointer-events: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-header-row td.dx-pointer-events-none {
  border-bottom-color: transparent;
}
.dx-treelist .dx-treelist-content-fixed .dx-treelist-table.dx-treelist-table-fixed .dx-row td.dx-pointer-events-none {
  width: auto;
}
.dx-treelist .dx-menu-subitem ul li {
  padding-top: 0;
}
.dx-treelist .dx-menu-subitem ul li:first-child {
  padding-top: 1px;
}
.dx-treelist .dx-menu-subitem .dx-menu-item {
  padding: 7px 30px 7px 5px;
}
.dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: left;
}
.dx-treelist .dx-link {
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist .dx-column-indicators {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.dx-treelist .dx-column-indicators.dx-visibility-hidden {
  visibility: hidden;
}
.dx-treelist .dx-column-indicators .dx-sort-index-icon {
  padding-right: 3px;
  margin-left: -3px;
  width: 15px;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter,
.dx-treelist .dx-column-indicators .dx-header-filter.dx-sort,
.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter,
.dx-treelist .dx-column-indicators .dx-sort.dx-sort {
  display: inline-block;
}
.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter::after,
.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -7px;
}
.dx-treelist .dx-row > td,
.dx-treelist .dx-row > tr > td {
  padding: 7px;
}
.dx-treelist .dx-error-row {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}
.dx-treelist .dx-error-row .dx-error-message {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.dx-treelist .dx-error-row .dx-error-message a {
  color: inherit;
}
.dx-treelist .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: move;
  vertical-align: middle;
  padding: 0;
}
.dx-sortable-dragging .dx-treelist-rowsview .dx-data-row .dx-command-drag {
  cursor: pointer;
  cursor: grabbing;
}
.dx-sortable-without-handle .dx-data-row {
  cursor: pointer;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
  border-bottom: none;
  font-size: 16px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
  font-size: 16px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action {
  opacity: 1;
  cursor: pointer;
  touch-action: pinch-zoom;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
  padding: 0;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node {
  padding-left: 0;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node .dx-checkbox {
  left: 4px;
}
.dx-treelist-nowrap,
.dx-treelist-nowrap .dx-header-row>td>.dx-treelist-text-content {
  white-space: nowrap;
}
.dx-treelist-drag-header {
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10000;
  box-sizing: content-box;
}
.dx-treelist-drag-header.dx-drag-command-cell {
  padding: 0;
}
.dx-treelist-columns-separator {
  position: absolute;
  z-index: 3;
  width: 3px;
}
.dx-treelist-columns-separator-transparent {
  border-left: 0;
  border-right: 0;
}
.dx-treelist-tracker {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: col-resize;
}
.dx-treelist-table-content {
  position: absolute;
  top: 0;
}
.dx-treelist-focus-overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  visibility: hidden;
}
.dx-treelist-action,
.dx-treelist-drag-action {
  cursor: pointer;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
  color: inherit;
}
.dx-treelist-content {
  position: relative;
}
.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message {
  visibility: visible;
}
.dx-treelist-content .dx-overlay-wrapper.dx-invalid-message.dx-treelist-invalid-message .dx-overlay-content,
.dx-treelist-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-table-fixed {
  table-layout: fixed;
  width: 100%;
}
input.dx-hidden {
  display: inline-block!important;
  width: 0!important;
}
.dx-hidden-cell {
  visibility: hidden;
}
.dx-row > td,
.dx-row > tr > td {
  border: none;
}
.dx-treelist-content .dx-treelist-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 10px;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed {
  max-width: none;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
  display: none;
}
.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
  width: 26px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators {
  float: none!important;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators > span {
  width: 14px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-header-row .dx-treelist-text-content {
  max-width: none;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators {
  float: none!important;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators > span {
  width: 14px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-master-detail-cell {
  max-width: 0;
}
.dx-treelist-content .dx-treelist-table [class*=column] + [class*=column]:last-child {
  float: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td {
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td:first-child,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td:first-child {
  border-left: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space {
  border-right: none;
  vertical-align: top;
}
.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td,
.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space + td {
  border-left: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container {
  overflow: hidden;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay {
  position: static;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
  max-width: 0;
  padding: 0;
  vertical-align: middle;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor,
.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor-container {
  border: 0;
  margin: 0;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-select {
  padding: 0;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit {
  text-overflow: clip;
  width: 100px;
  min-width: 100px;
  white-space: nowrap;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
  width: 80px;
  min-width: 80px;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
  text-decoration: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit .dx-link {
  display: inline-block;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand {
  padding: 0;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-treelist-content .dx-treelist-table .dx-row .dx-command-adaptive {
  padding: 0;
  vertical-align: middle;
}
.dx-treelist-content .dx-treelist-table .dx-data-row .dx-command-edit-with-icons {
  line-height: 1;
  white-space: nowrap;
}
.dx-treelist-content .dx-treelist-table .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-last-data-cell {
  border-right: none;
}
.dx-treelist-content .dx-treelist-table .dx-row > .dx-command-adaptive-hidden {
  border-left: none;
}
.dx-cell-modified,
.dx-highlight-outline,
.dx-treelist-invalid {
  position: relative;
  padding: 7px;
}
.dx-cell-modified::after,
.dx-highlight-outline::after,
.dx-treelist-invalid::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.dx-cell-modified.dx-hidden,
.dx-highlight-outline.dx-hidden,
.dx-treelist-invalid.dx-hidden {
  display: block!important;
}
.dx-cell-modified.dx-hidden::after,
.dx-highlight-outline.dx-hidden::after,
.dx-treelist-invalid.dx-hidden::after {
  display: none;
}
.dx-editor-cell .dx-texteditor-input {
  margin: 0;
}
.dx-editor-cell .dx-highlight-outline,
.dx-editor-cell.dx-cell-modified,
.dx-editor-cell.dx-treelist-invalid {
  padding: 0;
}
.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
  display: inline-block;
  content: "​";
  vertical-align: middle;
}
.dx-column-lines .dx-cell-modified::after,
.dx-column-lines .dx-highlight-outline::after,
.dx-column-lines .dx-treelist-invalid::after {
  left: 0;
}
.dx-treelist-headers {
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-header-row .dx-editor-cell .dx-select-checkbox {
  display: inline-block;
}
.dx-header-row > td {
  white-space: nowrap;
  overflow: hidden;
}
.dx-header-row > td > .dx-treelist-text-content {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.dx-header-row .dx-text-content-alignment-left,
.dx-header-row .dx-text-content-alignment-right,
.dx-header-row>td>.dx-treelist-text-content:not(.dx-sort-indicator):not(.dx-header-filter-indicator) {
  max-width: 100%;
}
.dx-header-row .dx-header-filter-indicator,
.dx-header-row .dx-sort-indicator {
  max-width: calc(100% - 17px);
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left {
  margin-right: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right {
  margin-left: 3px;
}
.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,
.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 34px);
}
.dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
  max-width: calc(100% - 31px);
}
.dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 62px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator {
  max-width: calc(100% - 29px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator {
  max-width: calc(100% - 43px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 46px);
}
.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
  max-width: calc(100% - 74px);
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor {
  border-width: 0;
}
.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused::after {
  content: " ";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
  pointer-events: none;
}
.dx-treelist-filter-range-overlay .dx-treelist-filter-range-end {
  border-top: 1px solid transparent;
}
.dx-treelist-filter-range-overlay .dx-editor-container.dx-cell-modified,
.dx-treelist-filter-range-overlay .dx-editor-container.dx-treelist-invalid {
  padding: 0;
}
.dx-treelist-filter-row .dx-editor-cell .dx-menu {
  display: none;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu {
  position: relative;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
  display: block;
}
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder::before,
.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input {
  padding-left: 32px;
}
.dx-treelist-filter-row .dx-cell-modified::after,
.dx-treelist-filter-row .dx-treelist-invalid::after {
  pointer-events: none;
}
.dx-treelist-filter-row .dx-focused .dx-highlight-outline::after,
.dx-treelist-filter-row .dx-focused.dx-cell-modified::after,
.dx-treelist-filter-row .dx-focused.dx-treelist-invalid::after {
  border-color: transparent;
}
.dx-treelist-filter-row .dx-menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -2px;
  height: 100%;
  overflow: visible;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal {
  height: 100%;
}
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout,
.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text {
  display: none;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused::after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  height: 102%;
  content: "";
}
.dx-treelist-filter-row > .dx-first-cell .dx-menu,
.dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 30px 5px 5px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
  padding: 8px 5px 7px;
}
.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
  padding: 9px 6px 8px;
}
.dx-treelist-filter-row .dx-menu-caption {
  padding-left: 6px;
}
.dx-treelist-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
  display: none;
}
.dx-treelist-filter-row .dx-menu-item-highlight {
  font-weight: 400;
}
.dx-treelist-scroll-container {
  overflow: hidden;
  width: 100%;
}
.dx-treelist-header-panel {
  text-align: left;
}
.dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 10px;
}
.dx-state-disabled {
  cursor: pointer;
}
.dx-state-disabled .dx-menu-item {
  cursor: default;
}
.dx-treelist-search-panel {
  margin: 0 0 0 15px;
}
.dx-gridbase-container > .dx-treelist-rowsview {
  flex: auto;
  height: auto;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable {
  display: flex;
}
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable > .dx-scrollable-wrapper,
.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable > div > .dx-scrollable-wrapper {
  flex: 1;
  height: auto;
  min-width: 0;
  min-height: 0;
}
.dx-treelist-rowsview {
  position: relative;
  overflow: hidden;
}
.dx-treelist-rowsview.dx-empty {
  height: 100px;
}
.dx-treelist-rowsview.dx-empty .dx-scrollable-content {
  height: 100%;
}
.dx-treelist-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
  z-index: 2;
}
.dx-treelist-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
  z-index: 3;
}
.dx-treelist-rowsview .dx-treelist-content {
  overflow-anchor: none;
}
.dx-treelist-rowsview .dx-treelist-content:not(.dx-treelist-content-fixed) {
  min-height: 100%;
}
.dx-treelist-rowsview:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-row > td,
.dx-treelist-rowsview .dx-row > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>td,
.dx-treelist-rowsview .dx-row.dx-row-lines:first-child>tr>td {
  border-top: none;
}
.dx-treelist-rowsview .dx-data-row > td:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-selection > td .dx-link,
.dx-treelist-rowsview .dx-selection > tr > td .dx-link,
.dx-treelist-rowsview .dx-selection.dx-row:hover > td .dx-link,
.dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
  color: inherit;
}
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row,
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row {
  border-top: 0;
  border-bottom: 0;
}
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-freespace-row > td,
.dx-treelist-rowsview .dx-treelist-table .dx-row.dx-virtual-row > td {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
  display: none;
}
.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr.dx-selection>td>.dx-select-checkbox,
.dx-treelist-rowsview .dx-select-checkboxes-hidden>tbody>tr>td:hover>.dx-select-checkbox {
  display: inline-block;
}
.dx-treelist-rowsview .dx-row > .dx-master-detail-cell {
  padding: 30px;
}
.dx-treelist-rowsview .dx-row > .dx-master-detail-cell:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-data-row.dx-edit-row .dx-cell-modified::after {
  border-color: transparent;
}
.dx-treelist-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.dx-treelist-bottom-load-panel {
  text-align: center;
  padding: 10px;
}
.dx-treelist-hidden-column {
  white-space: nowrap;
}
.dx-treelist .dx-row .dx-treelist-hidden-column {
  border-right-width: 0;
  border-left-width: 0;
}
.dx-treelist-hidden-column > * {
  display: none!important;
}
.dx-treelist-total-footer > .dx-treelist-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-summary-item {
  font-weight: 700;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox {
  margin-left: 0;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
  width: 16px;
  height: 16px;
}
.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
  white-space: nowrap;
  word-break: normal;
}
.dx-command-adaptive {
  width: 36px;
  min-width: 36px;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
  border: none;
  box-shadow: none;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
  padding: 0;
}
.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
  width: 0;
  height: 0;
}
.dx-treelist-notouch-action {
  touch-action: none;
  -ms-content-zooming: none;
  -ms-overflow-style: none;
}
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item {
  border: none;
}
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
}
.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item,
.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item {
  padding: 7px 5px 7px 30px;
}
.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image,
.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
  background-position-x: right;
}
.dx-rtl .dx-treelist .dx-texteditor-buttons-container,
.dx-treelist.dx-rtl .dx-texteditor-buttons-container {
  text-align: start;
}
.dx-rtl .dx-treelist-content .dx-treelist-table {
  direction: rtl;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space {
  border-left: none;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td {
  border-right: none;
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
  transform: scaleX(-1);
}
.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated,
.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated {
  direction: ltr;
}
.dx-rtl .dx-treelist-headers .dx-treelist-scrollable-simulated .dx-treelist-table,
.dx-rtl .dx-treelist-total-footer .dx-treelist-scrollable-simulated .dx-treelist-table {
  direction: rtl;
}
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder::before,
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input {
  padding-right: 32px;
}
.dx-rtl .dx-treelist-filter-row .dx-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: -2px;
}
.dx-rtl .dx-treelist-filter-row > td:first-child .dx-menu {
  margin-left: 0;
}
.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
  padding: 5px 5px 5px 30px;
}
.dx-rtl .dx-treelist-filter-row .dx-menu-caption {
  padding-right: 6px;
}
.dx-rtl .dx-treelist-header-panel {
  text-align: right;
}
.dx-rtl .dx-treelist-header-panel .dx-treelist-column-chooser-button {
  margin-left: 0;
}
.dx-rtl .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dx-treelist-search-panel {
  margin: 0 15px 0 0;
}
.dx-treelist-filter-panel,
.dx-treelist-filter-panel-left {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 0;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter:hover,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist-filter-panel .dx-treelist-filter-panel-checkbox {
  padding-right: 10px;
}
.dx-treelist-filter-panel .dx-icon-filter {
  margin: auto 7px auto auto;
  cursor: pointer;
}
.dx-treelist-container {
  position: relative;
  cursor: default;
  white-space: normal;
  line-height: normal;
  color: #28484f;
  background-color: #f5f5f5;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-text-content,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content {
  display: inline;
  white-space: normal;
}
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-icon-container,
.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-icon-container {
  float: none;
}
.dx-treelist-rowsview .dx-treelist-icon-container {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1;
}
.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
  float: left;
}
.dx-treelist-borders > .dx-treelist-headers,
.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.dx-treelist-borders > .dx-treelist-rowsview,
.dx-treelist-borders > .dx-treelist-total-footer {
  border-bottom: 1px solid #dedede;
}
.dx-treelist-borders > .dx-treelist-filter-panel,
.dx-treelist-borders > .dx-treelist-headers,
.dx-treelist-borders > .dx-treelist-pager {
  border-top: 1px solid #dedede;
}
.dx-treelist-borders > .dx-treelist-filter-panel {
  border-top-width: 0;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-sortable-dragging > div > .dx-gridbase-container > .dx-treelist-rowsview {
  border-color: rgba(60,186,178,.5);
}
.dx-treelist .dx-column-lines > td:first-child {
  border-left: none;
}
.dx-treelist .dx-column-lines > td:last-child {
  border-right: none;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon::before {
  content: "";
}
.dx-treelist-container .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-sort-up::before {
  content: "";
}
.dx-treelist-container .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-sort-down::before {
  content: "";
}
.dx-treelist-container .dx-sort-down,
.dx-treelist-container .dx-sort-up {
  font-family: inherit;
}
.dx-treelist-container .dx-sort-down::before,
.dx-treelist-container .dx-sort-up::before {
  font-family: DXIcons,sans-serif;
}
.dx-treelist-container .dx-treelist-headers .dx-header-filter,
.dx-treelist-container .dx-treelist-headers .dx-header-row > td {
  outline: 0;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus,
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
  outline: #529793 solid 2px;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td:focus {
  outline-offset: -2px;
}
.dx-treelist-container .dx-treelist-headers.dx-state-focused .dx-header-row td .dx-header-filter:focus {
  outline-offset: 2px;
}
.dx-treelist-container .dx-header-filter {
  position: relative;
  color: #7eb2be;
  font: 14px/1 DXIcons;
}
.dx-treelist-container .dx-header-filter::before {
  content: "";
}
.dx-treelist-container .dx-header-filter-empty {
  color: rgba(126,178,190,.5);
}
.dx-treelist-container.dx-filter-menu .dx-menu-item-content .dx-icon {
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.dx-treelist-container .dx-treelist-content-fixed .dx-treelist-table .dx-col-fixed {
  background-color: #f5f5f5;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell {
  border-left: none;
}
.dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell {
  border-right: none;
}
.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row > td.dx-command-edit > a.dx-link:focus {
  outline: #529793 solid 2px;
  outline-offset: 2px;
}
.dx-treelist-container .dx-treelist-rowsview.dx-state-focused .dx-data-row.dx-row-focused > td.dx-command-edit > a.dx-link:focus {
  outline-color: #fff;
  outline-offset: 0;
}
.dx-treelist-container .dx-treelist-rowsview .dx-treelist-edit-form {
  background-color: #f5f5f5;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td {
  position: relative;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td::before {
  display: block;
  height: 100%;
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACqCAYAAABbAOqQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjYWQ2ODE5MS00ZDMxLWRjNGYtOTU0NC1jNjJkMTIxMjY2M2IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Njc1MjJDQUMzRDYzMTFFODhCMEJDMTY1QUY0RUJDNUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Njc1MjJDQUIzRDYzMTFFODhCMEJDMTY1QUY0RUJDNUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVlMjM1Y2U0LTc5ZWUtNGI0NC05ZjlkLTk2NTZmZGFjNjhhNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjk1OTQ2MjBiLTUyMTQtYTM0Yy04Nzc5LTEwMmEyMTY4MTlhOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvW6FhcAAAFESURBVHja7Nu7DYQwFEVBg+iDmFLI6D9zJQ+REThA4iNjzynBo0uwqzdERFI9jZ4AiIAAERAgAgJEQPpuWtZt9gyPli3EJ0tAgAiIgAARECACAkRAgOjzpnTz10lZCBABASIgAgJEQIAICBABASIgAgJEQIAISKMd/6nXekGVLURABASIgAARECACAkRABASILuaCykIEBIiAABEQIAICREAEBIiAABEQIAICREBUruYLqjfLFiIgQAQEiIAAERABASIgQASkqVxQWYiAABEQIAICRECACIiAABEQIAICRECACIjK9XpBZSECAkRAgAgIEAERECACAkRA2soFlYUICBABASIgQAQEiIAICBABASIgQAQEiICo3F8vqLKFCAgQAREQIAICRECACAgQAdGpISK8goUICBABASIgQAQEiGppF2AAqqIPxEOTqaQAAAAASUVORK5CYII=");
  background-repeat: no-repeat repeat;
}
.dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]::before {
  transform: scaleX(-1);
}
.dx-treelist-container .dx-treelist-filter-row .dx-filter-range-content {
  color: #28484f;
}
.dx-treelist-container .dx-error-row td {
  color: #fff;
  padding: 0;
}
.dx-treelist-container .dx-error-row .dx-error-message {
  background-color: #f68e9a;
  white-space: normal;
  word-wrap: break-word;
}
.dx-treelist-filter-panel {
  padding: 10px;
  color: #28484f;
  border-top: 1px solid #dedede;
}
.dx-treelist-filter-panel.dx-state-focused .dx-icon-filter:focus,
.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-clear-filter:focus,
.dx-treelist-filter-panel.dx-state-focused .dx-treelist-filter-panel-text:focus {
  outline: #529793 solid 2px;
}
.dx-treelist-form-buttons-container {
  float: right;
}
.dx-treelist-form-buttons-container .dx-button {
  margin-left: 10px;
  margin-top: 10px;
}
.dx-treelist-export-menu .dx-menu-item .dx-icon-exportxlsx {
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}
.dx-treelist-adaptive-more {
  cursor: pointer;
  font: 21px/21px DXIcons;
}
.dx-treelist-adaptive-more::before {
  content: "";
}
.dx-treelist-edit-popup .dx-error-message {
  background-color: #f68e9a;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  margin-bottom: 20px;
}
.dx-rtl.dx-treelist .dx-column-lines > td:first-child {
  border-right: none;
  border-left: 1px solid #dedede;
}
.dx-rtl.dx-treelist .dx-column-lines > td:last-child {
  border-left: none;
  border-right: 1px solid #dedede;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none {
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-first-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-first-cell {
  border-right: none;
}
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-header-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-datagrid-rowsview .dx-virtual-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell,
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-freespace-row td.dx-pointer-events-none.dx-last-cell {
  border-left: none;
}
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td::before {
  transform: scaleX(-1);
}
.dx-rtl .dx-treelist-container .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: left"]::before {
  transform: scale(1);
}
.dx-rtl .dx-treelist-form-buttons-container {
  float: left;
}
.dx-rtl .dx-treelist-form-buttons-container .dx-button {
  margin-left: 0;
  margin-right: 10px;
}
.dx-treelist-cell-updated-animation {
  animation: 1s dx-treelist-highlight-change;
}
@keyframes dx-treelist-highlight-change {
  50%,
  from {
    background-color: rgba(40,72,79,.08);
  }
}
.dx-treelist-container.dx-filter-menu .dx-menu-item-has-icon .dx-icon,
.dx-treelist.dx-filter-menu .dx-menu-item-has-icon .dx-icon {
  color: #728e94;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-asc::before {
  content: "";
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc {
  font: 16px/16px DXIcons;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  text-align: center;
}
.dx-treelist-container.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before,
.dx-treelist.dx-context-menu .dx-menu-items-container .dx-icon-context-menu-sort-desc::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-equals,
.dx-treelist-container .dx-icon-filter-operation-equals {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-equals::before,
.dx-treelist-container .dx-icon-filter-operation-equals::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-default,
.dx-treelist-container .dx-icon-filter-operation-default {
  font: 12px/12px DXIcons;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-size: 12px 12px;
  padding: 0;
  text-align: center;
}
.dx-treelist .dx-icon-filter-operation-default::before,
.dx-treelist-container .dx-icon-filter-operation-default::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-not-equals,
.dx-treelist-container .dx-icon-filter-operation-not-equals {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-not-equals::before,
.dx-treelist-container .dx-icon-filter-operation-not-equals::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-less,
.dx-treelist-container .dx-icon-filter-operation-less {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-less::before,
.dx-treelist-container .dx-icon-filter-operation-less::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-less-equal,
.dx-treelist-container .dx-icon-filter-operation-less-equal {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-less-equal::before,
.dx-treelist-container .dx-icon-filter-operation-less-equal::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-greater,
.dx-treelist-container .dx-icon-filter-operation-greater {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-greater::before,
.dx-treelist-container .dx-icon-filter-operation-greater::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-greater-equal,
.dx-treelist-container .dx-icon-filter-operation-greater-equal {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-greater-equal::before,
.dx-treelist-container .dx-icon-filter-operation-greater-equal::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-contains,
.dx-treelist-container .dx-icon-filter-operation-contains {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-contains::before,
.dx-treelist-container .dx-icon-filter-operation-contains::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-not-contains,
.dx-treelist-container .dx-icon-filter-operation-not-contains {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-not-contains::before,
.dx-treelist-container .dx-icon-filter-operation-not-contains::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-starts-with,
.dx-treelist-container .dx-icon-filter-operation-starts-with {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-starts-with::before,
.dx-treelist-container .dx-icon-filter-operation-starts-with::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-ends-with,
.dx-treelist-container .dx-icon-filter-operation-ends-with {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-ends-with::before,
.dx-treelist-container .dx-icon-filter-operation-ends-with::before {
  content: "";
}
.dx-treelist .dx-icon-filter-operation-between,
.dx-treelist-container .dx-icon-filter-operation-between {
  font: 14px/1 DXIcons;
}
.dx-treelist .dx-icon-filter-operation-between::before,
.dx-treelist-container .dx-icon-filter-operation-between::before {
  content: "";
}
.dx-treelist {
  line-height: inherit;
}
.dx-treelist .dx-row-alt > td,
.dx-treelist .dx-row-alt > tr > td {
  background-color: rgba(222,222,222,.4);
  border-top: 1px solid rgba(222,222,222,.4);
  border-bottom: 1px solid rgba(222,222,222,.4);
}
.dx-treelist .dx-row-alt.dx-row:not(.dx-row-removed) {
  border-bottom-color: transparent;
}
.dx-treelist .dx-link {
  color: #3eb8b0;
}
.dx-treelist .dx-row-lines > td {
  border-bottom: 1px solid #dedede;
}
.dx-treelist .dx-column-lines > td {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.dx-treelist .dx-error-row .dx-closebutton {
  float: right;
  margin: 9px;
  font: 14px/14px DXIcons;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  text-align: center;
}
.dx-treelist .dx-error-row .dx-closebutton::before {
  content: "";
}
.dx-treelist .dx-error-row .dx-error-message {
  padding: 7px 35px 7px 7px;
}
.dx-treelist .dx-row > td {
  padding: 7px;
}
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link {
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin: 0 3px;
}
.dx-treelist .dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit-with-icons .dx-link:not(.dx-link-icon) {
  width: auto;
}
.dx-treelist .dx-treelist-rowsview .dx-virtual-row > td[style*="text-align: right"]:before {
  background-position-y: 34px;
}
.dx-treelist .dx-command-drag {
  width: 36px;
  min-width: 36px;
}
.dx-treelist .dx-command-drag .dx-treelist-drag-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  line-height: 19px;
}
.dx-treelist-edit-popup .dx-error-message {
  padding: 7px;
}
.dx-treelist-headers .dx-texteditor-input,
.dx-treelist-rowsview .dx-texteditor-input {
  padding: 7px;
  min-height: 33px;
}
.dx-treelist-headers .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-headers .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-numberbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input,
.dx-treelist-rowsview .dx-textbox.dx-show-clear-button.dx-texteditor-empty:not(.dx-invalid) .dx-texteditor-input {
  padding-right: 7px;
}
.dx-treelist-headers .dx-lookup,
.dx-treelist-rowsview .dx-lookup {
  height: auto;
}
.dx-treelist-headers .dx-lookup-field,
.dx-treelist-rowsview .dx-lookup-field {
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
  padding-left: 34px;
}
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl .dx-treelist-rowsview .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-treelist-headers .dx-searchbox .dx-texteditor-input,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-placeholder::before,
.dx-rtl.dx-treelist-rowsview .dx-searchbox .dx-texteditor-input {
  padding-right: 34px;
}
.dx-editor-cell .dx-numberbox-spin-button {
  background-color: transparent;
}
.dx-editor-cell .dx-icon-clear {
  left: 0;
}
.dx-editor-cell .dx-texteditor,
.dx-editor-cell .dx-texteditor .dx-texteditor-input {
  background: #f5f5f5;
}
.dx-editor-cell .dx-dropdowneditor {
  background-color: #f5f5f5;
}
.dx-editor-cell.dx-focused .dx-dropdowneditor-icon {
  border-radius: 0;
}
.dx-editor-cell.dx-editor-inline-block:not(.dx-command-select)::before {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-treelist-checkbox-size.dx-checkbox-checked .dx-checkbox-icon {
  font-size: 12px;
}
.dx-treelist-checkbox-size .dx-checkbox-icon {
  height: 16px;
  width: 16px;
}
.dx-treelist-checkbox-size.dx-checkbox-indeterminate .dx-checkbox-icon::before {
  height: 6px;
  width: 6px;
  margin-top: -3px;
  margin-left: -3px;
  border-radius: 0;
}
.dx-device-mobile .dx-treelist-column-chooser-list .dx-empty-message,
.dx-treelist-column-chooser-list .dx-empty-message {
  color: #83b5c0;
  padding: 0 20px;
}
.dx-treelist-column-chooser {
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-treelist-column-chooser input,
.dx-treelist-column-chooser textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-search {
  margin-bottom: 10px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-popup-content .dx-treeview-node {
  padding-left: 20px;
}
.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-popup-content {
  padding: 0 20px 20px;
}
.dx-treelist-column-chooser .dx-overlay-content {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
  padding-top: 7px;
  padding-bottom: 9px;
  background-color: transparent;
}
.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
  opacity: .5;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  color: #7eb2be;
  font-weight: 400;
  border: 1px solid #dedede;
  padding: 7px;
  box-shadow: 0 1px 3px -1px rgba(0,0,0,.2);
}
.dx-treelist-drag-header {
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
  color: #7eb2be;
  font-weight: 400;
  padding: 7px;
  border: 1px solid rgba(60,186,178,.5);
  background-color: #f5f5f5;
}
.dx-treelist-columns-separator {
  background-color: rgba(60,186,178,.5);
}
.dx-treelist-columns-separator-transparent {
  background-color: transparent;
}
.dx-treelist-drop-highlight > td {
  background-color: #3cbab2;
  color: #fff;
}
.dx-treelist-focus-overlay {
  border: 2px solid #529793;
}
.dx-treelist-table .dx-row .dx-command-select {
  width: 70px;
  min-width: 70px;
}
.dx-treelist-table .dx-row .dx-command-edit {
  width: 85px;
  min-width: 85px;
}
.dx-treelist-table .dx-row .dx-command-expand {
  width: 30px;
  min-width: 30px;
}
.dx-treelist-table .dx-row .dx-command-expand.dx-treelist-group-space {
  padding-top: 7px;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused) {
  background-color: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
  border-right-color: rgba(222,222,222,.4);
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-command-select {
  overflow: inherit;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > .dx-treelist-readonly .dx-texteditor .dx-texteditor-input {
  background-color: rgba(222,222,222,.4);
  color: #28484f;
}
.dx-treelist-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td.dx-pointer-events-none {
  background-color: transparent;
}
.dx-treelist-headers {
  color: #7eb2be;
  font-weight: 400;
  touch-action: pinch-zoom;
  border-bottom: 1px solid #dedede;
}
.dx-treelist-headers .dx-treelist-content {
  margin-bottom: -1px;
}
.dx-treelist-borders .dx-treelist-headers .dx-treelist-table {
  border-bottom-width: 1px;
}
.dx-treelist-headers .dx-treelist-table .dx-row > td {
  border-bottom: 1px solid #dedede;
}
.dx-treelist-filter-row .dx-menu .dx-overlay-content {
  color: #28484f;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused {
  background-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused::after {
  border: 2px solid #529793;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded {
  background-color: #f5f5f5;
}
.dx-treelist-filter-row .dx-menu-item.dx-state-focused.dx-menu-item-expanded::after {
  border-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-state-hover {
  background-color: transparent;
}
.dx-treelist-filter-row .dx-menu-item-has-submenu.dx-menu-item-expanded.dx-state-hover {
  background-color: #f5f5f5;
}
.dx-treelist-filter-row .dx-cell-modified::after,
.dx-treelist-filter-row .dx-highlight-outline::after,
.dx-treelist-filter-row .dx-treelist-invalid::after {
  border-color: rgba(114,214,60,.5);
}
.dx-treelist-filter-row .dx-menu-item-content .dx-icon {
  color: #728e94;
}
.dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 7px 7px 32px;
}
.dx-treelist-filter-range-overlay .dx-overlay-content {
  border: 1px solid #dedede;
  overflow: inherit;
  box-shadow: 2px 2px 3px rgba(0,0,0,.15);
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-cell-modified::after,
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-editor-container.dx-treelist-invalid::after {
  border-color: rgba(114,214,60,.5);
  left: 0;
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor .dx-texteditor-input {
  background-color: #f5f5f5;
  padding: 7px;
}
.dx-treelist-filter-range-overlay .dx-overlay-content .dx-texteditor.dx-state-focused::after {
  border: 2px solid #529793;
}
.dx-filter-menu.dx-menu {
  background-color: transparent;
  height: 100%;
}
.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content {
  padding: 6px 5px 7px;
}
.dx-filter-menu.dx-menu .dx-menu-item .dx-menu-item-content .dx-icon {
  margin: 0 3px;
}
.dx-editor-with-menu .dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default,
.dx-filter-menu .dx-menu-item-content .dx-icon.dx-icon-filter-operation-default {
  margin-top: 2px;
}
.dx-cell-modified,
.dx-treelist-invalid {
  padding: 7px;
}
.dx-treelist-header-panel {
  border-bottom: 1px solid #dedede;
}
.dx-treelist-header-panel .dx-toolbar {
  margin-bottom: 10px;
}
.dx-treelist-header-panel .dx-apply-button {
  background-color: #72d63c;
  border-color: #64cd2b;
  color: #fff;
}
.dx-treelist-header-panel .dx-apply-button .dx-icon {
  color: #fff;
}
.dx-treelist-header-panel .dx-apply-button.dx-state-hover {
  background-color: #5ab827;
  border-color: #64cd2b;
}
.dx-treelist-header-panel .dx-apply-button.dx-state-focused {
  background-color: #50a322;
  border-color: #64cd2b;
}
.dx-treelist-header-panel .dx-apply-button.dx-state-active {
  background-color: #458e1e;
  border-color: #64cd2b;
  color: #fff;
}
.dx-icon-column-chooser {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-icon-column-chooser::before {
  content: "";
}
.dx-treelist-addrow-button .dx-icon-edit-button-addrow {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-addrow-button .dx-icon-edit-button-addrow::before {
  content: "";
}
.dx-treelist-cancel-button .dx-icon-edit-button-cancel {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-cancel-button .dx-icon-edit-button-cancel::before {
  content: "";
}
.dx-treelist-save-button .dx-icon-edit-button-save {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-save-button .dx-icon-edit-button-save::before {
  content: "";
}
.dx-apply-button .dx-icon-apply-filter {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-apply-button .dx-icon-apply-filter::before {
  content: "";
}
.dx-treelist-export-button .dx-icon-export-to {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-export-button .dx-icon-export-to::before {
  content: "";
}
.dx-treelist-export-button .dx-icon-export-excel-button {
  font: 18px/18px DXIcons;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 0;
  text-align: center;
}
.dx-treelist-export-button .dx-icon-export-excel-button::before {
  content: "";
}
.dx-treelist-adaptive-more {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  background-size: 21px 21px;
  padding: 0;
  font-size: 21px;
  text-align: center;
  line-height: 21px;
}
.dx-treelist-borders .dx-treelist-rowsview,
.dx-treelist-headers + .dx-treelist-rowsview {
  border-top: 1px solid #dedede;
}
.dx-treelist-rowsview .dx-row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.dx-treelist-rowsview .dx-row.dx-edit-row:first-child > td {
  border-top-width: 0;
  border-bottom: 1px solid #dedede;
}
.dx-treelist-rowsview .dx-row.dx-edit-row > td {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-treelist-rowsview .dx-row.dx-treelist-edit-form {
  white-space: normal;
}
.dx-treelist-rowsview .dx-master-detail-row .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row > .dx-treelist-group-space {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) .dx-master-detail-cell,
.dx-treelist-rowsview .dx-master-detail-row:not(.dx-treelist-edit-form) > .dx-treelist-group-space {
  background-color: #f0f0f0;
}
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-treelist-invalid::after {
  border: 1px solid rgba(247,74,94,.4);
}
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-validator.dx-treelist-invalid.dx-focused.dx-treelist-invalid::after {
  border: 1px solid #f74a5e;
}
.dx-treelist-rowsview .dx-data-row .dx-cell-modified.dx-cell-modified::after,
.dx-treelist-rowsview .dx-data-row .dx-cell-modified.dx-treelist-invalid::after {
  border-color: rgba(114,214,60,.5);
}
.dx-treelist-rowsview .dx-overlay-wrapper.dx-invalid-message .dx-overlay-content {
  padding: 9px 17px;
}
.dx-treelist-rowsview .dx-row-removed > td {
  background-color: rgba(114,214,60,.5);
  border-top: 1px solid rgba(114,214,60,.5);
  border-bottom: 1px solid rgba(114,214,60,.5);
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-adaptive-item-text {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid {
  border: 1px solid rgba(247,74,94,.4);
}
.dx-treelist-rowsview .dx-adaptive-detail-row .dx-treelist-invalid.dx-adaptive-item-text {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
.dx-treelist-rowsview .dx-item-modified {
  border-radius: 2px;
  border: 2px solid rgba(114,214,60,.5);
}
.dx-treelist-rowsview .dx-item-modified.dx-adaptive-item-text {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.dx-treelist-rowsview .dx-row-focused:focus {
  outline: 0;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
  background-color: #61c6bf;
  color: #fff;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-texteditor-input,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-texteditor-input,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-texteditor-input {
  border-radius: 0;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link .dx-treelist-group-opened,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) .dx-treelist-group-opened,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) .dx-treelist-group-opened {
  color: #fff;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link:focus {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row > tr:last-child > td {
  border-bottom: 1px solid #529793;
}
.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #529793;
  border-bottom: 1px solid #529793;
}
.dx-treelist-rowsview .dx-row-focused.dx-group-row {
  background-color: #61c6bf;
  color: #fff;
}
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-datagrid-summary-item,
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-closed,
.dx-treelist-rowsview .dx-row-focused.dx-group-row .dx-treelist-group-opened {
  color: #fff;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
  background-color: #3eb8b0;
  color: #fff;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-treelist-group-space,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-treelist-group-space {
  border-right-color: #3eb8b0;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-pointer-events-none,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-pointer-events-none {
  border-left-color: #6dd0ca;
  border-right-color: #6dd0ca;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.dx-focused,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.dx-focused {
  background-color: #f5f5f5;
  color: #28484f;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > td {
  border-bottom: 1px solid #3eb8b0;
  border-top: 1px solid #3eb8b0;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:first-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:first-child > td {
  border-top: 1px solid #3eb8b0;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover:not(.dx-row-lines) > tr:last-child > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):not(.dx-row-lines) > tr:last-child > td {
  border-bottom: 1px solid #3eb8b0;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-column-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-column-lines > tr > td {
  border-left-color: #6dd0ca;
  border-right-color: #6dd0ca;
}
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused).dx-row-lines > tr > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > td,
.dx-treelist-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover.dx-row-lines > tr > td {
  border-bottom-color: #6dd0ca;
}
.dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-right: 0;
}
.dx-treelist-rowsview td.dx-validation-pending {
  position: relative;
  padding: 0;
}
.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid {
  padding: 7px 34px 7px 7px;
}
.dx-rtl .dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl .dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid,
.dx-rtl.dx-treelist-rowsview td.dx-validation-pending.dx-cell-modified,
.dx-rtl.dx-treelist-rowsview td.dx-validation-pending.dx-treelist-invalid {
  padding-left: 34px;
  padding-right: 7px;
}
.dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator {
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  right: 4px;
  background-color: #f5f5f5;
}
.dx-rtl .dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator,
.dx-rtl.dx-treelist-rowsview td.dx-validation-pending .dx-pending-indicator {
  left: 4px;
  right: auto;
}
.dx-treelist-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending .dx-texteditor-input {
  padding-right: 34px;
}
.dx-treelist-rowsview td.dx-editor-cell .dx-texteditor.dx-validation-pending.dx-rtl .dx-texteditor-input {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 34px;
}
.dx-treelist-search-text {
  color: #fff;
  background-color: #3cbab2;
}
.dx-treelist-nodata {
  color: #83b5c0;
  font-size: 17px;
}
.dx-treelist-bottom-load-panel {
  border-top: 1px solid #dedede;
  background-color: #f5f5f5;
}
.dx-treelist-pager {
  border-top: 3px double #dedede;
}
.dx-treelist-pager .dx-navigate-button,
.dx-treelist-pager .dx-page,
.dx-treelist-pager .dx-page-size {
  outline: 0;
}
.dx-treelist-pager.dx-state-focused .dx-navigate-button:focus,
.dx-treelist-pager.dx-state-focused .dx-page-size:focus,
.dx-treelist-pager.dx-state-focused .dx-page:focus {
  outline: #529793 solid 2px;
  outline-offset: -2px;
}
.dx-treelist-summary-item {
  color: #728e94;
}
.dx-treelist-total-footer {
  position: relative;
  border-top: 1px solid #dedede;
}
.dx-treelist-revert-tooltip .dx-overlay-content {
  background-color: #f5f5f5;
  min-width: inherit;
}
.dx-treelist-revert-tooltip .dx-revert-button {
  margin: 0 1px;
  background-color: #f74a5e;
  border-color: #f63248;
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button .dx-icon {
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-hover {
  background-color: #f51933;
  border-color: #f63248;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-focused {
  background-color: #ea0a24;
  border-color: #f63248;
}
.dx-treelist-revert-tooltip .dx-revert-button.dx-state-active {
  background-color: #d20920;
  border-color: #f63248;
  color: #fff;
}
.dx-treelist-revert-tooltip .dx-revert-button > .dx-button-content {
  padding: 7px;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size {
  width: 100%;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-container {
  padding: 14px;
}
.dx-toolbar-menu-section .dx-treelist-checkbox-size .dx-checkbox-text {
  padding-left: 34px;
}
.dx-rtl .dx-toolbar-menu-section .dx-checkbox-text {
  padding-right: 34px;
  padding-left: 27px;
}
.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row):not(.dx-row-focused) > td:not(.dx-focused).dx-treelist-group-space {
  border-left-color: rgba(222,222,222,.4);
  border-right-color: transparent;
}
.dx-rtl .dx-treelist-filter-row .dx-menu .dx-menu-item-has-submenu.dx-menu-item-has-icon .dx-icon {
  margin: 0 3px;
}
.dx-rtl .dx-treelist-filter-row td .dx-editor-container .dx-filter-range-content {
  padding: 7px 32px 7px 7px;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
  border-right-color: #6dd0ca;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-treelist-group-space,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td:not(.dx-focused).dx-treelist-group-space {
  border-left-color: #3eb8b0;
}
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row > tr > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > td.dx-pointer-events-none,
.dx-rtl .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td.dx-pointer-events-none {
  border-left-color: #6dd0ca;
}
.dx-rtl .dx-treelist-rowsview.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content {
  padding-left: 0;
}
.dx-treelist-rowsview .dx-treelist-empty-space {
  position: relative;
  display: inline-block;
  width: 14px;
  font: 14px/1 DXIcons;
}
.dx-treelist-rowsview .dx-treelist-empty-space::before {
  content: "";
  visibility: hidden;
}
.dx-treelist-rowsview tr:not(.dx-row-focused) .dx-treelist-empty-space {
  color: #728e94;
}
.dx-treelist-rowsview .dx-treelist-expanded span {
  font: 18px/18px DXIcons;
  text-align: center;
  cursor: pointer;
}
.dx-treelist-rowsview .dx-treelist-expanded span::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  left: 0;
  margin-left: -5px;
  margin-top: -8px;
}
.dx-treelist-rowsview .dx-treelist-collapsed span {
  font: 18px/18px DXIcons;
  text-align: center;
  cursor: pointer;
}
.dx-treelist-rowsview .dx-treelist-collapsed span::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  left: 0;
  margin-left: -6px;
  margin-top: -8px;
}
.dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
  color: #fff;
}
.dx-treelist-rowsview .dx-treelist-cell-expandable {
  white-space: nowrap;
}
.dx-treelist-rowsview .dx-treelist-cell-expandable .dx-treelist-text-content {
  white-space: normal;
}
.dx-treelist-rowsview.dx-treelist-nowrap .dx-treelist-table .dx-treelist-cell-expandable .dx-treelist-text-content {
  white-space: nowrap;
}
.dx-treelist-checkbox-size {
  vertical-align: middle;
  line-height: 0;
}
.dx-treelist-cell-expandable .dx-checkbox,
.dx-treelist-select-all .dx-checkbox {
  position: absolute;
}
.dx-treelist-icon-container.dx-editor-inline-block {
  position: relative;
  padding-right: 23px;
}
.dx-treelist-icon-container.dx-editor-inline-block .dx-checkbox {
  top: 50%;
  margin-top: -8px;
}
.dx-treelist-select-all {
  position: relative;
}
.dx-treelist-select-all .dx-checkbox {
  left: 21px;
  margin-top: 1px;
}
.dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
  padding-left: 44px;
}
.dx-rtl .dx-treelist-rowsview .dx-treelist-collapsed,
.dx-rtl .dx-treelist-rowsview .dx-treelist-expanded {
  transform: scaleX(-1);
}
.dx-rtl .dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
  float: right;
}
.dx-rtl .dx-treelist-select-all .dx-checkbox {
  left: calc(100% - 37px);
}
.dx-rtl .dx-treelist-headers .dx-header-row > .dx-treelist-select-all {
  padding-right: 44px;
  padding-left: 7px;
}
.dx-rtl .dx-treelist-icon-container.dx-editor-inline-block {
  padding-left: 23px;
  padding-right: 0;
}
.dx-treelist-filter-panel .dx-icon-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter,
.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
  outline: 0;
  color: #3cbab2;
}
.dx-pivotgrid-fields-container .dx-header-filter,
.dx-pivotgrid-fields-container .dx-sort {
  display: inline-block;
}
.dx-pivotgrid-fields-container.dx-drag .dx-area-field-content {
  display: inline-block;
}
.dx-pivotgrid-fields-container.dx-drag .dx-column-indicators {
  float: none;
  display: inline-block;
}
.dx-pivotgrid-nodata {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.dx-pivotgrid {
  cursor: default;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
.dx-pivotgrid.dx-overflow-hidden {
  overflow: hidden;
}
.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-data-cell {
  width: 100%;
}
.dx-pivotgrid .dx-area-data-cell {
  position: relative;
}
.dx-pivotgrid table,
.dx-pivotgrid tbody,
.dx-pivotgrid td,
.dx-pivotgrid tfoot,
.dx-pivotgrid th,
.dx-pivotgrid thead,
.dx-pivotgrid tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.dx-pivotgrid table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}
.dx-pivotgrid td {
  vertical-align: top;
  box-sizing: content-box;
}
.dx-pivotgrid .dx-area-description-cell {
  position: relative;
  background-clip: padding-box;
  white-space: nowrap;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-fields-area {
  position: absolute;
  bottom: 0;
}
.dx-pivotgrid .dx-ie {
  height: 1px;
}
.dx-pivotgrid .dx-ie .dx-area-description-cell {
  position: static;
  height: inherit;
  vertical-align: bottom;
  font-size: 0;
}
.dx-pivotgrid .dx-ie .dx-area-description-cell .dx-pivotgrid-fields-area {
  position: relative;
  display: inline-block;
}
.dx-pivotgrid .dx-area-field-content,
.dx-pivotgrid .dx-column-indicators {
  display: inline-block;
}
.dx-pivotgrid .dx-expand-icon-container {
  position: relative;
  display: inline-block;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area {
  position: static;
}
.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area:not(.dx-hidden) {
  display: table-cell;
}
.dx-pivotgrid .dx-incompressible-fields .dx-column-indicators {
  vertical-align: top;
  float: none!important;
}
.dx-pivotgrid .dx-incompressible-fields .dx-area-field {
  display: inline-block;
  white-space: nowrap;
}
.dx-pivotgrid .dx-area-field,
.dx-pivotgrid .dx-area-field-content {
  white-space: nowrap;
}
.dx-pivotgrid .dx-popup-content .dx-column-indicators {
  float: none!important;
  display: inline-block;
}
.dx-pivotgrid .dx-popup-content .dx-area-field-content {
  display: inline-block;
}
.dx-pivotgrid .dx-pivotgrid-area {
  white-space: nowrap;
  box-sizing: content-box;
}
.dx-pivotgrid .dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-pivotgrid-expanded {
  cursor: pointer;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand,
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
  display: inline-block;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-area {
  white-space: normal;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted {
  white-space: nowrap;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted > span {
  white-space: normal;
}
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span,
.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span {
  display: inline-flex;
}
.dx-pivotgridfieldchooser {
  position: relative;
  background-color: #f5f5f5;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-0,
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 {
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(1) {
  flex-grow: 3;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 4;
}
.dx-pivotgridfieldchooser .dx-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-row {
  display: flex;
  flex-direction: row;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(1) {
  flex-grow: 2;
}
.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(2) {
  flex-grow: 1;
}
.dx-pivotgridfieldchooser .dx-area-caption {
  vertical-align: middle;
}
.dx-pivotgrid-action {
  cursor: pointer;
}
.dx-pivotgrid-drag-action {
  touch-action: pinch-zoom;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical {
  margin-top: -4px;
  margin-left: -1px;
  height: 2px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-vertical.dx-position-indicator-last {
  margin-top: -3px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
  margin-left: -3px;
  width: 2px;
}
.dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
  margin-left: 3px;
}
.dx-pivotgrid-fields-container .dx-area-fields {
  position: relative;
}
.dx-pivotgrid-fields-container .dx-sort {
  color: #7eb2be;
  font-size: 14px;
  width: 14px;
}
.dx-pivotgrid-fields-container .dx-sort-up {
  font: 14px/1 DXIcons;
}
.dx-pivotgrid-fields-container .dx-sort-up::before {
  content: "";
}
.dx-pivotgrid-fields-container .dx-sort-down {
  font: 14px/1 DXIcons;
}
.dx-pivotgrid-fields-container .dx-sort-down::before {
  content: "";
}
.dx-pivotgrid-fields-container .dx-header-filter {
  color: #7eb2be;
  font: 14px/1 DXIcons;
  width: 14px;
}
.dx-pivotgrid-fields-container .dx-header-filter::before {
  content: "";
}
.dx-pivotgrid-fields-container .dx-header-filter-empty {
  color: rgba(126,178,190,.5);
}
.dx-pivotgrid-fields-container .dx-area-field {
  cursor: pointer;
}
.dx-pivotgrid-fields-container.dx-drag {
  opacity: .8;
}
.dx-pivotgrid-fields-container.dx-drag .dx-area-field.dx-area-box {
  box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.2);
  border: 1px solid rgba(60,186,178,.5);
}
.dx-pivotgrid-fields-container .dx-area-field.dx-area-box {
  background-color: #f5f5f5;
  margin-bottom: 4px;
  border: 1px solid #dedede;
  padding: 7px 10px;
}
.dx-pivotgrid-fields-container .dx-drag-source {
  opacity: .5;
}
.dx-pivotgrid-fields-container .dx-column-indicators {
  vertical-align: bottom;
  margin-left: 6px;
  line-height: 19px;
}
.dx-pivotgrid-fields-container .dx-area-field-content {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area {
  overflow: hidden;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
  margin-right: 10px;
  float: right;
  display: inline-block;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
  margin-right: 4px;
}
.dx-pivotgrid .dx-area-description-cell.dx-pivotgrid-background,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header {
  background-color: #f2f2f2;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 0;
}
.dx-pivotgrid .dx-filter-header .dx-area-field-container {
  border-spacing: 8px;
  border-collapse: separate;
}
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head td {
  padding: 2px;
}
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 2px;
}
.dx-pivotgrid .dx-area-field.dx-area-box {
  margin-bottom: 0;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area td {
  border-top: 1px solid #dedede;
}
.dx-pivotgrid.dx-row-lines .dx-pivotgrid-area-data tr:first-child > td {
  border-top-width: 0;
}
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-area-row-cell {
  border-right: 1px solid #dedede;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button {
  margin: 1px;
}
.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-toolbar .dx-button:not(.dx-state-hover):not(.dx-state-active) {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.dx-pivotgrid .dx-area-column-cell,
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-bottom-border {
  border-bottom: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-area td {
  color: #7eb2be;
  padding: 7px 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head td {
  position: relative;
  border: none;
  padding: 10px 2px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
  padding-right: 10px;
}
.dx-pivotgrid .dx-pivotgrid-fields-area-head .dx-empty-area-text {
  white-space: nowrap;
  padding: 6px 0;
  border: 1px solid transparent;
  color: #28484f;
}
.dx-pivotgrid .dx-group-connector {
  position: absolute;
  width: 2px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #dedede;
}
.dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
  left: 0;
}
.dx-pivotgrid .dx-group-connector.dx-group-connector-next {
  right: 0;
}
.dx-pivotgrid .dx-virtual-content {
  display: none;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content {
  position: relative;
  overflow: hidden;
  display: block;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td {
  color: transparent;
  background-color: transparent!important;
}
.dx-pivotgrid .dx-virtual-mode .dx-virtual-content table td span {
  visibility: hidden;
}
.dx-pivotgrid .dx-virtual-mode table {
  position: absolute;
}
.dx-pivotgrid .dx-pivotgrid-area-data {
  position: relative;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
  text-align: right;
  color: #28484f;
  white-space: nowrap;
  border-left: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
  border-left: 0;
}
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-grandtotal,
.dx-pivotgrid .dx-pivotgrid-area-data tbody tr:first-child .dx-total {
  border-top-width: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-expand-border {
  border-top: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
  border-right: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
  min-width: 50px;
  border-right: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers tr:first-child td {
  border-top: 0;
}
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-pivotgrid-fields-area-head td:last-child {
  border-right: 0;
}
.dx-pivotgrid .dx-pivotgrid-area-data .dx-row-total,
.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-row-total {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.dx-pivotgrid .dx-area-tree-view .dx-total {
  border-bottom: none;
}
.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
  border-top: 1px solid transparent;
  background-color: #f2f2f2;
  padding: 0;
  width: 19px;
  min-width: 19px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
  border-right: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td {
  text-align: center;
  border: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
  text-align: left;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
  border-left: 0;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers tr:first-child td {
  border-top: 0;
}
.dx-pivotgrid .dx-expand-icon-container {
  margin-left: -5px;
  margin-right: 0;
  width: 14px;
}
.dx-pivotgrid .dx-pivotgrid-horizontal-headers:last-child {
  border-bottom: 0;
}
.dx-pivotgrid .dx-area-description-cell,
.dx-pivotgrid .dx-column-header,
.dx-pivotgrid .dx-data-header,
.dx-pivotgrid .dx-total {
  background-color: #f2f2f2;
}
.dx-pivotgrid .dx-grandtotal {
  background-color: #e8eced;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-data-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-left: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-column-header,
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-right: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header {
  border-top: 1px solid #dedede;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-filter-header td {
  display: inline-block;
}
.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell {
  border-bottom: 1px solid #dedede;
}
.dx-pivotgrid .dx-icon-sorted {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
}
.dx-pivotgrid .dx-popup-content {
  padding: 10px;
}
.dx-pivotgrid .dx-popup-content .dx-pivotgrid-fields-area-head td {
  padding: 0 2px;
}
.dx-pivotgridfieldchooser .dx-area-fields {
  overflow: hidden;
}
.dx-pivotgridfieldchooser .dx-treeview-item .dx-icon {
  margin-bottom: 1px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 16px 16px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
}
.dx-pivotgridfieldchooser .dx-treeview-search {
  margin: 5px;
}
.dx-pivotgridfieldchooser .dx-area-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.dx-pivotgridfieldchooser .dx-area {
  padding: 5px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.dx-pivotgridfieldchooser .dx-area>.dx-scrollable,
.dx-pivotgridfieldchooser .dx-area>.dx-scrollable>.dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable>.dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview>.dx-scrollable>div>.dx-scrollable-wrapper,
.dx-pivotgridfieldchooser .dx-area>.dx-treeview>div>.dx-scrollable-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-area > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-scrollable > div > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable > div > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > .dx-scrollable-wrapper > .dx-scrollable-container,
.dx-pivotgridfieldchooser .dx-area > .dx-treeview > div > .dx-scrollable-wrapper > .dx-scrollable-container {
  height: auto;
}
.dx-pivotgridfieldchooser .dx-area .dx-area-fields {
  margin-top: 3px;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  height: 0;
}
.dx-pivotgridfieldchooser .dx-area-fields-header .dx-area-caption {
  align-self: center;
}
.dx-pivotgridfieldchooser .dx-area-fields[group] {
  padding: 5px;
  background-color: #f2f2f2;
  display: flex;
}
.dx-pivotgridfieldchooser .dx-area-fields.dx-drag-target {
  border-color: #3cbab2;
}
.dx-pivotgridfieldchooser .dx-area-icon-all {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAJElEQVQoz2P8z4AfsDAwJELVzGfExmIiYAAD5QoYRx1JL0cCAJeiFh8Qq9chAAAAAElFTkSuQmCC") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-area-icon-filter {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAWElEQVQoz83RsQqAMAxF0fepFxzEQRz8e1sah0JTamhXeVtyCCSRaR6ZTGQsSHJgcRyk1YQ7aBcuB+KkDO0D9UDsHcmARiC2BqiVEfg2+jOoF30+YPnNWV4jV/jo04VE6gAAAABJRU5ErkJggg==") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-area-icon-row {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAI0lEQVQoz2P4z4AfAlHCfwjEzqKPAsKObIBA7Cz6KBgGIQkAQ8IdQJKOGQIAAAAASUVORK5CYII=") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-area-icon-column {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAIElEQVQoz2P4z4AfAlHCfwgEshogEFmMPgpGHUkfRwIAQ8IdQALkrHMAAAAASUVORK5CYII=") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-area-icon-data,
.dx-pivotgridfieldchooser .dx-icon-measure {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARElEQVQoz2P4z4AfMhClIOE/NkiSAl+ooG8CQwKIzwChEQpQlGBXgKYEwxeoSrB6k7ACfFYkYPgDXQGKdAItQpKi2AQAaDQFJxj4SdQAAAAASUVORK5CYII=") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-icon-dimension {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVQoz2P4z4AfMlBHQcJ/MESjqasAKxx5bqAosgCZ3QSYpC33dQAAAABJRU5ErkJggg==") center center no-repeat;
}
.dx-pivotgridfieldchooser .dx-icon-hierarchy {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMUlEQVQoz2P4z4AfMlBXQcJ/EKShggQoxKEAojsBwxQqKUjACpEVoOhGNYVKCiiKLAATcARoA49V5wAAAABJRU5ErkJggg==") center center no-repeat;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal {
  margin-left: -3px;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-position-indicator.dx-position-indicator-horizontal.dx-position-indicator-last {
  margin-left: 1px;
}
.dx-rtl .dx-pivotgrid-fields-container .dx-column-indicators {
  margin-left: 0;
  margin-right: 6px;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar,
.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar {
  margin-right: 0;
  margin-left: 10px;
  float: left;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button,
.dx-rtl.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-pivotgrid-field-chooser-button {
  margin-right: 0;
  margin-left: 4px;
}
.dx-rtl.dx-pivotgrid .dx-column-header .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-left: 2px;
  padding-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td {
  padding: 10px 2px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:first-child {
  padding-right: 10px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-fields-area-head tr > td:last-child {
  padding-left: 10px;
}
.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-prev {
  left: auto;
  left: initial;
  right: 0;
}
.dx-rtl.dx-pivotgrid .dx-group-connector.dx-group-connector-next {
  right: auto;
  right: initial;
  left: 0;
}
.dx-rtl.dx-pivotgrid .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-area-row-cell {
  border-left: 1px solid #dedede;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data.dx-scrollable-native .dx-scrollable-content {
  float: none;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td {
  border-left: 0;
  border-right: 1px solid #dedede;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-area-data tbody td:first-child {
  border-left: 1px solid #dedede;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
  border-right: 0;
  border-left: 1px solid #dedede;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-vertical-headers .dx-last-cell {
  border-left: 0;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-vertical-scroll {
  border-right: 0;
  border-left: 1px solid #dedede;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers.dx-pivotgrid-area {
  border-left: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td:first-child {
  border-left: 1px solid #dedede;
  border-right: 0;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-collapsed,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-horizontal-headers td.dx-pivotgrid-expanded {
  text-align: right;
}
.dx-rtl.dx-pivotgrid .dx-expand-icon-container {
  margin-left: 0;
  margin-right: -5px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand-icon-container {
  transform: scaleX(-1);
}
.dx-rtl.dx-pivotgrid .dx-icon-sorted {
  margin-left: 0;
  margin-right: 5px;
}
.dx-rtl.dx-pivotgrid .dx-pivotgridfieldchooser-container .dx-col {
  display: flex;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-description-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
  border-right: 1px solid #dedede;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-column-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-data-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
  border-left: 1px solid #dedede;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-column-header {
  border-right: none;
}
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-area-row-cell,
.dx-rtl.dx-pivotgrid .dx-pivotgrid-border .dx-data-header {
  border-left: none;
}
.dx-pivotgrid .dx-area-description-cell .dx-button-content,
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button-content,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button-content {
  padding: 5px;
}
.dx-pivotgrid .dx-column-header .dx-pivotgrid-toolbar .dx-button,
.dx-pivotgrid .dx-filter-header .dx-pivotgrid-toolbar .dx-button {
  margin-top: 10px;
}
.dx-pivotgrid .dx-expand-icon-container {
  font: 14px/1 DXIcons;
}
.dx-pivotgrid .dx-expand-icon-container::before {
  content: "";
  visibility: hidden;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand {
  font: 18px/18px DXIcons;
  text-align: center;
  color: #728e94;
}
.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
  font: 18px/18px DXIcons;
  text-align: center;
  color: #728e94;
}
.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area {
  color: #28484f;
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area input,
.dx-pivotgrid .dx-ie .dx-pivotgrid-fields-area textarea {
  font-family: "Helvetica Neue","Segoe UI",helvetica,verdana,sans-serif;
  line-height: 1.35715;
}
.dx-pivotgrid-fields-container .dx-position-indicator {
  background-color: gray;
}
.dx-context-menu.dx-overlay-content {
  overflow: inherit;
  position: absolute;
}
.dx-context-menu .dx-menu-items-container {
  padding: 1px;
}
.dx-context-menu .dx-menu-item .dx-submenu {
  position: absolute;
  z-index: 1003;
}
.dx-context-menu {
  color: #28484f;
}
.dx-context-menu .dx-submenu {
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 2px rgba(0,0,0,.15);
}
.dx-context-menu .dx-menu-item-popout {
  font: 18px/18px DXIcons;
  text-align: center;
}
.dx-context-menu .dx-menu-item-popout::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.dx-context-menu .dx-menu-separator {
  height: 1px;
  margin: 5px 0;
  background-color: #dedede;
}
.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
  padding-left: 5px;
}
.dx-rtl .dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text,
.dx-rtl.dx-context-menu .dx-menu-no-icons > .dx-menu-item-wrapper > .dx-menu-item > .dx-menu-item-content .dx-menu-item-text {
  padding-right: 5px;
  padding-left: 25px;
}
.dx-context-menu.dx-rtl .dx-menu-item-content {
  padding: 5px 3px 5px 5px;
}
.dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text {
  padding: 3px 23px 5px 25px;
}
.dx-multiview-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: pinch-zoom pan-y;
}
.dx-multiview-item-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.dx-multiview-item-container .dx-empty-message {
  text-align: center;
}
.dx-multiview-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}
.dx-multiview-item.dx-item-selected {
  position: relative;
}
.dx-multiview-item-content {
  width: 100%;
  height: 100%;
}
.dx-multiview-item-hidden {
  top: -9999px;
  visibility: hidden;
}
.dx-tabpanel-tabs {
  width: 100%;
}
.dx-tabpanel-tabs .dx-tabs {
  height: 100%;
}
.dx-tabpanel-container {
  width: 100%;
  height: 100%;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs {
  display: block;
  border: none;
  background-color: #ededed;
  color: #dedede;
  box-shadow: inset 0 -1px #dedede,inset 0 1px,inset -1px 0,inset 1px 0;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs .dx-tab {
  color: #dedede;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs .dx-tab .dx-tab-content {
  color: #28484f;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs .dx-tab::after,
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs .dx-tab::before {
  content: none;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs .dx-tabs-nav-button {
  color: #dedede;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab {
  width: 140px;
  box-shadow: inset 0 1px,inset 0 -1px #dedede;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs-scrollable {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs-scrollable .dx-tabs-wrapper {
  display: block;
  border: none;
}
.dx-tabpanel:not(.dx-empty-collection) .dx-multiview-wrapper {
  border-top: none;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab.dx-tab-selected {
  box-shadow: inset 0 1px #dedede,inset -1px 0 #dedede,inset 1px 0 #dedede;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab.dx-tab-active .dx-tab-content,
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab.dx-tab-selected .dx-tab-content {
  color: #28484f;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type {
  box-shadow: inset 0 -1px #dedede,inset 1px 0,inset 0 1px;
}
.dx-rtl .dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,
.dx-rtl.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,
.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type {
  box-shadow: inset 0 -1px #dedede,inset -1px 0,inset 0 1px;
}
.dx-rtl .dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,
.dx-rtl.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,
.dx-tabpanel>.dx-tabpanel-tabs .dx-tabs-nav-button-left {
  box-shadow: inset 0 -1px #dedede,inset 1px 0,inset 0 1px;
}
.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs-nav-button-right {
  box-shadow: inset 0 -1px #dedede,inset 0 1px,inset -1px 0;
}
.dx-tabpanel > .dx-tabpanel-container > .dx-multiview-wrapper {
  border-color: #dedede;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tabs {
  box-shadow: inset 0 -1px #3cbab2,inset 0 1px,inset -1px 0,inset 1px 0;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab {
  box-shadow: inset 0 1px,inset 0 -1px #3cbab2;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab.dx-tab-selected {
  box-shadow: inset 0 1px #3cbab2,inset -1px 0 #3cbab2,inset 1px 0 #3cbab2;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab.dx-tab-active .dx-tab-content,
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab.dx-tab-selected .dx-tab-content {
  color: #28484f;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type {
  box-shadow: inset 0 -1px #3cbab2,inset 1px 0,inset 0 1px;
}
.dx-rtl .dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,
.dx-rtl.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-expanded .dx-tab:not(.dx-tab-selected):first-of-type,
.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type {
  box-shadow: inset 0 -1px #3cbab2,inset -1px 0,inset 0 1px;
}
.dx-rtl .dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,
.dx-rtl.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-stretched .dx-tab:not(.dx-tab-selected):last-of-type,
.dx-tabpanel.dx-state-focused>.dx-tabpanel-tabs .dx-tabs-nav-button-left {
  box-shadow: inset 0 -1px #3cbab2,inset 1px 0,inset 0 1px;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tabs-nav-button-right {
  box-shadow: inset 0 -1px #3cbab2,inset 0 1px,inset -1px 0;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-container > .dx-multiview-wrapper {
  border-color: #3cbab2;
}
.dx-tabpanel .dx-multiview-wrapper {
  border: 1px solid #dedede;
}
.dx-fileuploader.dx-state-disabled .dx-fileuploader-input {
  display: none;
}
.dx-fileuploader-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.dx-fileuploader-container {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.dx-fileuploader-input-wrapper::after,
.dx-fileuploader-input-wrapper::before {
  display: table;
  content: "";
  line-height: 0;
  width: 100%;
}
.dx-fileuploader-input-wrapper::after {
  clear: both;
  padding-bottom: 1em;
  margin-bottom: -1em;
}
.dx-fileuploader-input-wrapper::before {
  padding-top: 1em;
  margin-top: -1em;
}
.dx-fileuploader-input-wrapper .dx-button {
  float: left;
}
.dx-fileuploader-input-wrapper .dx-button + .dx-button {
  margin-left: 12px;
}
.dx-fileuploader-button {
  position: relative;
}
.dx-fileuploader-button .dx-fileuploader-input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.dx-fileuploader-button .dx-fileuploader-input::-ms-browse,
.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button {
  cursor: pointer;
}
.dx-fileuploader-content {
  display: table-row-group;
  vertical-align: middle;
}
.dx-fileuploader-content > .dx-fileuploader-upload-button {
  margin-top: 10px;
}
.dx-fileuploader-empty .dx-fileuploader-content > .dx-fileuploader-upload-button {
  display: none;
}
.dx-fileuploader-input-content {
  width: 100%;
  display: table;
}
.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
  padding-top: 22px;
}
.dx-fileuploader-file-container {
  width: 100%;
  padding: 4px 0;
}
.dx-fileuploader-file-container .dx-button {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.dx-fileuploader-file-container .dx-button.dx-state-invisible {
  margin-right: 0;
}
.dx-fileuploader-button-container,
.dx-fileuploader-input-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-fileuploader-input-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dx-fileuploader-input {
  opacity: 0;
  width: 100%;
  margin: 0;
  cursor: default;
}
.dx-fileuploader-input-label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: default;
}
.dx-fileuploader-input-label::before {
  content: "";
  position: absolute;
  top: -50%;
  overflow: hidden;
  cursor: default;
}
.dx-fileuploader-button-container {
  display: table-cell;
  vertical-align: middle;
}
.dx-fileuploader-file-info {
  float: left;
  width: 100%;
}
.dx-fileuploader-file-status-message {
  float: left;
  font-size: 12px;
  height: 16px;
}
.dx-fileuploader .dx-progressbar {
  float: left;
  width: 100%;
  height: 22px;
  margin-top: -6px;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-button {
  float: right;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button {
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message {
  float: right;
}
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size {
  margin-right: 4px;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message {
  height: auto;
  color: #f74a5e;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span {
  display: block;
  margin-bottom: 2px;
}
.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:last-child {
  margin-bottom: 0;
}
.dx-fileuploader-invalid .dx-fileuploader-button-container {
  vertical-align: top;
}
.dx-fileuploader-invalid .dx-fileuploader-cancel-button {
  margin-top: 5px;
}
.dx-fileuploader-wrapper {
  padding: 7px;
}
.dx-fileuploader-content > .dx-fileuploader-upload-button {
  margin-left: 3px;
  margin-right: 3px;
}
.dx-fileuploader-input-wrapper {
  padding: 7px 0;
  border: 3px dashed transparent;
}
.dx-fileuploader.dx-state-disabled .dx-fileuploader-input-label {
  position: relative;
}
.dx-fileuploader-dragover .dx-fileuploader-input-wrapper {
  border: none;
  padding: 0;
}
.dx-fileuploader-dragover .dx-fileuploader-input-wrapper .dx-fileuploader-button {
  display: none;
}
.dx-fileuploader-dragover .dx-fileuploader-input-container {
  display: block;
  border: 3px dashed #dedede;
  width: 100%;
}
.dx-fileuploader-dragover .dx-fileuploader-input {
  display: block;
  width: 100%;
  padding: 14px 3px;
  margin-bottom: 1px;
  box-sizing: content-box;
}
.dx-fileuploader-dragover .dx-fileuploader-input-label {
  text-align: center;
  padding: 14px 9px;
}
.dx-fileuploader-file-size,
.dx-fileuploader-file-status-message {
  color: #83b5c0;
}
.dx-fileuploader-input {
  padding: 7px 0;
}
.dx-fileuploader-input-label {
  padding: 8px 9px;
  color: #28484f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-fileuploader-files-container {
  width: 100%;
  padding: 12px 3px 0;
}
.dx-fileuploader-empty .dx-fileuploader-files-container {
  padding: 0;
}
.dx-invalid .dx-fileuploader-files-container {
  padding-top: 50px;
}
.dx-fileuploader-files-container .dx-fileuploader-button .dx-button-content {
  padding: 0;
}
.dx-fileuploader-file {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
  padding-top: 5px;
  line-height: 13px;
}
.dx-fileuploader-file-name {
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 3.5px;
  color: #28484f;
}
.dx-fileuploader-file-size {
  margin-left: 4px;
  float: left;
  vertical-align: super;
  font-size: 10px;
  padding-bottom: 3.5px;
}
.dx-scheduler-appointment-popup .dx-popup-content {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-scheduler-appointment-popup .dx-scrollable-content {
  padding-top: 20px;
}
.dx-scheduler-appointment-popup .dx-form.dx-recurrence-editor-container .dx-scrollable-content {
  padding-top: 0;
}
.dx-scheduler .dx-empty-message {
  line-height: normal;
}
.dx-scheduler-all-day-panel td {
  padding: 0;
}
.dx-scheduler-appointment-collector {
  position: absolute;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 3px 0 0 3px;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 4px;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content.dx-button-content {
  padding: 0;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}
.dx-scheduler-appointment-collector.dx-button.dx-button-default {
  padding: 0;
  max-width: none;
}
.dx-scheduler-work-space-mouse-selection .dx-scheduler-fixed-appointments,
.dx-scheduler-work-space-mouse-selection .dx-scheduler-scrollable-appointments {
  pointer-events: none;
}
.dx-rtl .dx-scheduler-appointment-collector {
  margin: 3px 3px 0 0;
}
@media (max-width:450px) {
  .dx-scheduler-adaptive .dx-scheduler-view-switcher-label {
    display: none;
  }
}
.dx-scheduler-adaptive .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell {
  white-space: pre-wrap;
  line-height: 1.3;
}
.dx-scheduler-adaptive .dx-scheduler-appointment-collector {
  margin: 0;
}
.dx-scheduler-adaptive .dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
  line-height: 20px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content,
.dx-scheduler-overlay-panel .dx-popup-content {
  padding: 0;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item,
.dx-scheduler-overlay-panel .dx-popup-content .dx-list-item {
  width: 360px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item .dx-list-item-content,
.dx-scheduler-overlay-panel .dx-popup-content .dx-list-item .dx-list-item-content {
  padding: 5px;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content,
.dx-scheduler-overlay-panel .dx-overlay-content {
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item {
  display: flex;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body {
  margin-top: 7px;
  margin-left: 5px;
  background: #3cbab2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-delete-button .dx-icon,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-delete-button .dx-icon {
  color: #28484f;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content {
  flex-basis: 100%;
  margin: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #28484f;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date,
.dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date {
  text-align: left;
  font-size: 12px;
  opacity: .8;
  margin-top: 10px;
}
.dx-scheduler-overlay-panel .dx-overlay-content {
  position: relative;
  background: #f5f5f5;
}
.dx-scheduler-win-no-touch .dx-scheduler-appointment {
  touch-action: none;
}
.dx-scheduler-appointment-content-date {
  opacity: .7;
  display: inline-block;
  white-space: pre-wrap;
}
.dx-scheduler-appointment-content-details {
  margin-top: 2px;
}
.dx-scheduler-appointment-content-allday {
  display: none;
}
.dx-scheduler-appointment {
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
  position: absolute;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-color: #3cbab2;
  color: #fff;
  box-shadow: inset 0 2px 0 0 rgba(0,0,0,.2);
  left: 0;
  min-width: 4px;
  min-height: 4px;
}
.dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-appointment.dx-state-active {
  box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2),inset 0 2px 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-appointment .dx-scheduler-appointment,
.dx-scheduler-appointment.dx-state-focused {
  box-shadow: none;
}
.dx-scheduler-appointment .dx-scheduler-appointment:not(.dx-scheduler-appointment-drag-source)::before,
.dx-scheduler-appointment.dx-state-focused:not(.dx-scheduler-appointment-drag-source)::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
  opacity: .98;
}
.dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset 0 5px 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset 0 5px 0 0 rgba(0,0,0,.2),inset 0 -2px 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-top {
  height: 5px;
}
.dx-scheduler-appointment.dx-state-hover .dx-resizable-handle-left {
  width: 5px;
}
.dx-scheduler-appointment.dx-resizable-resizing {
  z-index: 1000;
  opacity: .7;
}
.dx-scheduler-appointment .dx-resizable-handle-left {
  left: -1px;
}
.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
  position: absolute;
  top: 3px;
  right: 5px;
  font: 14px/1 DXIcons;
}
.dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon::before {
  content: "";
}
.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon {
  right: auto;
  left: 3px;
  font: 14px/1 DXIcons;
}
.dx-rtl .dx-scheduler-appointment .dx-scheduler-appointment-reduced-icon::before {
  content: "";
}
.dx-scheduler-appointment.dx-scheduler-appointment-empty .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-appointment.dx-scheduler-appointment-tail .dx-scheduler-appointment-reduced-icon {
  display: none;
}
.dx-scheduler-appointment.dx-state-disabled {
  cursor: default;
  opacity: .6;
  pointer-events: auto;
}
.dx-scheduler-appointment.dx-scheduler-appointment-drag-source {
  opacity: .7;
}
.dx-scheduler-fixed-appointments {
  z-index: 100;
  position: absolute;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment,
.dx-scheduler-fixed-appointments .dx-draggable-dragging.dx-state-focused {
  box-shadow: none;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment:not(.dx-scheduler-appointment-drag-source)::before,
.dx-scheduler-fixed-appointments .dx-draggable-dragging.dx-state-focused:not(.dx-scheduler-appointment-drag-source)::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
  opacity: .98;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment {
  box-shadow: 7px 7px 15px 0 rgba(50,50,50,.2),inset 0 -2px 0 0 rgba(0,0,0,.2),inset 0 2px 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-agenda .dx-scheduler-appointment {
  background-color: transparent;
  color: #28484f;
  padding: 10px;
  border-radius: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-hover {
  background-color: rgba(0,0,0,.04);
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-focused {
  color: #28484f;
  background-color: rgba(0,0,0,.15);
  box-shadow: none;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-state-focused::before {
  background: 0 0;
}
.dx-scheduler-agenda .dx-scheduler-appointment-recurrence-icon {
  position: static;
  color: #fff;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-left-layout {
  overflow: visible;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-right-layout {
  margin-left: 10px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content,
.dx-scheduler-agenda .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content {
  display: flex;
  flex-direction: row;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-date {
  opacity: 1;
  white-space: nowrap;
}
.dx-scheduler-agenda .dx-scheduler-appointment-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  line-height: 18px;
  font-size: 16px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-details {
  display: flex;
  font-size: 12px;
  opacity: .7;
}
.dx-scheduler-agenda .dx-scheduler-appointment-content-allday {
  display: flex;
  padding-right: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item,
.dx-scheduler-agenda .dx-scheduler-appointment-resource-list {
  display: flex;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item {
  margin-left: 15px;
}
.dx-scheduler-agenda .dx-scheduler-appointment-resource-item-value {
  margin-left: 3px;
}
.dx-scheduler-agenda .dx-scheduler-agenda-appointment-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3cbab2;
}
.dx-scheduler-agenda .dx-rtl .dx-scheduler-agenda-appointment-right-layout {
  margin-left: 0;
  margin-right: 10px;
}
.dx-scheduler-agenda .dx-rtl .dx-scheduler-appointment-content,
.dx-scheduler-agenda .dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0;
}
.dx-recurrence-repeat-end-wrapper {
  display: flex;
}
.dx-recurrence-numberbox-interval-wrapper .dx-layout-manager .dx-field-item,
.dx-recurrence-repeat-on .dx-layout-manager .dx-field-item {
  padding-right: 0;
  padding-left: 0;
}
.dx-recurrence-numberbox-interval-wrapper .dx-box-item:first-child:not(:only-child),
.dx-recurrence-repeat-on .dx-box-item:first-child:not(:only-child) {
  flex-grow: 0!important;
  min-width: auto!important;
}
.dx-recurrence-numberbox-interval-wrapper .dx-field-item-label {
  white-space: nowrap;
}
.dx-layout-manager .dx-field-item.dx-recurrence-repeat-on {
  padding-top: 0;
}
.dx-recurrence-repeat-end-label {
  line-height: 36px;
}
.dx-recurrence-radiogroup-repeat-type {
  margin: 0;
}
.dx-recurrence-radiogroup-repeat-type .dx-item {
  padding-bottom: 10px;
}
.dx-recurrence-datebox-until-date {
  margin-left: 28px;
}
.dx-recurrence-numberbox-repeat-count {
  margin-left: 16px;
  margin-right: 11px;
}
.dx-recurrence-button-group {
  width: 100%;
}
.dx-recurrence-button-group .dx-button-content {
  padding: 8px;
}
.dx-recurrence-button-group .dx-buttongroup-wrapper > div {
  flex: 1;
}
.dx-recurrence-editor-container .dx-recurrence-numberbox-interval {
  margin-right: 11px;
}
.dx-recurrence-editor-container .dx-recurrence-numberbox-interval.dx-rtl {
  margin-right: 0;
  margin-left: 11px;
}
.dx-recurrence-numberbox-interval-label {
  margin-top: 25px;
}
.dx-scheduler-pseudo-cell::before {
  content: "";
  width: 100px;
  display: table-cell;
}
.dx-scheduler-small .dx-scheduler-pseudo-cell::before {
  width: 50px;
}
.dx-scheduler-header {
  position: relative;
  z-index: 1;
  width: 100%;
}
.dx-scheduler-navigator {
  float: left;
  white-space: nowrap;
  min-width: 180px;
  max-width: 40%;
}
.dx-device-mobile .dx-scheduler-navigator {
  padding-left: 5px;
}
.dx-scheduler-navigator-caption {
  width: 180px;
  min-width: 108px;
  max-width: 80%;
}
.dx-device-mobile .dx-scheduler-navigator-caption {
  width: 140px;
}
.dx-calendar.dx-scheduler-navigator-calendar {
  width: 100%;
  height: 100%;
}
.dx-scheduler-view-switcher.dx-tabs.dx-tabs-expanded .dx-tab-selected::before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: "";
  right: 0;
}
.dx-scheduler-view-switcher.dx-tabs {
  max-width: 52%;
  min-width: 72px;
  width: auto;
  float: right;
  height: 100%;
  border: none;
}
.dx-scheduler-small .dx-scheduler-view-switcher.dx-tabs {
  display: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tabs-scrollable .dx-tabs-wrapper {
  border-bottom: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab {
  width: 100px;
}
.dx-scheduler-view-switcher.dx-dropdownmenu.dx-button {
  position: absolute;
  right: 10px;
}
.dx-scheduler-view-switcher-label {
  position: absolute;
}
.dx-scheduler-view-switcher-reduced {
  table-layout: auto;
}
.dx-scheduler-view-switcher-reduced.dx-tabs .dx-tab {
  width: auto;
  height: 56px;
}
.dx-scheduler-view-switcher-reduced .dx-tabs-wrapper {
  height: 56px;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  color: #3cbab2;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  position: absolute;
  right: 0;
  width: 100%;
  content: "";
  background-color: #71d1cb;
}
.dx-scheduler-date-time-shader-all-day {
  width: 100%;
  background-color: rgba(51,51,51,.04);
  position: absolute;
  pointer-events: none;
}
.dx-scheduler-date-time-indicator {
  background-color: #71d1cb;
  position: absolute;
  pointer-events: none;
  box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
}
.dx-scheduler-date-time-indicator::before {
  font-size: 30px;
  color: #71d1cb;
  position: absolute;
  z-index: 1000;
  margin-top: -14px;
  margin-left: -12px;
  text-shadow: rgba(255,255,255,.1) 1px 0 0;
}
.dx-scheduler-date-time-shader {
  pointer-events: none;
}
.dx-scheduler-work-space-day .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-appointment .dx-scheduler-appointment-content {
  padding: 0 7px;
}
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 40px;
}
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-day .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced:not(.dx-scheduler-all-day-appointment) .dx-scheduler-appointment-reduced-icon {
  top: 9px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
  margin-left: 100px;
  height: 1px;
  font: 14px/1 DXIcons;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator::before {
  content: "";
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-indicator,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-indicator {
  margin-left: 50px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-all-day {
  margin-left: 100px;
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader,
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-all-day {
  margin-left: 50px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top::before {
  width: inherit;
  height: inherit;
  content: "";
  left: inherit;
  position: absolute;
  margin-left: 100px;
  background-color: rgba(51,51,51,.04);
}
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-day .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-week .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-small .dx-scheduler-work-space-work-week .dx-scheduler-date-time-shader-top::before {
  margin-left: 50px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:nth-child(odd) .dx-scheduler-date-table-cell {
  border-top: 1px solid #b5c9c8;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top: none;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after,
.dx-scheduler-work-space-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-odd-cells .dx-scheduler-time-panel-row:nth-child(2n) .dx-scheduler-time-panel-cell::after {
  background-color: #b5c9c8;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-all-day,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-time-shader-top::before {
  margin-left: 0;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator {
  margin-left: 0;
  font: 14px/1 DXIcons;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-indicator::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-indicator::before {
  content: "";
  margin-right: -12px;
}
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-day.dx-rtl .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-week.dx-rtl .dx-scheduler-date-time-shader-top::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-bottom::before,
.dx-scheduler-work-space-work-week.dx-rtl .dx-scheduler-date-time-shader-top::before {
  margin-left: 0;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel,
.dx-scheduler-timeline-month .dx-scheduler-header-panel,
.dx-scheduler-timeline-week .dx-scheduler-header-panel,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-month .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-week .dx-scheduler-header-panel thead,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel thead {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.dx-scheduler-timeline-day .dx-scheduler-header-row,
.dx-scheduler-timeline-month .dx-scheduler-header-row,
.dx-scheduler-timeline-week .dx-scheduler-header-row,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-month .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell),
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.dx-scheduler-timeline-day .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-panel-week-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-panel-week-cell {
  flex-basis: 0;
}
.dx-scheduler-timeline-day .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-month .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell,
.dx-scheduler-timeline-work-week .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-scheduler-timeline .dx-scheduler-date-time-indicator {
  width: 1px;
  top: 0;
  font: 14px/1 DXIcons;
}
.dx-scheduler-timeline .dx-scheduler-date-time-indicator::before {
  content: "";
  margin-left: -14px;
  margin-top: -12px;
}
.dx-scheduler-timeline .dx-scheduler-date-time-shader {
  height: 100%;
  position: absolute;
}
.dx-scheduler-timeline .dx-scheduler-date-time-shader::before {
  width: inherit;
  height: 100%;
  content: "";
  left: 0;
  position: absolute;
  background-color: rgba(51,51,51,.04);
}
.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell {
  border-bottom: 2px solid #71d1cb;
  box-shadow: none;
}
.dx-scheduler-timeline .dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  content: none;
}
.dx-scheduler-work-space {
  border: 1px solid rgba(222,222,222,.6);
  background-color: #f5f5f5;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-top: none;
  float: left;
}
.dx-scheduler-work-space.dx-scheduler-timeline-month:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell {
  border-right: none;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-date-table-cell {
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped:not(.dx-scheduler-agenda) .dx-scheduler-all-day-panel td {
  border-left: 1px solid rgba(222,222,222,.6);
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-month):not(.dx-scheduler-timeline) .dx-scheduler-header-panel {
  border-bottom: 2px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel {
  border-bottom: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-date-table-scrollable .dx-scrollable-content {
  overflow: hidden;
  position: relative;
}
.dx-scheduler-date-table-cell {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-date-table-cell,
.dx-scheduler-group-header,
.dx-scheduler-header-panel-cell,
.dx-scheduler-time-panel-cell {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
}
.dx-scheduler-date-table-current-date {
  font-weight: 700;
}
.dx-scheduler-date-table-other-month {
  opacity: .5;
}
.dx-scheduler-group-flex-container {
  flex: 0 0 100%;
  min-height: 100%;
  display: flex;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  min-width: 0;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row::before {
  display: none;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-row .dx-scheduler-group-header {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 100%;
  padding: 0 5px;
  height: auto;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-date-table-cell {
  border-left: none;
  border-right: none;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel {
  margin-top: 1px;
}
.dx-scheduler-work-space-day .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-week .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top: none;
}
.dx-scheduler-all-day-table-cell {
  border-left: 1px solid rgba(222,222,222,.6);
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count):not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell {
  border-top: none;
  border-left: none;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count .dx-scheduler-all-day-title,
.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-scrollable-fixed-content {
  height: 100%;
}
.dx-scheduler-work-space-month .dx-scheduler-header-panel {
  width: 100%;
  margin-left: 0;
}
.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-header-panel {
  margin-left: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-group-row::before,
.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  display: none;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.dx-scheduler-small .dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-month .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  display: none;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child {
  border-left: none;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable .dx-scrollable-content {
  min-height: 300px;
}
.dx-scheduler-work-space-month .dx-scrollable-native .dx-scrollable-content.dx-scheduler-scrollable-fixed-content {
  height: 100%;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  height: 50px;
  vertical-align: top;
  text-align: right;
  color: #7eb2be;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell .dx-scheduler-date-table-cell-text {
  padding-right: 6px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
  padding: 0 7px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0 25px 0 7px;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 0 7px 0 25px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-recurrence-icon {
  top: 0;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-cell {
  height: 75px;
}
.dx-scheduler-work-space-month.dx-scheduler-work-space-count .dx-scheduler-date-table-first-of-month {
  color: #3cbab2;
  background-color: rgba(60,186,178,.15);
  font-weight: 700;
}
.dx-scheduler-timeline .dx-scheduler-all-day-panel,
.dx-scheduler-timeline .dx-scheduler-all-day-title,
.dx-scheduler-work-space-month .dx-scheduler-all-day-panel,
.dx-scheduler-work-space-month .dx-scheduler-all-day-title {
  display: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-timeline .dx-scheduler-header-row::before {
  content: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table-cell,
.dx-scheduler-timeline .dx-scheduler-header-panel-cell:not(.dx-scheduler-header-panel-week-cell) {
  width: 200px;
}
.dx-scheduler-timeline .dx-scheduler-date-table-cell {
  border-right: none;
}
.dx-scheduler-timeline .dx-scheduler-work-space-vertical-group-table {
  display: none;
}
.dx-scheduler-timeline .dx-scheduler-date-table {
  border-spacing: 0;
  border-collapse: separate;
  margin-left: 0;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-timeline .dx-scheduler-date-table tbody {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  min-height: 100px;
}
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-row {
  display: flex;
  flex-flow: row nowrap;
  flex: 1;
}
.dx-scheduler-timeline .dx-scheduler-date-table .dx-scheduler-date-table-cell {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  flex: 1 1 auto;
  height: inherit;
  min-height: 50px;
}
.dx-scheduler-timeline .dx-scheduler-group-table {
  border-spacing: 0;
  border-collapse: separate;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-timeline .dx-scheduler-group-table tbody {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.dx-scheduler-timeline .dx-scheduler-group-header {
  min-height: 50px;
}
.dx-scheduler-timeline .dx-scheduler-group-header-content {
  overflow: visible;
  flex-grow: 1;
}
.dx-scheduler-timeline .dx-scheduler-group-header-content div {
  white-space: normal;
  line-height: normal;
}
.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
  width: 200px;
}
.dx-scheduler-timeline .dx-scheduler-date-table,
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline .dx-scheduler-group-table,
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
  height: 100%;
  min-height: 100px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable .dx-scrollable-content,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable .dx-scrollable-content {
  height: auto;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row:first-child .dx-scheduler-date-table-cell {
  border-top-color: transparent;
}
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel,
.dx-scheduler-timeline.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before {
  border-bottom: 1px solid #b5c9c8;
}
.dx-scheduler-timeline .dx-scheduler-date-table-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
  display: block;
  float: left;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before {
  content: "";
  height: 50px;
  position: absolute;
  display: block;
  margin-top: -50px;
  left: 0;
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row .dx-scheduler-group-header {
  border: none;
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
  border-left: none;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
  border-right: none;
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-row::before {
  display: none;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
  margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0;
  padding: 0;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-sidebar-scrollable::before {
  width: 100px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-group-header-content {
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable {
  margin-left: 100px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="1"] .dx-scheduler-header-scrollable {
  margin-right: 100px;
  margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-sidebar-scrollable::before {
  width: 160px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-header-content {
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-header-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-header-scrollable {
  margin-left: 160px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-header-scrollable {
  margin-right: 160px;
  margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-table,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-sidebar-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-sidebar-scrollable::before {
  width: 240px;
}
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-header-content {
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-header-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-date-table-scrollable,
.dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-header-scrollable {
  margin-left: 240px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-date-table-scrollable,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-header-scrollable {
  margin-right: 240px;
  margin-left: 0;
}
.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row .dx-scheduler-group-header {
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-last-group-cell {
  border-right: 1px solid #b5c9c8;
}
.dx-scheduler-timeline .dx-scheduler-appointment-reduced .dx-scheduler-appointment-recurrence-icon {
  top: 0;
}
.dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-left: none;
}
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-left: none;
}
.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-header-panel-cell {
  border-left: none;
}
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-right: 1px solid #b5c9c8;
}
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-date-table-cell:nth-child(7n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-week .dx-scheduler-header-panel-cell:nth-child(7n) {
  border-left: 1px solid #b5c9c8;
}
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: 1px solid #b5c9c8;
}
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-date-table-cell:nth-child(5n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-work-week .dx-scheduler-header-panel-cell:nth-child(5n) {
  border-right: 1px solid rgba(222,222,222,.6);
  border-left: 1px solid #b5c9c8;
}
.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),
.dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n) {
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-cell:nth-child(1n),
.dx-rtl .dx-scheduler-work-space-count.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-panel-cell:nth-child(1n) {
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-header-panel {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-top: 10px;
}
.dx-scheduler-all-day-title-hidden {
  display: none;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-all-day) .dx-scheduler-all-day-title-hidden {
  display: block;
  background-color: transparent;
  color: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 0;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable {
  height: 51px;
  margin-left: 100px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 41px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 71px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 101px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
  height: 11px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 70px;
  margin-bottom: -70px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable {
  margin-left: 0;
}
.dx-scheduler-small .dx-scheduler-work-space-grouped:not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable {
  margin-left: 50px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
  width: auto;
  margin-left: 0;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-group-row::before,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  display: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel {
  margin-left: 0;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-panel .dx-scheduler-all-day-table-row::before {
  display: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
  z-index: 100;
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title::before {
  width: 50px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  float: none;
  margin-left: 0;
}
.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  display: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
  float: left;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
  margin-left: 100px;
}
.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
  margin-left: 50px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel {
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-panel {
  width: 100%;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 0 0 100px;
  padding: 0;
}
.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 0 0 50px;
}
.dx-rtl .dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 100px 0 0;
}
.dx-rtl.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar:not(.dx-scheduler-timeline) .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 50px 0 0;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 156px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 186px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 216px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
  height: 126px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 106px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 136px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 166px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
  height: 76px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 116px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 146px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 176px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
  height: 86px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 66px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 96px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 126px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
  height: 36px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-all-day.dx-scheduler-work-space-day.dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable.dx-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0;
  padding: 0;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline:not(.dx-scheduler-work-space-grouped) .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
  margin-left: 0;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
  border-left: none;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments {
  top: 0;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-scrollable-appointments.dx-rtl {
  left: 0;
}
.dx-scheduler-header-panel-cell {
  position: relative;
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: 1px solid rgba(222,222,222,.6);
  color: #7eb2be;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-all-day-table-row::before,
.dx-scheduler-group-row::before,
.dx-scheduler-header-row::before {
  content: "";
  width: 100px;
  display: table-cell;
}
.dx-scheduler-small .dx-scheduler-all-day-table-row::before,
.dx-scheduler-small .dx-scheduler-group-row::before,
.dx-scheduler-small .dx-scheduler-header-row::before {
  width: 50px;
}
.dx-scheduler-all-day-panel {
  width: 100%;
}
.dx-scheduler-all-day-panel .dx-scheduler-all-day-table-cell {
  border-bottom: 2px solid rgba(222,222,222,.6);
}
.dx-scheduler-all-day-title {
  color: #7eb2be;
  width: 100px;
  position: absolute;
  text-align: center;
  border-bottom: 2px solid rgba(222,222,222,.6);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.dx-scheduler-small .dx-scheduler-all-day-title {
  width: 50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-title {
  height: 50px;
  line-height: 50px;
}
.dx-scheduler-all-day-table {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.dx-scheduler-group-header {
  height: 30px;
  text-align: center;
}
.dx-scheduler-time-panel {
  float: left;
  width: 100px;
  border-collapse: collapse;
}
.dx-scheduler-small .dx-scheduler-time-panel {
  width: 50px;
  font-size: 14px;
}
.dx-scheduler-time-panel .dx-scheduler-time-panel-row:nth-child(1) td > div,
.dx-scheduler-time-panel .dx-scheduler-virtual-row ~ .dx-scheduler-time-panel-row:nth-child(2) td > div {
  margin-top: 0;
}
.dx-scheduler-time-panel-cell {
  color: #7eb2be;
  position: relative;
  width: 100%;
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
  border-bottom: 1px solid transparent;
}
.dx-scheduler-time-panel-cell > div {
  margin-top: -13px;
}
.dx-scheduler-small .dx-scheduler-time-panel-cell {
  padding-left: 0;
  padding-right: 10px;
}
.dx-scheduler-time-panel-cell::after {
  position: absolute;
  bottom: -1px;
  width: 10%;
  height: 1px;
  right: 0;
  background-color: rgba(222,222,222,.6);
  content: "";
}
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell {
  color: #3cbab2;
}
.dx-scheduler-time-panel-cell.dx-scheduler-time-panel-current-time-cell::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: inherit;
  content: "";
  background-color: #71d1cb;
}
.dx-scheduler-time-panel-row:last-child .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-time-panel-title-cell {
  padding: 0;
}
.dx-scheduler-date-table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  float: left;
  margin-left: -100px;
}
.dx-scheduler-small .dx-scheduler-date-table {
  margin-left: -50px;
}
.dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  content: "";
  width: 100px;
  display: table-cell;
}
.dx-scheduler-small .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-small .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 50px;
}
.dx-scheduler-agenda .dx-scheduler-date-table {
  margin-left: -70px;
}
.dx-scheduler-all-day-table-cell.dx-state-hover.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-hover.dx-state-focused {
  background-color: #98ded9;
}
.dx-scheduler-all-day-table-cell.dx-state-focused,
.dx-scheduler-date-table-cell.dx-state-focused {
  background-color: #98ded9;
  opacity: 1;
}
.dx-scheduler-all-day-table-cell.dx-scheduler-focused-cell,
.dx-scheduler-date-table-cell.dx-scheduler-focused-cell {
  box-shadow: inset 0 0 0 1px #3cbab2;
}
.dx-scheduler-all-day-table-cell > div,
.dx-scheduler-date-table-cell > div {
  pointer-events: none;
}
.dx-scheduler-date-table-droppable-cell {
  background-color: #e8e8e8;
}
.dx-scheduler-scrollable-appointments {
  position: absolute;
  top: 0;
}
.dx-scheduler-scrollable-appointments.dx-rtl {
  left: 0;
}
.dx-scheduler-all-day-appointment,
.dx-scheduler-timeline .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-scheduler-appointment {
  box-shadow: inset 2px 0 0 0 rgba(0,0,0,.2);
}
.dx-rtl .dx-scheduler-all-day-appointment,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment {
  box-shadow: inset -2px 0 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-all-day-appointment.dx-resizable-resizing,
.dx-scheduler-all-day-appointment.dx-state-active,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-active,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-resizable-resizing,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-active {
  box-shadow: inset -2px 0 0 0 rgba(0,0,0,.2),inset 2px 0 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-all-day-appointment.dx-state-hover,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset 5px 0 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset 5px 0 0 0 rgba(0,0,0,.2),inset -2px 0 0 0 rgba(0,0,0,.2);
}
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover {
  box-shadow: inset -5px 0 0 0 rgba(0,0,0,.2);
}
.dx-rtl .dx-scheduler-all-day-appointment.dx-state-hover.dx-resizable,
.dx-rtl .dx-scheduler-timeline .dx-scheduler-appointment.dx-state-hover.dx-resizable,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-appointment.dx-state-hover.dx-resizable {
  box-shadow: inset -5px 0 0 0 rgba(0,0,0,.2),inset 2px 0 0 0 rgba(0,0,0,.2);
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-all-day-appointment,
.dx-scheduler-timeline .dx-draggable-dragging .dx-scheduler-appointment,
.dx-scheduler-work-space-month .dx-draggable-dragging .dx-scheduler-appointment {
  box-shadow: inset -2px 0 0 0 rgba(0,0,0,.2),inset 2px 0 0 0 rgba(0,0,0,.2),7px 7px 15px 0 rgba(50,50,50,.2);
}
.dx-scheduler-appointment.dx-scheduler-appointment-body,
.dx-scheduler-appointment.dx-scheduler-appointment-tail {
  box-shadow: none;
}
.dx-scheduler-group-header-content div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-appointment-recurrence-icon {
  position: absolute;
  background-repeat: no-repeat;
  top: 3px;
  right: 5px;
  display: block;
}
.dx-scheduler-appointment-recurrence-icon.dx-icon-repeat {
  font-size: 18px;
}
.dx-scheduler-all-day-appointment .dx-scheduler-appointment-reduced-icon {
  position: absolute;
  top: 15%;
}
.dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
  right: 20px;
}
.dx-scheduler-appointment-content {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .99;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
  font-size: 12px;
}
.dx-scheduler-appointment-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-scheduler-appointment-empty .dx-scheduler-appointment-content-details,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-recurrence-icon,
.dx-scheduler-appointment-empty .dx-scheduler-appointment-title {
  display: none;
}
.dx-scheduler-appointment-content-details {
  font-size: 11px;
  white-space: pre;
  overflow: hidden;
}
.dx-scheduler-all-day-appointment .dx-scheduler-appointment-content-details,
.dx-scheduler-work-space-month .dx-scheduler-appointment-content-details {
  display: none;
}
.dx-scheduler-appointment-popup .dx-form .dx-field-item.dx-appointment-form-switch > div {
  flex-grow: 0;
  width: auto;
}
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,
.dx-scheduler-appointment-popup .dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
  margin: 0;
}
.dx-scheduler-appointment-popup .dx-field-item-label-location-left {
  padding-right: 20px;
}
.dx-scheduler-appointment-popup .dx-field {
  min-height: 0;
}
.dx-scheduler-appointment-popup .dx-field-label {
  width: auto;
}
.dx-scheduler-appointment-popup .dx-field-value {
  padding-left: 0;
  padding-right: 0;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox {
  float: left;
}
.dx-scheduler-appointment-popup .dx-field-value:not(.dx-widget) > .dx-checkbox.dx-rtl {
  float: right;
}
.dx-scheduler-appointment-collector {
  background-color: #3cbab2;
  color: #fff;
}
.dx-scheduler-appointment-collector.dx-button,
.dx-scheduler-appointment-collector.dx-button.dx-state-active,
.dx-scheduler-appointment-collector.dx-button.dx-state-focused,
.dx-scheduler-appointment-collector.dx-button.dx-state-hover {
  background-color: #3cbab2;
  color: #fff;
  border: none;
  box-shadow: none;
}
.dx-scheduler-appointment-collector.dx-button .dx-button-content,
.dx-scheduler-appointment-collector.dx-button.dx-state-active .dx-button-content,
.dx-scheduler-appointment-collector.dx-button.dx-state-focused .dx-button-content,
.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-button-content {
  line-height: inherit;
}
.dx-scheduler-appointment-collector.dx-button.dx-state-hover::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
  opacity: .98;
}
.dx-scheduler-appointment-collector.dx-button.dx-state-hover .dx-scheduler-appointment-collector-content {
  color: #fff;
  opacity: .99;
}
.dx-scheduler-appointment-collector-compact .dx-scheduler-appointment-collector-content span:last-child {
  padding-left: 0;
}
.dx-scheduler-agenda .dx-scheduler-date-table-scrollable {
  margin-top: 10px;
}
.dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
  padding-left: 70px;
  width: 100%;
  height: 0;
}
.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-scrollable-appointments.dx-rtl {
  padding-left: 0;
  padding-right: 70px;
}
.dx-scheduler-agenda .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-agenda .dx-scheduler-group-table {
  border-spacing: 0;
  margin-top: 0;
  height: 100%;
  float: left;
}
.dx-scheduler-agenda .dx-scheduler-time-panel {
  margin-top: 0;
  width: 70px;
}
.dx-scheduler-agenda .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  border: none;
}
.dx-scheduler-agenda .dx-scheduler-date-table-row::before {
  display: none;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
  float: right;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row::before {
  display: none;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-group-row:first-child .dx-scheduler-group-header-content::before {
  border-bottom: none;
}
.dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-time-panel-cell::after {
  display: none;
}
.dx-scheduler-agenda .dx-scheduler-group-header {
  vertical-align: top;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 700;
  padding: 0;
}
.dx-scheduler-small .dx-scheduler-agenda .dx-scheduler-group-header {
  width: 40px;
  font-size: 14px;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content div {
  white-space: normal;
}
.dx-scheduler-agenda .dx-scheduler-appointment {
  position: relative;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dx-scheduler-agenda .dx-scheduler-appointment.dx-scheduler-last-in-date-agenda-appointment {
  margin-bottom: 20px;
}
.dx-scheduler-agenda-nodata {
  text-align: center;
  opacity: .5;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 14px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 90px;
  margin-bottom: 90px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 130px;
  margin-bottom: 130px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 170px;
  margin-bottom: 170px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="1"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 130px;
  margin-bottom: 130px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="2"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 170px;
  margin-bottom: 170px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-day.dx-scheduler-work-space-count.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-week.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-timeline-work-week.dx-scheduler-work-space[dx-group-row-count="3"].dx-scheduler-work-space .dx-scheduler-date-table-scrollable {
  padding-bottom: 210px;
  margin-bottom: 210px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-sidebar-scrollable {
  display: none;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  margin-left: 0!important;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content {
  display: flex;
  height: 40px;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-header-content > div {
  margin: auto;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-group-row,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-panel,
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-row {
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-flow: row nowrap;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header {
  flex-basis: auto;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline:not(.dx-scheduler-work-space-group-by-date) .dx-scheduler-header-row .dx-scheduler-header-panel-cell {
  border-right: none;
}
.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-work-space-vertical-group-table {
  width: 100px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-group-header-content {
  width: 100%;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-left: -200px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-left: -150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 200px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 150px;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-right: -200px;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 200px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 201px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 151px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
  margin-left: 0;
  margin-right: 201px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 201px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 151px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 101px;
}
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 0;
  margin-right: 101px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
  width: 100px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
  margin-left: 100px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 0 0 100px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-right: 0;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-header-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="1"].dx-scheduler-work-space-month .dx-scheduler-virtual-row::before {
  width: 100px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-work-space-vertical-group-table {
  width: 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-group-header-content {
  width: 100%;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-left: -250px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-left: -200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 250px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 200px;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-right: -250px;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 250px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 251px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 201px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
  margin-left: 0;
  margin-right: 251px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 251px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 201px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 151px;
}
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 0;
  margin-right: 151px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
  width: 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
  margin-left: 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 0 0 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-right: 0;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-header-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="2"].dx-scheduler-work-space-month .dx-scheduler-virtual-row::before {
  width: 150px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-work-space-vertical-group-table {
  width: 200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-group-header-content {
  width: 100%;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-left: -300px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-left: -250px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 300px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-all-day-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-date-table-row::before,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table .dx-scheduler-virtual-row::before {
  width: 250px;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-right: -300px;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 300px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"] .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  width: 250px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 301px;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 251px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable {
  margin-left: 0;
  margin-right: 301px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 301px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-rtl .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 251px 0 0;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 201px;
}
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-small.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin-left: 0;
  margin-right: 201px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
  width: 200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
  margin-left: 200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0 0 0 200px;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-rtl .dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-right: 0;
  margin-left: 0;
}
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-date-table-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-header-row::before,
.dx-scheduler-work-space-vertical-grouped[dx-group-column-count="3"].dx-scheduler-work-space-month .dx-scheduler-virtual-row::before {
  width: 200px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table {
  float: left;
  height: 100%;
  min-height: 100px;
  border-right: 1px solid rgba(222,222,222,.6);
  border-top: 1px solid rgba(222,222,222,.6);
  border-spacing: 0;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-vertical-group-table tbody {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
  top: 0;
  position: relative;
  height: 50px!important;
  line-height: 50px!important;
  border-bottom: none;
  border-right: none;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-day .dx-scheduler-all-day-table-cell {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel {
  display: table-cell;
  position: relative;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel::before {
  content: "";
  width: 100px;
  display: table-cell;
}
.dx-scheduler-small .dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-panel::before {
  width: 50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-all-day-table-row {
  height: 50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-first-group-cell > div {
  margin-top: 0;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-time-panel-cell.dx-scheduler-last-group-cell {
  border-bottom: none;
  box-shadow: inset 0 -1px 0 rgba(222,222,222,.6);
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell {
  border-bottom: 2px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable {
  display: block;
  float: left;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-header-panel .dx-scheduler-header-row::before {
  display: none;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-group-header {
  box-shadow: 0 -2px 0 rgba(222,222,222,.6);
  border-bottom: none;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  height: 75px;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-month.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-panel {
  border-bottom: none;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row::before {
  display: none;
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-week .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-work-week .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-vertical-grouped:not(.dx-scheduler-work-space-day):not(.dx-scheduler-work-space-both-scrollbar) .dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-work-space-day .dx-scheduler-date-table-scrollable {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dx-rtl .dx-scheduler-work-space-vertical-group-table {
  border-right: none;
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-date-time-shader-all-day {
  margin-left: 0;
  margin-right: 100px;
}
.dx-rtl .dx-scheduler-navigator {
  float: right;
  padding-left: 0;
  padding-right: 10px;
}
.dx-device-mobile .dx-rtl .dx-scheduler-navigator {
  padding-right: 5px;
}
.dx-rtl .dx-scheduler-view-switcher.dx-tabs {
  float: left;
}
.dx-rtl .dx-scheduler-view-switcher.dx-dropdownmenu {
  left: 10px;
  right: auto;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-rtl .dx-scheduler-header-panel {
  left: 0;
  right: inherit;
}
.dx-rtl .dx-scheduler-all-day-panel table {
  margin-left: 0;
}
.dx-rtl .dx-scheduler-time-panel,
.dx-rtl .dx-scheduler-work-space-vertical-group-table {
  float: right;
}
.dx-rtl .dx-scheduler-time-panel-cell {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-time-panel-cell {
  padding-left: 10px;
}
.dx-rtl .dx-scheduler-time-panel-cell::after {
  right: auto;
  left: 0;
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell {
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-date-table-cell:first-child,
.dx-rtl .dx-scheduler-work-space-month .dx-scheduler-header-panel-cell:first-child {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-both-scrollbar):not(.dx-scheduler-agenda) .dx-scheduler-date-table {
  float: right;
  margin-left: 0;
  margin-right: -100px;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-both-scrollbar):not(.dx-scheduler-agenda) .dx-scheduler-date-table {
  margin-right: -50px;
}
.dx-rtl .dx-scheduler-appointment-recurrence-icon {
  left: 5px;
  right: auto;
}
.dx-rtl .dx-scheduler-appointment-reduced.dx-scheduler-appointment-head .dx-scheduler-appointment-recurrence-icon {
  left: 20px;
  right: auto;
}
.dx-rtl .dx-scheduler-work-space-day .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content,
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 5px;
  padding-left: 40px;
}
.dx-rtl .dx-scheduler-work-space-week .dx-scheduler-all-day-table-cell,
.dx-rtl .dx-scheduler-work-space-work-week .dx-scheduler-all-day-table-cell {
  border-right: 1px solid rgba(222,222,222,.6);
  border-left: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title {
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title::before {
  right: 0;
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-sidebar-scrollable {
  float: right;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
  margin-right: 100px;
  margin-left: auto;
}
.dx-scheduler-small .dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-scrollable {
  margin-right: 50px;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-time-panel {
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: none;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-timeline .dx-scheduler-date-table-scrollable,
.dx-rtl.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-date-table-scrollable {
  margin-right: 0;
}
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-table-row .dx-scheduler-all-day-table-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-date-table-row .dx-scheduler-date-table-cell:first-child,
.dx-rtl.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-row .dx-scheduler-header-panel-cell:first-child {
  border-right: none;
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
  float: right;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before {
  right: 0;
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: none;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-table {
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: none;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
  margin-right: 0;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped .dx-scheduler-group-header {
  padding: 0 5px 0 10px;
}
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="2"] .dx-scheduler-group-header:last-child,
.dx-rtl .dx-scheduler-timeline.dx-scheduler-work-space-grouped[dx-group-column-count="3"] .dx-scheduler-group-header:last-child {
  text-align: right;
}
.dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
  margin-left: 0;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day) .dx-scheduler-header-scrollable {
  margin-right: 50px;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
  padding-right: 100px;
  padding-left: 0;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-agenda .dx-scheduler-scrollable-appointments {
  padding-right: 35px;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-table {
  float: right;
}
.dx-rtl .dx-scheduler-agenda.dx-scheduler-work-space-grouped .dx-scheduler-date-table {
  float: left;
}
.dx-rtl.dx-scheduler-small .dx-scheduler-work-space:not(.dx-scheduler-timeline):not(.dx-scheduler-work-space-month):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-both-scrollbar):not(.dx-scheduler-agenda) .dx-scheduler-date-table {
  margin-right: -50px;
}
.dx-rtl.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar.dx-scheduler-timeline.dx-scheduler-work-space-horizontal-grouped .dx-scheduler-header-scrollable.dx-scrollable,
.dx-rtl.dx-scheduler-small .dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-scrollable.dx-scrollable {
  margin: 0;
}
.dx-scheduler-small .dx-scheduler-timeline .dx-scheduler-date-table {
  margin-left: 0;
}
.dx-scheduler-time-panel-cell {
  height: 50px;
}
.dx-scheduler-date-table-cell {
  height: 50px;
}
.dx-scheduler-all-day-title {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  font-weight: 700;
  top: 56px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-title {
  height: 25px;
  line-height: 25px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title {
  top: 96px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title::before {
  top: -41px;
  height: 40px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title {
  top: 126px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title::before {
  top: -71px;
  height: 70px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title {
  top: 156px;
}
:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title::before {
  top: -101px;
  height: 100px;
}
.dx-scheduler-work-space-week .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week .dx-scheduler-all-day-title {
  top: 106px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title {
  top: 136px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title::before,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title::before {
  top: -81px;
  height: 80px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title {
  top: 166px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title::before,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title::before {
  top: -111px;
  height: 110px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title {
  top: 196px;
}
.dx-scheduler-work-space-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title::before,
.dx-scheduler-work-space-work-week:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title::before {
  top: -141px;
  height: 140px;
}
.dx-scheduler-all-day-table {
  height: 75px;
}
.dx-scheduler-work-space-all-day-collapsed .dx-scheduler-all-day-table {
  height: 25px;
}
.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-panel {
  margin-top: 11px;
}
.dx-scheduler-header-panel-cell {
  height: 40px;
}
.dx-scheduler-header-panel-cell.dx-scheduler-header-panel-current-time-cell::before {
  top: 37px;
  height: 2px;
}
.dx-scheduler-timeline .dx-scheduler-date-table-cell {
  height: 75px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 125px;
  margin-bottom: -125px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 155px;
  margin-bottom: -155px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 185px;
  margin-bottom: -185px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 215px;
  margin-bottom: -215px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 75px;
  margin-bottom: -75px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 105px;
  margin-bottom: -105px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 135px;
  margin-bottom: -135px;
}
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 165px;
  margin-bottom: -165px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 70px;
  margin-bottom: -70px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 85px;
  margin-bottom: -85px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 115px;
  margin-bottom: -115px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 145px;
  margin-bottom: -145px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 175px;
  margin-bottom: -175px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 35px;
  margin-bottom: -35px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 65px;
  margin-bottom: -65px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 95px;
  margin-bottom: -95px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 125px;
  margin-bottom: -125px;
}
.dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-all-day-title {
  top: 57px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 125px;
  margin-bottom: -125px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 155px;
  margin-bottom: -155px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 185px;
  margin-bottom: -185px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 215px;
  margin-bottom: -215px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 75px;
  margin-bottom: -75px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 105px;
  margin-bottom: -105px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 135px;
  margin-bottom: -135px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 165px;
  margin-bottom: -165px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-header-panel {
  margin-top: 10px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title {
  top: 136px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scheduler-all-day-title::before {
  top: -81px;
  height: 80px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title {
  top: 166px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scheduler-all-day-title::before {
  top: -111px;
  height: 110px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title {
  top: 196px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scheduler-all-day-title::before {
  top: -141px;
  height: 140px;
}
.dx-scheduler-work-space-day.dx-scheduler-work-space-count:not(.dx-scheduler-work-space-vertical-grouped) .dx-scheduler-all-day-title {
  top: 106px;
}
.dx-scheduler-work-space-day .dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
  border-bottom: none;
}
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-month:not(.dx-scheduler-work-space-vertical-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space-month .dx-scheduler-appointment-content {
  font-size: 13px;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-first-of-month {
  border-left: 1px solid #ababab;
  border-top: 1px solid #ababab;
}
.dx-scheduler-header {
  background-color: rgba(0,0,0,.04);
  border: 1px solid rgba(222,222,222,.6);
  height: 56px;
}
.dx-scheduler-navigator {
  padding: 10px;
}
.dx-scheduler-navigator .dx-button {
  margin-top: -1px;
  height: 36px;
}
.dx-scheduler-navigator .dx-button-has-icon .dx-button-content {
  padding: 6px;
}
.dx-scheduler-navigator-caption {
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.dx-scheduler-navigator-caption.dx-state-active,
.dx-scheduler-navigator-caption.dx-state-focused,
.dx-scheduler-navigator-caption.dx-state-hover {
  border-right-width: 1px;
  border-left-width: 1px;
}
.dx-scheduler-navigator-previous {
  border-radius: 2px 0 0 2px;
}
.dx-rtl .dx-scheduler-navigator-previous,
.dx-scheduler-navigator-next {
  border-radius: 0 2px 2px 0;
}
.dx-rtl .dx-scheduler-navigator-next {
  border-radius: 2px 0 0 2px;
}
.dx-scheduler-view-switcher.dx-tabs {
  font-size: 14px;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab:not(.dx-tab-selected):not(.dx-state-hover) {
  background: 0 0;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected,
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected::before {
  background-color: #f5f5f5;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-state-focused::after {
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: 1px solid rgba(222,222,222,.6);
  border-top: 1px solid #3cbab2;
  border-bottom: none;
}
.dx-scheduler-view-switcher.dx-tabs .dx-tab.dx-tab-selected::after {
  height: 56px;
}
.dx-scheduler-view-switcher.dx-dropdownmenu {
  margin-top: 9px;
}
.dx-scheduler-view-switcher-label {
  margin-top: 16px;
  right: 60px;
}
.dx-rtl .dx-scheduler-view-switcher-label {
  left: 60px;
  right: auto;
}
.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) {
  border-bottom: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-header-panel .dx-scheduler-group-row:not(:first-child) .dx-scheduler-group-header {
  color: #7eb2be;
}
.dx-scheduler-group-flex-container .dx-scheduler-group-header,
.dx-scheduler-header-panel .dx-scheduler-group-header,
.dx-scheduler-work-space-vertical-group-table .dx-scheduler-group-header {
  font-weight: 700;
  color: #7eb2be;
  padding: 0;
}
.dx-scheduler-all-day-panel {
  background-color: #f5f5f5;
}
.dx-scheduler-work-space {
  padding-top: 56px;
  margin-top: -56px;
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-all-day-title {
  border-top: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-date-table-cell {
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-agenda .dx-scheduler-date-table-cell {
  border: none;
}
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th {
  border-left: none;
  border-right: none;
}
.dx-scheduler-work-space-week .dx-scheduler-date-table-row:first-child {
  border-top: none;
}
.dx-scheduler-date-table-cell {
  border-left: 1px solid rgba(222,222,222,.6);
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-all-day-table-cell.dx-state-active,
.dx-scheduler-date-table-cell.dx-state-active {
  background-color: rgba(211,211,211,.7);
}
.dx-scheduler-all-day-table-cell.dx-state-hover,
.dx-scheduler-date-table-cell.dx-state-hover {
  background-color: rgba(222,222,222,.4);
  color: #7eb2be;
}
.dx-scheduler-appointment-popup .dx-popup-title {
  background-color: #f5f5f5;
}
.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton,
.dx-scheduler-appointment-popup .dx-popup-title .dx-closebutton.dx-rtl {
  margin: 0;
}
.dx-scheduler-appointment-popup .dx-popup-bottom {
  border-top: 1px solid #dedede;
}
.dx-scheduler-appointment-popup .dx-toolbar-after {
  margin-right: 4px;
}
.dx-rtl .dx-scheduler-appointment-popup .dx-toolbar-after {
  margin-left: 4px;
  margin-right: 0;
}
.dx-scheduler-appointment-popup .dx-form-validation-summary {
  padding: 10px 20px;
}
.dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
  font-size: 16px;
}
.dx-scheduler-group-header,
.dx-scheduler-header-panel,
.dx-scheduler-time-panel {
  font-size: 14px;
}
.dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
  border-right: 1px solid #ababab;
}
.dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
.dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th,
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell {
  border-left: 1px solid #ababab;
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-work-space-grouped .dx-scheduler-group-row th:last-child,
.dx-rtl .dx-scheduler-work-space.dx-scheduler-work-space-grouped .dx-scheduler-last-group-cell:last-child {
  border-left: none;
}
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-timeline .dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-group-row th,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-vertical-grouped .dx-scheduler-last-group-cell {
  border-right: 1px solid rgba(222,222,222,.6);
  border-left: 1px solid rgba(222,222,222,.6);
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
  border-right: 1px solid #ababab;
}
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
.dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
  border-right: none;
}
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell {
  border-left: 1px solid #ababab;
  border-right: 1px solid rgba(222,222,222,.6);
}
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-date-table-cell.dx-scheduler-last-group-cell:last-child,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-group-header.dx-scheduler-last-group-cell:last-child,
.dx-rtl .dx-scheduler-work-space-grouped.dx-scheduler-work-space-group-by-date .dx-scheduler-header-panel-cell:last-child {
  border-left: none;
}
.dx-scheduler-appointment-collector {
  height: 20px;
}
.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
  line-height: 13.3333333333px;
  height: 20px;
}
.dx-scheduler-appointment-collector.dx-button.dx-button-default,
.dx-scheduler-appointment-collector.dx-state-hover::before {
  border-radius: 20px;
}
.dx-scheduler-appointment {
  border-left: 3px solid transparent;
  border-right: 2px solid transparent;
}
.dx-scheduler-appointment.dx-state-focused {
  color: #fff;
}
.dx-scheduler-appointment.dx-scheduler-appointment-empty {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.dx-scheduler-fixed-appointments .dx-draggable-dragging .dx-scheduler-appointment {
  border-right: none;
}
.dx-scheduler-appointment-content {
  padding: 5px 7px;
}
.dx-scheduler-appointment-reduced .dx-scheduler-appointment-content {
  padding-right: 40px;
}
.dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 5px 25px 5px 7px;
}
.dx-rtl .dx-scheduler-appointment-recurrence .dx-scheduler-appointment-content {
  padding: 5px 7px 5px 25px;
}
.dx-scheduler-dropdown-appointment-date {
  color: #7eb2be;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 110px;
  margin-bottom: -110px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 140px;
  margin-bottom: -140px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 70px;
  margin-bottom: -70px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 100px;
  margin-bottom: -100px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 41px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 71px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 101px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-header-scrollable {
  height: 11px;
}
.dx-scheduler-work-space-grouped:not(.dx-scheduler-work-space-all-day):not(.dx-scheduler-timeline):not(.dx-scheduler-agenda):not(.dx-scheduler-work-space-vertical-grouped):not(.dx-scheduler-work-space-horizontal-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="1"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="1"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 121px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="2"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="2"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 151px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week[dx-group-row-count="3"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week[dx-group-row-count="3"] .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 181px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scheduler-header-scrollable {
  height: 91px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable {
  padding-bottom: 90px;
  margin-bottom: -90px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day.dx-scheduler-work-space-grouped .dx-scheduler-sidebar-scrollable::before {
  height: 91px;
  margin-top: -91px;
}
.dx-scheduler-work-space.dx-scheduler-timeline-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-timeline-work-week .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-work-space.dx-scheduler-work-space-count.dx-scheduler-timeline-day .dx-scrollable.dx-scheduler-date-table-scrollable {
  padding-bottom: 90px;
  margin-bottom: -90px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title,
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-all-day-title::before {
  background-color: #f5f5f5;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-both-scrollbar[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-both-scrollbar .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 31px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 61px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 91px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day .dx-scheduler-header-scrollable,
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 156px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 186px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 216px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scheduler-header-scrollable {
  height: 126px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 106px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 136px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 166px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
  height: 76px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 116px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 146px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count)[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 176px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count) .dx-scheduler-header-scrollable {
  height: 86px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 66px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 96px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 126px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
  height: 36px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-count).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 106px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 136px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped)[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 166px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped) .dx-scheduler-header-scrollable {
  height: 76px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 56px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 86px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 116px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed .dx-scheduler-header-scrollable {
  height: 26px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-all-day:not(.dx-scheduler-work-space-vertical-grouped).dx-scheduler-work-space-day:not(.dx-scheduler-work-space-grouped).dx-scheduler-work-space-all-day-collapsed.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space.dx-scheduler-work-space-month.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="1"] .dx-scheduler-header-scrollable {
  height: 81px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="2"] .dx-scheduler-header-scrollable {
  height: 111px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped[dx-group-row-count="3"] .dx-scheduler-header-scrollable {
  height: 141px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped .dx-scheduler-header-scrollable {
  height: 51px;
}
.dx-scheduler-work-space-both-scrollbar.dx-scheduler-work-space-vertical-grouped.dx-scheduler-work-space-horizontal-grouped.dx-scheduler-timeline .dx-scheduler-header-scrollable {
  height: auto;
}
.dx-scheduler-agenda .dx-scheduler-group-header {
  font-size: 14px;
  width: 80px;
}
.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 90px;
  margin-bottom: -90px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 90px;
  margin-bottom: -90px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="1"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="2"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-date-table-scrollable,
.dx-scheduler-agenda.dx-scheduler-work-space.dx-scheduler-work-space-all-day-collapsed[dx-group-row-count="3"] .dx-scrollable.dx-scheduler-sidebar-scrollable {
  padding-bottom: 90px;
  margin-bottom: -90px;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content {
  overflow: hidden;
  width: 80px;
  padding: 10px 0 0 10px;
  box-shadow: inset 0 -1px 0 0 #b5c9c8;
}
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  padding-right: 10px;
  padding-left: 0;
}
.dx-scheduler-agenda .dx-scheduler-group-header-content,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  text-align: left;
}
.dx-rtl .dx-scheduler-agenda .dx-scheduler-group-header-content,
.dx-rtl .dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  text-align: right;
}
.dx-scheduler-agenda .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-time-panel-cell {
  box-shadow: inset 0 -1px 0 0 rgba(222,222,222,.6);
}
.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-date-table-cell,
.dx-scheduler-agenda .dx-scheduler-date-table-last-row .dx-scheduler-time-panel-cell {
  box-shadow: inset 0 -1px 0 0 #b5c9c8;
}
.dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-right: -150px;
}
.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-left: -40px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-left: -150px;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-date-table {
  margin-left: -40px;
}
.dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments {
  padding-left: 150px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="1"] .dx-scheduler-scrollable-appointments {
  padding-left: 0;
  padding-right: 150px;
}
.dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-right: -230px;
}
.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-left: -80px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-left: -230px;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-date-table {
  margin-left: -80px;
}
.dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments {
  padding-left: 230px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="2"] .dx-scheduler-scrollable-appointments {
  padding-left: 0;
  padding-right: 230px;
}
.dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-right: -310px;
}
.dx-scheduler-small .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-left: -120px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-left: -310px;
}
.dx-scheduler-small .dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-date-table {
  margin-left: -120px;
}
.dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments {
  padding-left: 310px;
}
.dx-rtl .dx-scheduler-agenda[dx-group-column-count="3"] .dx-scheduler-scrollable-appointments {
  padding-left: 0;
  padding-right: 310px;
}
.dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content .dx-popup-content .dx-list-item {
  border-top-width: 1px;
}
.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
  background: #f5f5f5;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
  padding-top: 10px;
}
.dx-layout-manager .dx-field-item:not(.dx-first-col) {
  padding-left: 15px;
}
.dx-layout-manager .dx-field-item:not(.dx-last-col) {
  padding-right: 15px;
}
.dx-layout-manager .dx-field-empty-item {
  width: 100%;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
  padding-left: 0;
  padding-right: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-single-column-item-content > .dx-first-row.dx-col-0.dx-field-item {
  padding-top: 0;
}
.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-single-column-item-content > .dx-field-item {
  padding-top: 10px;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout {
  display: flex;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label {
  display: block;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content,
.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content-wrapper {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  display: block;
}
.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align) {
  align-items: baseline;
}
.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label {
  vertical-align: baseline;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper,
.dx-layout-manager .dx-label-h-align .dx-field-item-label {
  display: table-cell;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content {
  display: block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label {
  white-space: nowrap;
  vertical-align: middle;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
  display: block;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content {
  vertical-align: top;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,
.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
  margin-top: 7px;
  margin-bottom: 4px;
}
.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper {
  width: 100%;
}
.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
  padding: 20px;
}
.dx-field-item-label-location-top {
  display: block;
}
.dx-form-group-content {
  border-width: 0;
  padding: 0;
  margin: 0;
}
.dx-form-group-with-caption > .dx-form-group-content {
  padding-top: 19px;
  margin-top: 6px;
  border-top: 1px solid #7eb2be;
  padding-bottom: 20px;
}
.dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
  padding-left: 20px;
}
.dx-layout-manager-hidden-label {
  position: absolute;
  display: block;
  visibility: hidden;
}
.dx-field-item-help-text {
  font-style: italic;
  white-space: normal;
}
.dx-field-item-label-location-left {
  padding-right: 10px;
}
.dx-field-item-label-location-right {
  padding-left: 10px;
}
.dx-rtl .dx-field-item-optional-mark,
.dx-rtl .dx-field-item-required-mark {
  unicode-bidi: embed;
}
.dx-rtl .dx-field-item:not(.dx-first-col) {
  padding-left: 0;
  padding-right: 15px;
}
.dx-rtl .dx-field-item:not(.dx-last-col) {
  padding-left: 15px;
  padding-right: 0;
}
.dx-rtl .dx-field-item-label-location-left {
  padding-right: 0;
  padding-left: 10px;
}
.dx-rtl .dx-field-item-label-location-right {
  padding-left: 0;
  padding-right: 10px;
}
.dx-rtl .dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
  padding-right: 0;
  padding-left: 0;
}
.dx-rtl .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
  padding-left: 0;
  padding-right: 20px;
}
.dx-form-group-caption {
  font-size: 20px;
}
.dx-field-item-help-text,
.dx-field-item-label-text {
  color: #728e94;
}
.dx-field-item-required-mark {
  color: #f51933;
}
.dx-field-item-optional-mark {
  color: #83b5c0;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-action-icon,
.dx-filterbuilder.dx-rtl .dx-filterbuilder-text {
  margin-left: 5px;
  margin-right: 0;
}
.dx-filterbuilder.dx-rtl .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 0;
  padding-right: 26px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon,
.dx-filterbuilder .dx-filterbuilder-text {
  margin-left: 0;
  margin-right: 5px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon:focus,
.dx-filterbuilder .dx-filterbuilder-item-value-text:focus,
.dx-filterbuilder .dx-filterbuilder-text:focus {
  outline: 0;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item {
  display: inline-block;
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text {
  display: inline-block;
  cursor: pointer;
  white-space: pre;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range {
  white-space: nowrap;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range-separator,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-text-separator {
  margin: 0 7px;
  opacity: .3;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-group-operation,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation {
  min-width: 20px;
  padding: 2px 7px 3px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-texteditor {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -4px;
  display: inline-block;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action.dx-filterbuilder-action-icon {
  padding: 5px 8px;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
  padding-left: 26px;
}
.dx-filterbuilder-operations .dx-treeview-item {
  padding-left: 5px;
}
.dx-filterbuilder-operations .dx-rtl .dx-treeview-item {
  padding-right: 5px;
}
.dx-filterbuilder-overlay {
  white-space: nowrap;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node {
  padding-left: 0;
}
.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node .dx-treeview-node-container-opened {
  margin-left: 15px;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node {
  padding-right: 0;
}
.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node .dx-treeview-node-container-opened {
  margin-right: 15px;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal {
  border-radius: 0;
}
.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal > .dx-popup-content {
  padding: 0;
}
.dx-filterbuilder-overlay .dx-scrollable-container {
  max-height: 360px;
}
.dx-filterbuilder-overlay .dx-menu-items-container {
  padding: 0;
}
.dx-filterbuilder {
  background-color: #f5f5f5;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text {
  color: #28484f;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation {
  background-color: rgba(247,74,94,.3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:hover {
  background-color: rgba(247,74,94,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-group-operation:focus {
  background-color: #f74a5e;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field {
  background-color: rgba(60,186,178,.3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:hover {
  background-color: rgba(60,186,178,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-field:focus {
  background-color: #3cbab2;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation {
  background-color: rgba(114,214,60,.3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:hover {
  background-color: rgba(114,214,60,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text.dx-filterbuilder-item-operation:focus {
  background-color: #72d63c;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:hover {
  background-color: rgba(222,222,222,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-text .dx-filterbuilder-item-value-text:focus {
  background-color: #dedede;
  color: #fff;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus {
  color: rgba(114,214,60,.3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:hover {
  color: rgba(114,214,60,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus.dx-state-active,
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-plus:focus {
  color: #72d63c;
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove {
  color: rgba(247,74,94,.3);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:hover {
  color: rgba(247,74,94,.5);
}
.dx-filterbuilder .dx-filterbuilder-group .dx-icon-remove:focus {
  color: #f74a5e;
}
.dx-filterbuilder-overlay.dx-filterbuilder-operations .dx-treeview-item .dx-icon {
  color: #728e94;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-size: 14px 14px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
}
.dx-filterbuilder .dx-filterbuilder-action-icon {
  margin-bottom: 9px;
}
.dx-filterbuilder .dx-filterbuilder-item-value-text,
.dx-filterbuilder .dx-filterbuilder-text {
  border-radius: 5px;
}
.dx-filterbuilder .dx-filterbuilder-range-separator {
  color: #28484f;
}
.dx-filterbuilder-overlay .dx-treeview-item {
  padding: 5px 15px;
}
.dx-filterbuilder-overlay .dx-rtl .dx-treeview-item {
  padding-left: 15px;
}
.dx-drawer {
  height: 100%;
  width: 100%;
}
.dx-drawer-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.dx-drawer-panel-content {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-drawer-right .dx-drawer-panel-content {
  right: 0;
}
.dx-drawer-left .dx-drawer-panel-content {
  left: 0;
}
.dx-drawer-panel-content-push-top-or-bottom {
  width: 100%;
}
.dx-drawer-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}
.dx-drawer-shader {
  z-index: 1000;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
}
.dx-drawer-push.dx-drawer-bottom .dx-drawer-panel-content {
  top: auto;
}
.dx-drawer-shrink .dx-drawer-panel-content {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  height: 100%;
}
.dx-drawer-shrink .dx-drawer-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
}
.dx-drawer-shrink .dx-drawer-content {
  position: relative;
  flex: 1 1 auto;
}
.dx-drawer-shrink.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-shrink.dx-drawer-top .dx-drawer-wrapper {
  flex-direction: column;
}
.dx-drawer-overlap .dx-drawer-panel-content {
  overflow: visible;
}
.dx-drawer-overlap .dx-drawer-panel-content.dx-overlay-wrapper {
  right: auto;
  left: auto;
}
.dx-drawer-overlap.dx-drawer-left .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-right .dx-drawer-wrapper {
  overflow-y: visible;
}
.dx-drawer-overlap.dx-drawer-bottom .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-top .dx-drawer-wrapper {
  overflow-x: visible;
}
.dx-drawer-overlap.dx-drawer-right.dx-drawer-expand>.dx-drawer-wrapper>.dx-overlay>.dx-overlay-wrapper>.dx-overlay-content,
.dx-drawer-overlap.dx-drawer-right.dx-drawer-slide>.dx-drawer-wrapper>.dx-overlay>.dx-overlay-wrapper>.dx-overlay-content {
  right: 0;
}
.dx-htmleditor {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}
.dx-htmleditor:not(.dx-state-disabled) li[data-list=checked],
.dx-htmleditor:not(.dx-state-disabled) li[data-list=unchecked] {
  cursor: pointer;
}
.dx-quill-container {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-basis: auto;
  min-height: 1px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content {
  box-sizing: border-box;
  line-height: 1.42;
  width: 100%;
  outline: 0;
  overflow-y: auto;
  padding: 12px 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dx-htmleditor-content .dx-variable > span {
  padding: 3px 6px;
  border-radius: 8px;
  background: rgba(60,186,178,.15);
}
.dx-htmleditor-content > * {
  cursor: text;
}
.dx-htmleditor-content blockquote,
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content ol,
.dx-htmleditor-content p,
.dx-htmleditor-content pre,
.dx-htmleditor-content ul {
  margin: 0;
  padding: 0;
}
.dx-htmleditor-content h1,
.dx-htmleditor-content h2,
.dx-htmleditor-content h3,
.dx-htmleditor-content h4,
.dx-htmleditor-content h5,
.dx-htmleditor-content h6,
.dx-htmleditor-content ol,
.dx-htmleditor-content p,
.dx-htmleditor-content ul {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.dx-htmleditor-content table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.dx-htmleditor-content td,
.dx-htmleditor-content th {
  border: 1px solid #000;
  padding: 2px 5px;
}
.dx-htmleditor-content ol,
.dx-htmleditor-content ul {
  padding-left: 1.5em;
}
.dx-rtl .dx-htmleditor-content ol,
.dx-rtl .dx-htmleditor-content ul {
  padding-left: 0;
  padding-right: 1.5em;
}
.dx-htmleditor-content li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.dx-htmleditor-content li[data-list=bullet]::before {
  content: "•";
}
.dx-htmleditor-content li[data-list=checked]::before {
  content: "☑";
}
.dx-htmleditor-content li[data-list=unchecked]::before {
  content: "☐";
}
.dx-htmleditor-content li::before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.dx-htmleditor-content li > .ql-ui {
  visibility: hidden;
}
.dx-htmleditor-content li[data-list=checked] > .ql-ui,
.dx-htmleditor-content li[data-list=unchecked] > .ql-ui {
  visibility: visible;
}
.dx-rtl .dx-htmleditor-content li {
  padding-left: 0;
  padding-right: 1.5em;
}
.dx-htmleditor-content li[data-list=ordered] {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.dx-htmleditor-content li[data-list=ordered]::before {
  content: counter(list-0,decimal) ". ";
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-1::before {
  content: counter(list-1,lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 4.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-2::before {
  content: counter(list-2,lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 7.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-3::before {
  content: counter(list-3,decimal) ". ";
}
.dx-htmleditor-content li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  padding-left: 10.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-4::before {
  content: counter(list-4,lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
  padding-left: 13.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-5::before {
  content: counter(list-5,lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
  padding-left: 16.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-6::before {
  content: counter(list-6,decimal) ". ";
}
.dx-htmleditor-content li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
  padding-left: 19.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-7::before {
  content: counter(list-7,lower-alpha) ". ";
}
.dx-htmleditor-content li.ql-indent-7 {
  counter-reset: list-8 list-9;
  padding-left: 22.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-8::before {
  content: counter(list-8,lower-roman) ". ";
}
.dx-htmleditor-content li.ql-indent-8 {
  counter-reset: list-9;
  padding-left: 25.5em;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.dx-htmleditor-content ol li[data-list=ordered].ql-indent-9::before {
  content: counter(list-9,decimal) ". ";
}
.dx-htmleditor-content .ql-indent-1 {
  padding-left: 3em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-1 {
  padding-left: 0;
  padding-right: 3em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-1 {
  padding-left: 0;
  padding-right: 4.5em;
}
.dx-htmleditor-content .ql-indent-2 {
  padding-left: 6em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-2 {
  padding-left: 0;
  padding-right: 6em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-2 {
  padding-left: 0;
  padding-right: 7.5em;
}
.dx-htmleditor-content .ql-indent-3 {
  padding-left: 9em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-3 {
  padding-left: 0;
  padding-right: 9em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-3 {
  padding-left: 0;
  padding-right: 10.5em;
}
.dx-htmleditor-content .ql-indent-4 {
  padding-left: 12em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-4 {
  padding-left: 0;
  padding-right: 12em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-4 {
  padding-left: 0;
  padding-right: 13.5em;
}
.dx-htmleditor-content .ql-indent-5 {
  padding-left: 15em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-5 {
  padding-left: 0;
  padding-right: 15em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-5 {
  padding-left: 0;
  padding-right: 16.5em;
}
.dx-htmleditor-content .ql-indent-6 {
  padding-left: 18em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-6 {
  padding-left: 0;
  padding-right: 18em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-6 {
  padding-left: 0;
  padding-right: 19.5em;
}
.dx-htmleditor-content .ql-indent-7 {
  padding-left: 21em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-7 {
  padding-left: 0;
  padding-right: 21em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-7 {
  padding-left: 0;
  padding-right: 22.5em;
}
.dx-htmleditor-content .ql-indent-8 {
  padding-left: 24em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-8 {
  padding-left: 0;
  padding-right: 24em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-8 {
  padding-left: 0;
  padding-right: 25.5em;
}
.dx-htmleditor-content .ql-indent-9 {
  padding-left: 27em;
}
.dx-rtl .dx-htmleditor-content .ql-indent-9 {
  padding-left: 0;
  padding-right: 27em;
}
.dx-htmleditor-content li.ql-indent-9 {
  padding-left: 28.5em;
}
.dx-rtl .dx-htmleditor-content li.ql-indent-9 {
  padding-left: 0;
  padding-right: 28.5em;
}
.dx-rtl .dx-htmleditor-content li::before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.dx-htmleditor-content table td,
.dx-htmleditor-content table th {
  outline: 0;
}
.dx-htmleditor-content .ql-code-block-container {
  font-family: monospace;
}
.dx-htmleditor-content .ql-video {
  display: block;
  max-width: 100%;
}
.dx-htmleditor-content .ql-video.ql-align-center {
  margin: 0 auto;
}
.dx-htmleditor-content .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.dx-htmleditor-content .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}
.dx-htmleditor-content .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}
.dx-htmleditor-content .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.dx-htmleditor-content.ql-blank::before {
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  color: #a0b3b7;
}
.dx-htmleditor-content.ql-blank::after {
  content: attr(data-placeholder);
  z-index: -1;
  visibility: hidden;
}
.dx-htmleditor-content pre {
  white-space: pre-wrap;
  background-color: rgba(191,191,191,.15);
  color: rgba(40,72,79,.8);
}
.dx-htmleditor-content blockquote {
  padding-left: 12px;
  border-left: 4px solid;
}
.dx-rtl .dx-htmleditor-content blockquote {
  padding-left: 0;
  padding-right: 12px;
  border-left: none;
  border-right: 4px solid;
}
.dx-suggestion-list-wrapper .dx-list .dx-scrollable-content {
  margin: 0;
}
.dx-suggestion-list {
  min-width: 50px;
}
.dx-suggestion-list .dx-list-item {
  display: block;
}
.dx-suggestion-list .dx-list-item-icon {
  border-radius: 50%;
  vertical-align: text-bottom;
}
.dx-formdialog-form {
  min-width: 360px;
}
.dx-formdialog-field-target .dx-field-item-content {
  text-align: right;
}
.dx-rtl .dx-formdialog-field-target .dx-field-item-content {
  text-align: left;
}
.dx-htmleditor-toolbar-wrapper {
  padding: 5px;
}
.dx-background-format .dx-icon-background,
.dx-background-format .dx-icon-color,
.dx-color-format .dx-icon-background,
.dx-color-format .dx-icon-color {
  border-bottom: 3px solid transparent;
}
.dx-htmleditor-toolbar-separator {
  border-left: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-htmleditor-toolbar-menu-separator::before {
  content: none;
}
.dx-resize-frame {
  position: absolute;
  box-sizing: content-box;
  border: 1px dashed #778899;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
  bottom: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  width: 15px;
  height: 15px;
}
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 5.5px);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  top: calc(50% - 7.5px);
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 5.5px);
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  left: calc(50% - 7.5px);
}
.dx-resize-frame .dx-resizable-handle-right::after {
  right: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
  right: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-left::after {
  left: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after {
  left: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-top::after {
  top: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
  top: -7.5px;
}
.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -5.5px;
}
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
  bottom: -7.5px;
}
.dx-mention .dx-template-wrapper {
  white-space: nowrap;
  display: inline-block;
}
.dx-mention > span {
  margin: 0 2px;
}
.dx-table-resize-frame {
  position: absolute;
  pointer-events: none;
}
.dx-table-resize-frame > div {
  position: absolute;
  pointer-events: auto;
  background-color: transparent;
}
.dx-table-resize-frame .dx-htmleditor-column-resizer {
  width: 5px;
  top: 0;
  height: 100%;
  cursor: col-resize;
}
.dx-table-resize-frame .dx-htmleditor-highlighted-column {
  width: 3px;
  top: 0;
  height: 100%;
}
.dx-table-resize-frame .dx-htmleditor-row-resizer {
  height: 5px;
  left: 0;
  width: 100%;
  cursor: row-resize;
}
.dx-table-resize-frame .dx-htmleditor-highlighted-row {
  height: 3px;
  left: 0;
  width: 100%;
}
.dx-htmleditor {
  border-color: #dedede;
}
.dx-htmleditor .dx-htmleditor-toolbar-wrapper {
  position: relative;
}
.dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child {
  border-bottom: 1px solid #dedede;
}
.dx-htmleditor.dx-state-readonly {
  border-style: dashed;
}
.dx-htmleditor.dx-state-readonly .dx-htmleditor-toolbar-wrapper::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: 2;
  background-color: rgba(245,245,245,.2);
  content: "";
  pointer-events: none;
}
.dx-htmleditor.dx-state-readonly .dx-toolbar-button .dx-button.dx-state-disabled {
  opacity: .5;
}
.dx-htmleditor.dx-htmleditor-outlined {
  border-radius: 2px;
}
.dx-htmleditor.dx-htmleditor-outlined.dx-state-hover {
  border-color: rgba(60,186,178,.4);
}
.dx-htmleditor.dx-htmleditor-outlined.dx-state-active,
.dx-htmleditor.dx-htmleditor-outlined.dx-state-focused {
  border-color: #3cbab2;
}
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid {
  border-color: rgba(247,74,94,.4);
}
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-active,
.dx-htmleditor.dx-htmleditor-outlined.dx-invalid.dx-state-focused {
  border-color: #f74a5e;
}
.dx-htmleditor.dx-htmleditor-filled {
  border-color: transparent;
  background: rgba(40,72,79,.05);
  border-radius: 2px;
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly {
  border-style: dashed;
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-state-readonly.dx-state-focused {
  background-color: rgba(40,72,79,.03);
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-hover,
.dx-htmleditor.dx-htmleditor-filled.dx-state-hover.dx-invalid.dx-state-readonly:not(.dx-state-focused) {
  background-color: rgba(60,186,178,.07);
}
.dx-htmleditor.dx-htmleditor-filled.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-state-focused {
  background-color: transparent;
  border-color: #3cbab2;
}
.dx-htmleditor.dx-htmleditor-filled.dx-invalid {
  background-color: rgba(247,74,94,.1);
}
.dx-htmleditor.dx-htmleditor-filled.dx-invalid.dx-state-active,
.dx-htmleditor.dx-htmleditor-filled.dx-invalid.dx-state-focused {
  background: 0 0;
  border-color: #f74a5e;
}
.dx-htmleditor.dx-htmleditor-underlined {
  border-color: transparent transparent #dedede;
}
.dx-htmleditor.dx-htmleditor-underlined .dx-htmleditor-content {
  padding-left: 0;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-hover {
  border-bottom-color: rgba(60,186,178,.4);
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-active,
.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused {
  border-bottom-color: #3cbab2;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-state-active.dx-invalid,
.dx-htmleditor.dx-htmleditor-underlined.dx-state-focused.dx-invalid {
  border-bottom-color: #f74a5e;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-rtl .dx-htmleditor-content {
  padding-left: 15px;
  padding-right: 0;
}
.dx-htmleditor.dx-htmleditor-underlined.dx-invalid {
  border-bottom-color: rgba(247,74,94,.4);
}
.dx-htmleditor.dx-htmleditor-underlined.dx-invalid.dx-state-focused {
  border-color: transparent transparent #f74a5e;
}
.dx-htmleditor-content blockquote {
  color: rgba(40,72,79,.8);
  border-left-color: #dedede;
}
.dx-rtl .dx-htmleditor-content blockquote {
  border-right-color: #dedede;
}
.dx-htmleditor-content td,
.dx-htmleditor-content th {
  border-color: #dedede;
}
.dx-htmleditor-toolbar {
  background-color: transparent;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text {
  background-color: rgba(0,0,0,.17);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-state-hover,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-state-hover {
  background-color: rgba(0,0,0,.11);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-state-focused {
  background-color: rgba(0,0,0,.14);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success {
  background-color: rgba(114,214,60,.3);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success.dx-state-hover,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success.dx-state-hover {
  background-color: rgba(114,214,60,.2);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default {
  background-color: rgba(60,186,178,.3);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default.dx-state-hover,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default.dx-state-hover {
  background-color: rgba(60,186,178,.2);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger {
  background-color: rgba(247,74,94,.3);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger.dx-state-hover,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger.dx-state-focused,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger.dx-state-hover {
  background-color: rgba(247,74,94,.2);
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-normal,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-normal .dx-icon,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-normal,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-normal .dx-icon {
  color: #28484f;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-success .dx-icon,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-success .dx-icon {
  color: #72d63c;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-default .dx-icon,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-default .dx-icon {
  color: #3cbab2;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-outlined.dx-button-danger .dx-icon,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger,
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-text.dx-button-danger .dx-icon {
  color: #f74a5e;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained {
  background-color: #f5f5f5;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-state-hover {
  background-color: #ebebeb;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-state-focused {
  background-color: #e1e1e1;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success {
  background-color: #72d63c;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success.dx-state-hover {
  background-color: #5cbc28;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-success.dx-state-focused {
  background-color: #56b025;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default {
  background-color: #3cbab2;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default.dx-state-hover {
  background-color: #319791;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-default.dx-state-focused {
  background-color: #2d8c86;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger {
  background-color: #f74a5e;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger.dx-state-hover {
  background-color: #f51e37;
}
.dx-htmleditor-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-mode-contained.dx-button-danger.dx-state-focused {
  background-color: #f40f2a;
}
.dx-device-mobile .dx-htmleditor-toolbar .dx-htmleditor-toolbar-separator,
.dx-htmleditor-toolbar .dx-htmleditor-toolbar-separator {
  height: 36px;
}
.dx-htmleditor-toolbar-format.dx-dropdowneditor.dx-editor-filled {
  background-color: transparent;
}
.dx-htmleditor-toolbar-format.dx-background-format .dx-button-content,
.dx-htmleditor-toolbar-format.dx-color-format .dx-button-content {
  padding-bottom: 5px;
}
.dx-htmleditor-toolbar-format.dx-size-format {
  width: 105px;
}
.dx-htmleditor-toolbar-separator {
  border-left-color: #dedede;
}
.dx-htmleditor-toolbar-menu-separator {
  border-top-color: #dedede;
}
.dx-resize-frame {
  border-color: #3cbab2;
}
.dx-resize-frame .dx-resizable-handle-bottom::after,
.dx-resize-frame .dx-resizable-handle-corner-bottom-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-top::after {
  background-color: #3cbab2;
}
.dx-mention {
  padding: 1px 0;
  border-radius: 2px;
  background-color: #3cbab2;
  color: #fff;
}
.dx-suggestion-list-wrapper {
  height: 100%;
}
.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content {
  border-top-width: 0;
  border-bottom-width: 1px;
}
.dx-suggestion-list-wrapper.dx-popup-wrapper .dx-overlay-content.dx-dropdowneditor-overlay-flipped {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.dx-suggestion-list-wrapper .dx-popup-content {
  height: 100%;
  padding: 1px;
}
.dx-suggestion-list-wrapper .dx-list {
  height: 100%;
  min-height: 39.0001px;
}
.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) {
  min-height: 33.0001px;
}
.dx-suggestion-list-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 7px 9px;
}
.dx-suggestion-list-wrapper .dx-list-select-all {
  padding: 12px 0 8px;
}
.dx-suggestion-list-wrapper .dx-empty-message,
.dx-suggestion-list-wrapper .dx-list-item {
  border-top: 0;
}
.dx-suggestion-list-wrapper .dx-empty-message:last-of-type,
.dx-suggestion-list-wrapper .dx-list-item:last-of-type {
  border-bottom: none;
}
.dx-table-resize-frame > .dx-draggable-dragging + .dx-htmleditor-highlighted-column,
.dx-table-resize-frame > .dx-draggable-dragging + .dx-htmleditor-highlighted-row {
  background-color: rgba(60,186,178,.5);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-shader {
  background-color: rgba(245,245,245,.8);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content {
  min-width: 48px;
  max-height: 48px;
  background-color: #3cbab2;
  color: #fff;
  overflow: visible;
  border-radius: 24px;
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover {
  background-color: #30938d;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active {
  background-color: #29807b;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active .dx-fa-button-icon {
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon,
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon-close {
  padding: 15px;
  box-shadow: none;
  background-color: transparent;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper {
  position: static;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
  background: 0 0;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-inkripple {
  border-radius: 24px;
}
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content {
  display: flex;
  flex-direction: row-reverse;
}
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon,
.dx-fa-button.dx-fa-button-main.dx-fa-button-with-label .dx-overlay-content .dx-fa-button-icon-close {
  padding: 15px 0 15px 12px;
}
.dx-fa-button .dx-fa-button-icon,
.dx-fa-button .dx-fa-button-icon-close {
  padding: 6px;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
}
.dx-fa-button .dx-fa-button-icon .dx-icon,
.dx-fa-button .dx-fa-button-icon-close .dx-icon {
  font-size: 18px;
}
.dx-fa-button .dx-fa-button-icon img,
.dx-fa-button .dx-fa-button-icon-close img {
  width: 100%;
  height: 100%;
}
.dx-fa-button .dx-overlay-content {
  border-radius: 50%;
  cursor: pointer;
  min-width: 30px;
  max-height: 30px;
  background-color: transparent;
  color: #28484f;
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse {
  flex-direction: row-reverse;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper {
  right: auto;
  left: 30px;
}
.dx-fa-button .dx-overlay-content.dx-fa-button-content-reverse .dx-fa-button-label-wrapper .dx-fa-button-label {
  margin-left: 10px;
  margin-right: auto;
}
.dx-fa-button .dx-overlay-content.dx-state-hover .dx-fa-button-icon {
  background-color: #e1e1e1;
}
.dx-fa-button .dx-overlay-content.dx-state-active .dx-fa-button-icon {
  background-color: #b8b8b8;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper {
  position: absolute;
  right: 30px;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-label-wrapper .dx-fa-button-label {
  background-color: #f5f5f5;
  color: #28484f;
  white-space: nowrap;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 10px;
  line-height: 26px;
  height: 26px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  font-size: 12px;
}
.dx-fa-button .dx-overlay-content .dx-fa-button-icon {
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
  background-color: #f5f5f5;
  border-radius: 50%;
  position: relative;
}
.dx-fa-button .dx-overlay-content .dx-inkripple {
  overflow: hidden;
  border-radius: 15px;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-label {
  padding: 0 16px 0 8px;
  font-size: 14px;
  margin-right: 0;
}
.dx-filemanager {
  height: 500px;
  border: 1px solid;
}
.dx-filemanager .dx-filemanager-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-notification-drawer,
.dx-filemanager .dx-filemanager-notification-drawer-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-notification-popup > .dx-overlay-content {
  min-width: 240px;
  max-width: 93vw;
}
@media (min-width:431px) {
  .dx-filemanager .dx-filemanager-notification-popup > .dx-overlay-content {
    max-width: 400px;
  }
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content {
  padding: 15px;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content .dx-filemanager-progress-box {
  padding: 5px 0 0;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common-no-item {
  border-style: none;
}
.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-filemanager .dx-filemanager-progress-panel {
  width: 340px;
  height: 100%;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
  padding: 10px 20px 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title {
  display: flex;
  align-items: flex-start;
  padding: 0 0 5px 10px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title .dx-filemanager-progress-panel-title-text {
  flex: 1 1 auto;
  align-self: center;
  font-size: 18px;
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-common .dx-filemanager-progress-box-common {
  font-weight: 600;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-separator {
  height: 20px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-i.dx-filemanager-i-cancel {
  width: 16px;
  height: 16px;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details > .dx-filemanager-progress-box {
  margin-bottom: 8px;
  border-radius: 2px;
}
.dx-filemanager .dx-filemanager-progress-box {
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
}
.dx-filemanager .dx-filemanager-progress-box.dx-filemanager-progress-box-without-close-button {
  padding-right: 10px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-image {
  margin-right: 10px;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-wrapper {
  flex: 1 auto;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-common {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-progress-bar,
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-status {
  padding: 5px 0;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
  margin-left: 5px;
}
.dx-filemanager .dx-filemanager-progress-box-error {
  border-radius: 2px;
  display: inline-block;
  border-width: 0;
  padding: 2px 8px 3px;
  font-size: .85em;
  line-height: normal;
  word-wrap: break-word;
  overflow-y: auto;
  max-height: 150px;
}
.dx-filemanager .dx-filemanager-toolbar {
  padding: 6px 10px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
  width: 1px;
  margin-right: 5px;
}
.dx-filemanager .dx-splitter-wrapper.dx-splitter-inactive,
.dx-filemanager .dx-splitter-wrapper.dx-splitter-initial {
  right: 3px;
}
.dx-filemanager .dx-filemanager-container {
  display: flex;
  height: 100%;
  border-top: 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-container .dx-filemanager-adaptivity-drawer-panel {
  height: 100%;
}
.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel {
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  display: block;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-opened .dx-splitter.dx-state-disabled {
  width: 1px;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-shrink .dx-drawer-panel-content {
  overflow: visible;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content {
  display: block;
  width: 30%;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-initial {
  min-width: 250px;
  max-width: 300px;
}
.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-adaptive {
  max-width: 100%;
}
.dx-filemanager .dx-filemanager-breadcrumbs {
  padding: 2px 11px;
  border-bottom: 1px solid;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
  padding-left: 0;
  padding-right: 0;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-parent-folder-item .dx-menu-item-content {
  padding-left: 2px;
  padding-right: 2px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
  width: 1px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item .dx-menu-item-content {
  padding-left: 1px;
  padding-right: 1px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
  cursor: default;
}
.dx-filemanager .dx-filemanager-editing-container,
.dx-filemanager .dx-filemanager-notification-container {
  position: absolute;
  top: -5000px;
  left: -5000px;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button {
  float: right;
}
.dx-filemanager .dx-row .dx-filemanager-file-actions-button .dx-button-content {
  padding: 0;
}
.dx-filemanager .dx-row.dx-row-focused .dx-filemanager-file-actions-button,
.dx-filemanager .dx-row.dx-selection .dx-filemanager-file-actions-button,
.dx-filemanager .dx-row.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager .dx-filemanager-items-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1000;
}
.dx-filemanager .dx-filemanager-thumbnails {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item {
  float: left;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  height: 100px;
  border: 1px dashed transparent;
  margin: 5px;
  box-sizing: border-box;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content {
  overflow: hidden;
  padding: 13px 0 10px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-thumbnail {
  border: 0;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-spacer {
  border: 0;
  padding: 0;
  margin: 0;
  height: 10px;
  visibility: hidden;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-details {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dx-filemanager .dx-filemanager-details > div {
  height: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-datagrid-rowsview .dx-datagrid-table > tbody > tr.dx-filemanager-parent-directory-item > td > .dx-select-checkbox {
  display: none;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
}
.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper .dx-filemanager-details-item-name {
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager .dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager .dx-filemanager-i.dx-icon.dx-filemanager-i-progress {
  animation: 1.5s linear infinite dx-filemanager-icon-rotate;
}
@keyframes dx-filemanager-icon-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.dx-filemanager-file-actions-button {
  visibility: hidden;
  text-align: center;
}
.dx-filemanager-file-actions-button.dx-widget {
  line-height: 100%;
}
.dx-filemanager-file-actions-button .dx-button {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding: 10px 11px;
}
.dx-filemanager-file-actions-button .dx-button i {
  font-style: normal;
}
.dx-filemanager-file-actions-button.dx-filemanager-file-actions-button-activated,
.dx-filemanager-file-actions-button:hover {
  visibility: visible;
}
.dx-filemanager-dirs-tree {
  width: 100%;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content {
  display: flex;
  align-items: flex-end;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content > .dx-icon {
  flex: 0 0 auto;
}
.dx-filemanager-dirs-tree .dx-treeview-item-content .dx-filemanager-dirs-tree-item-text {
  flex: 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-filemanager-dirs-tree .dx-filemanager-focused-item .dx-filemanager-file-actions-button,
.dx-filemanager-dirs-tree .dx-treeview-item.dx-state-hover .dx-filemanager-file-actions-button {
  visibility: visible;
}
.dx-filemanager-dialog.dx-filemanager-dialog-folder-chooser,
.dx-filemanager-progresspanel {
  height: 100%;
  overflow: auto;
}
.dx-filemanager-dialog-folder-chooser > div {
  height: 100%;
}
.dx-filemanager-dialog-popup > .dx-overlay-content {
  min-width: 300px;
  max-width: 400px;
  min-height: 300px;
  max-height: 400px;
}
.dx-filemanager-dialog-name-editor-popup > .dx-overlay-content {
  max-width: 340px;
  min-height: 180px;
  max-height: 180px;
}
.dx-filemanager-dialog-delete-item-popup > .dx-overlay-content {
  max-width: 340px;
  min-height: 180px;
}
.dx-filemanager-dialog-delete-item-popup > .dx-overlay-content .dx-popup-content .dx-filemanager-dialog-delete-item {
  overflow-wrap: break-word;
}
.dx-filemanager-progresspanel {
  box-sizing: border-box;
  padding: 5px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.dx-filemanager-progresspanel .dx-filemanager-progressbox-cancel-button {
  margin-top: 5px;
  float: right;
}
.dx-splitter-wrapper {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 998;
  top: 0;
}
.dx-splitter-wrapper .dx-splitter-border {
  z-index: 997;
  height: 100%;
  width: 7px;
  cursor: col-resize;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter {
  height: 100%;
  width: 1px;
  display: block;
  cursor: col-resize;
  z-index: 999;
  margin: auto;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-splitter-inactive {
  z-index: 998;
}
.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-state-disabled {
  width: 0;
  cursor: default;
}
.dx-splitter {
  background-color: rgba(60,186,178,.5);
}
.dx-splitter.dx-splitter-inactive {
  background-color: #dedede;
}
.dx-splitter-border {
  background-color: transparent;
}
.dx-filemanager {
  border-color: #dedede;
}
.dx-filemanager .dx-filemanager-notification-common {
  border-color: #dedede;
  color: #f74a5e;
}
.dx-filemanager .dx-drawer-shrink .dx-filemanager-progress-panel {
  border-left-color: #dedede;
}
.dx-filemanager .dx-filemanager-progress-panel {
  background-color: #f5f5f5;
}
.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
  padding-top: 6px;
}
.dx-filemanager .dx-filemanager-progress-box-image {
  font-size: 36px;
}
.dx-filemanager .dx-filemanager-progress-box-error {
  color: #fff;
  background: #f74a5e;
}
.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
  margin-top: 9px;
}
.dx-filemanager .dx-filemanager-toolbar {
  background: #f5f5f5;
  min-height: 48px;
}
.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar,
.dx-filemanager .dx-filemanager-toolbar.dx-filemanager-file-toolbar .dx-toolbar {
  background: #ededed;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
  height: 36px;
  background: #dedede;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-viewmode-item .dx-texteditor {
  width: 150px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-active,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-focused,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-state-hover {
  background: rgba(40,72,79,.1);
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor {
  border-color: transparent;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor .dx-dropdowneditor-icon {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon,
.dx-filemanager .dx-filemanager-toolbar .dx-texteditor.dx-editor-filled.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon {
  background: 0 0;
  border-color: transparent;
}
.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-has-large-icon .dx-button-content {
  padding: 4px;
}
.dx-filemanager .dx-filemanager-toolbar .dx-toolbar .dx-filemanager-toolbar-viewmode-item .dx-button-content {
  padding-left: 8px;
  padding-right: 8px;
}
.dx-filemanager .dx-filemanager-fileuploader-dropzone-placeholder {
  border: 2px solid #3cbab2;
}
.dx-filemanager .dx-filemanager-container {
  border-top-color: #dedede;
}
.dx-filemanager .dx-filemanager-dirs-panel {
  height: 100%;
  border-right-color: #dedede;
}
.dx-filemanager .dx-filemanager-breadcrumbs {
  border-bottom-color: #dedede;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item.dx-state-focused {
  background: #dedede;
  color: #28484f;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
  padding-top: 5px;
  padding-bottom: 8px;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
  background: #dedede;
}
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover,
.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover {
  background: 0 0;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected {
  color: #f5f5f5;
  background: rgba(60,186,178,.8);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-hover:not(.dx-state-focused):not(.dx-item-selected) {
  background: rgba(0,0,0,.04);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-focused {
  border: 1px solid #3cbab2;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected.dx-state-focused {
  color: #f5f5f5;
  background: rgba(60,186,178,.7);
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-thumbnail {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail {
  color: #dedede;
}
.dx-filemanager .dx-filemanager-files-view {
  background: #f5f5f5;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-filemanager-details-item-thumbnail {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-command-select {
  width: 43px;
  min-width: 43px;
  max-width: 43px;
}
.dx-filemanager .dx-filemanager-files-view.dx-filemanager-details .dx-row-focused .dx-filemanager-file-actions-button .dx-button .dx-icon {
  color: #fff;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-content > i {
  margin-bottom: 0;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item {
  background: #f5f5f5;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item.dx-state-hover {
  background: #e1e1e1;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-state-focused > .dx-treeview-item * {
  color: #28484f;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item {
  background: #e1e1e1;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox > .dx-treeview-item.dx-filemanager-focused-item * {
  color: #28484f;
}
.dx-filemanager-view-switcher-popup {
  width: 34px;
}
.dx-filemanager-view-switcher-popup .dx-dropdownbutton-popup-wrapper.dx-dropdownbutton-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 8px;
  text-overflow: clip;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button {
  margin-top: 1px;
  margin-bottom: -1px;
}
.dx-filemanager-dirs-tree.dx-treeview .dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding: 0;
}
.dx-filemanager-file-actions-button .dx-button {
  min-width: 21px;
  height: 21px;
}
.dx-filemanager-file-actions-button .dx-button .dx-button-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dx-filemanager-i.dx-filemanager-i-progress,
.dx-filemanager-i.dx-filemanager-i-refresh,
.dx-filemanager-i.dx-icon.dx-filemanager-i-progress,
.dx-filemanager-i.dx-icon.dx-filemanager-i-refresh {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2328484f%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x31_%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M11%2C4c2.45%2C0%2C4.59%2C1.26%2C5.84%2C3.16L15%2C9l6%2C1l-1-6l-1.73%2C1.73C16.64%2C3.47%2C14%2C2%2C11%2C2%0A%09%09c-4.97%2C0-9%2C4.03-9%2C9h2C4%2C7.13%2C7.13%2C4%2C11%2C4z%22%2F%3E%0A%09%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.92%2C12c-0.49%2C3.39-3.39%2C6-6.92%2C6c-2.19%2C0-4.13-1.01-5.41-2.59L7%2C14l-6-1l1%2C6l2.17-2.17%0A%09%09C5.82%2C18.76%2C8.26%2C20%2C11%2C20c4.63%2C0%2C8.44-3.5%2C8.94-8H17.92z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-done,
.dx-filemanager-i.dx-icon.dx-filemanager-i-done {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2328484f%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2372d63c%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M21.35%2C14.35l-4.71%2C5l-3-3l0.71-0.71l2.15%2C2.15l4.15-4.15L21.35%2C14.35z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-danger,
.dx-filemanager-i.dx-icon.dx-filemanager-i-danger {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x30_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2328484f%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23f74a5e%3B%7D%0A%09.st2%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23fff%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M21%2C10l-6-1l1.87-1.87C15.6%2C5.24%2C13.44%2C4%2C11%2C4c-3.87%2C0-7%2C3.13-7%2C7H2c0-4.97%2C4.03-9%2C9-9%0A%09c3.02%2C0%2C5.7%2C1.42%2C7.35%2C3.65L20%2C4L21%2C10z%20M5.6%2C15.4C6.88%2C16.98%2C8.81%2C18%2C11%2C18c0.4%2C0%2C0.78-0.05%2C1.15-0.12%0A%09c0.15%2C0.69%2C0.42%2C1.32%2C0.77%2C1.91C12.3%2C19.92%2C11.66%2C20%2C11%2C20c-2.74%2C0-5.17-1.24-6.82-3.18L2%2C19l-1-6l6%2C1L5.6%2C15.4z%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M17.5%2C12c2.49%2C0%2C4.5%2C2.01%2C4.5%2C4.5S19.99%2C21%2C17.5%2C21S13%2C18.99%2C13%2C16.5S15.01%2C12%2C17.5%2C12z%22%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st2%22%20d%3D%22M17%2C20v-1h1v1H17z%20M17%2C13h1v5h-1V13z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 22px;
  height: 22px;
}
.dx-filemanager-i.dx-filemanager-i-cancel,
.dx-filemanager-i.dx-icon.dx-filemanager-i-cancel {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20fill%3D%22%2328484f%22%20d%3D%22M8%2C0c4.42%2C0%2C8%2C3.58%2C8%2C8s-3.58%2C8-8%2C8c-4.42%2C0-8-3.58-8-8S3.58%2C0%2C8%2C0%20M10.87%2C4L8%2C6.87L5.13%2C4L4%2C5.13L6.87%2C8%0A%09L4%2C10.87L5.13%2C12L8%2C9.13L10.87%2C12L12%2C10.87L9.13%2C8L12%2C5.13L10.87%2C4z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 22px;
  height: 22px;
}
.dx-diagram {
  border: 1px solid transparent;
  display: flex;
  flex-flow: column;
  height: 600px;
  min-height: 350px;
}
.dx-diagram .dx-diagram-toolbar-wrapper {
  padding: 5px;
  flex-grow: 0;
}
.dx-diagram .dx-diagram-toolbar-wrapper .dx-diagram-toolbar {
  background-color: transparent;
}
.dx-diagram .dx-diagram-content-wrapper {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
}
.dx-diagram .dx-diagram-content,
.dx-diagram .dx-diagram-scroll-view {
  height: 100%;
  width: 100%;
}
.dx-diagram.dx-diagram-fullscreen {
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  position: fixed;
  z-index: 2;
}
.dx-diagram .dxdi-control {
  width: auto;
  height: auto;
  overflow: visible;
}
.dx-diagram .dxdi-canvas {
  overflow: hidden;
}
.dx-diagram-toolbox-popup.dx-popup-wrapper .dx-overlay-content {
  border-radius: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar {
  padding: 0;
  background-color: rgba(0,0,0,.05);
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button-content,
.dx-diagram-toolbox-popup .dx-popup-title .dx-button.dx-button-has-icon:not(.dx-button-has-text) {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button:not(.dx-closebutton) {
  cursor: inherit;
  pointer-events: none;
}
.dx-diagram-toolbox-popup .dx-popup-content {
  padding: 0;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input {
  border-color: transparent;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input .dx-placeholder::before,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input input {
  min-height: 0;
  font-size: .9em;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input .dx-button {
  border: 0;
  border-radius: 0;
  min-height: 14px;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel > * {
  position: absolute;
}
.dx-diagram-properties-popup .dx-scrollview,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel>.dx-scrollview {
  width: 100%;
}
.dx-diagram-properties-popup .dx-popup-content {
  padding: 0;
}
.dx-diagram-properties-popup .dx-tabs {
  border: 0;
}
.dx-diagram-properties-popup .dx-tabpanel .dx-multiview-wrapper {
  border-left: 0;
  border-right: 0;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container {
  display: block;
  height: auto;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: inherit;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-items-container .dx-toolbar-item {
  display: flex;
  align-items: center;
}
.dx-diagram-properties-popup:not(.dx-diagram-mobile-popup) .dx-tabpanel .dx-multiview-wrapper {
  border-bottom: 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup {
  width: calc(100% - 2px)!important;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-popup-title {
  border: 0;
  min-height: 0;
  position: relative;
  z-index: 1;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-toolbar .dx-toolbar-items-container {
  height: auto;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-toolbar .dx-toolbar-items-container .dx-toolbar-item {
  padding-top: 0;
  padding-bottom: 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel {
  display: flex;
  flex-direction: column-reverse;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel .dx-multiview-wrapper {
  border-top: 0;
}
.dx-diagram-floating-toolbar-container {
  position: absolute;
  z-index: 1001;
  width: 100%;
  transition: opacity .4s;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container {
  background: 0 0;
  border-radius: 50%;
  border: 0;
  padding: 0;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar {
  background: 0 0;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container div {
  border-radius: 50%;
}
.dx-diagram-floating-toolbar-container .dx-diagram-toolbar .dx-toolbar-items-container > * {
  padding-left: 0;
  padding-right: 0;
}
.dx-diagram-toolbar .dx-diagram-toolbar-separator {
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator {
  width: 100%;
  border-top: 1px solid transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator::before {
  content: none;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-texteditor,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-texteditor {
  width: auto;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper {
  display: flex;
  align-items: center;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i {
  display: block;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox {
  width: 0;
  max-width: 0;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input {
  width: 0;
  padding-left: 0;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay {
  transform: none!important;
  width: 100%!important;
  height: 100%!important;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content {
  transform: none!important;
  width: 100%!important;
  top: auto!important;
  top: initial!important;
  bottom: 0!important;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-popup-content {
  padding: 8px;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container {
  width: 100%;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row {
  display: flex;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-palette-cell {
  flex-grow: 1;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-palette-cell .dx-colorview-palette {
  width: 100%;
  min-width: 300px;
}
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-controls-container,
.dx-diagram-mobile-toolbar-color-box-opened .dx-dropdowneditor-overlay .dx-overlay-content .dx-colorview-container .dx-colorview-container-row .dx-colorview-hue-scale-cell {
  margin-left: 12px;
}
.dx-diagram-i {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.dx-diagram-loading-indicator {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}
.dx-diagram-touch-context-toolbox .dx-popover-wrapper,
.dx-diagram-touchbar-overlay {
  z-index: 1!important;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container {
  display: block;
  height: 100%;
  padding: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container::after {
  display: block;
  content: "";
  clear: both;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-items-container > li {
  display: block;
  float: left;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item.dx-menu-item-has-text.dx-menu-item-has-icon .dx-menu-item-content .dx-icon {
  margin: 0;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
  display: none;
}
.dx-diagram-context-toolbox-target,
.dx-diagram-touchbar-target {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}
.dx-diagram-context-toolbox-target {
  width: 1px;
  height: 1px;
}
.dx-diagram-context-toolbox .dx-popup-content {
  padding: 8px;
}
.dx-diagram {
  border-color: #dedede;
}
.dx-diagram .dxdi-control .dxdi-canvas {
  background-color: #cfcfcf;
}
.dx-diagram .dxdi-control .dxdi-canvas .connector-multi-selection,
.dx-diagram .dxdi-control .dxdi-canvas .connector-point-mark,
.dx-diagram .dxdi-control .dxdi-canvas .connector-selection,
.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,
.dx-diagram .dxdi-control .dxdi-canvas .extension-line path,
.dx-diagram .dxdi-control .dxdi-canvas .item-multi-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .item-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .items-selection-rect,
.dx-diagram .dxdi-control .dxdi-canvas .selection-mark {
  stroke: #3cbab2;
}
.dx-diagram .dxdi-control .dxdi-canvas .connector-side-mark,
.dx-diagram .dxdi-control .dxdi-canvas .extension-line text {
  fill: #3cbab2;
}
.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector),
.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector),
.dx-diagram .dxdi-control .dxdi-canvas .connection-target,
.dx-diagram .dxdi-control .dxdi-canvas .container-target {
  stroke: #72d63c;
}
.dx-diagram .dxdi-control .dxdi-canvas .connection-mark:not(.selector).active,
.dx-diagram .dxdi-control .dxdi-canvas .connection-point:not(.selector).active {
  fill: #72d63c;
}
.dx-diagram .dxdi-control .dxdi-canvas .geometry-mark {
  stroke: #f74a5e;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner path {
  stroke: #467e8a;
  stroke-opacity: 1;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-spinner ellipse {
  stroke: #728e94;
  stroke-opacity: 0.55;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-user .dxdi-background {
  fill: #728e94;
  opacity: .55;
}
.dx-diagram .dxdi-control .dxdi-canvas .dxdi-main .dxdi-image .dxdi-warning ellipse {
  fill: #f74a5e;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .geometry-mark,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .selection-mark {
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .item-selection-rect,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: transparent;
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .items-selection-rect {
  fill: rgba(144,144,144,0.02);
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .item-multi-selection-rect {
  fill: rgba(144,144,144,0.02);
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-multi-selection,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-point-mark,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-selection,
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  stroke: #666;
}
.dx-diagram .dxdi-control:not(.focused) .dxdi-canvas .connector-side-mark {
  fill: #666;
}
.dx-diagram .dxdi-text-input-container.connector-text .dxdi-text-input {
  border-color: #3cbab2;
}
.dx-diagram .dx-diagram-toolbar-wrapper {
  border-bottom: 1px solid #dedede;
}
.dx-diagram.dx-diagram-fullscreen {
  background-color: #f5f5f5;
}
.dx-diagram-properties-panel,
.dx-diagram-toolbox-panel {
  background: #f5f5f5;
}
.dx-diagram-floating-toolbar-container {
  border: 1px solid #dedede;
  background: #f5f5f5;
  box-shadow: 0 1px 8px rgba(0,0,0,.175);
  border-radius: 4px;
  padding: 2px;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container {
  width: 48px;
  height: 48px;
}
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-item .dx-button-content,
.dx-diagram-floating-toolbar-container.dx-diagram-properties-panel-toolbar-container .dx-toolbar-items-container .dx-button-content {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
.dx-diagram-floating-toolbar-container .dx-toolbar-item {
  padding: 0 2px 0 0;
}
.dx-diagram-toolbox-popup > .dx-overlay-content {
  box-shadow: 0 1px 8px rgba(0,0,0,.175);
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar {
  font-size: .5em;
  min-height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-closebutton {
  position: static;
  left: 0;
}
.dx-rtl .dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-closebutton {
  right: 0;
}
.dx-diagram-toolbox-popup .dx-popup-title.dx-toolbar .dx-toolbar-items-container {
  height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-button-content,
.dx-diagram-toolbox-popup .dx-popup-title .dx-button.dx-button-has-icon:not(.dx-button-has-text) {
  width: 12px;
  height: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-input-container,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel,
.dx-diagram-toolbox-popup .dx-popup-content .dx-diagram-toolbox-panel .dx-accordion {
  width: 144px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input-container {
  border-bottom: 1px solid #dedede;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input {
  margin: 2px;
  box-shadow: none;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-placeholder::before,
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-texteditor-input {
  padding: 4px 9px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-button-content,
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button.dx-button-has-icon:not(.dx-button-has-text) .dx-button-content {
  padding: 2px;
}
.dx-diagram-toolbox-popup .dx-diagram-toolbox-input .dx-button .dx-icon {
  font-size: 12px;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton {
  width: 12px;
  height: 12px;
  margin: 1px 0 0;
}
.dx-diagram-toolbox-popup .dx-popup-title .dx-closebutton .dx-icon {
  width: 10px;
  height: 10px;
  padding: 1px;
  font-size: 8px;
  line-height: 8px;
  background-position: 1px 1px;
  background-size: 8px 8px;
}
.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content {
  padding-top: 66px;
}
.dx-diagram-toolbox-popup.dx-diagram-mobile-popup .dx-popup-content .dx-diagram-toolbox-input-container {
  border-top: 1px solid #dedede;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item {
  border-left: none;
  border-right: none;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item:first-of-type {
  border-top: none;
}
.dx-diagram-toolbox-panel .dx-accordion .dx-accordion-item:last-child {
  border-bottom: none;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title {
  padding: 6px 12px;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title .dx-accordion-item-title-caption {
  font-size: .7em;
  font-weight: 700;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-title::before {
  font-size: .7em;
  line-height: 1.5em;
}
.dx-diagram-toolbox-panel .dx-item-content.dx-accordion-item-body {
  padding: 6px 12px;
}
.dx-diagram-toolbox-panel .dxdi-toolbox .dxdi-canvas .dxdi-shape-text {
  opacity: .25;
}
.dx-diagram-properties-popup .dx-multiview-item,
.dx-diagram-properties-popup.dx-diagram-properties-popup-notabs .dx-popup-content {
  padding: 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-title {
  font-weight: 700;
  padding: 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar {
  padding: 0 8px 8px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item {
  margin-bottom: 4px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar .dx-toolbar-item.dx-diagram-lg-icon-item .dx-diagram-i {
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
}
.dx-diagram-properties-popup .dx-diagram-properties-panel-group-toolbar:first-child {
  padding-top: 8px;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-popup-title {
  padding: 2px 8px 0 0;
}
.dx-diagram-properties-popup.dx-diagram-mobile-popup .dx-tabpanel .dx-tab-selected::before {
  top: -1px;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format) {
  background-color: #fff;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-success {
  background-color: #90df66;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-default {
  background-color: #5ecbc4;
}
.dx-diagram-toolbar .dx-format-active:not(.dx-color-format):not(.dx-background-format).dx-button-danger {
  background-color: #f97b89;
}
.dx-diagram-toolbar .dx-dropdowneditor.dx-editor-filled,
.dx-diagram-toolbar .dx-texteditor.dx-editor-filled {
  background-color: transparent;
}
.dx-diagram-toolbar .dx-diagram-toolbar-separator {
  border-left-color: #dedede;
}
.dx-diagram-toolbar .dx-diagram-toolbar-menu-separator {
  border-top-color: #dedede;
}
.dx-diagram-toolbar .dx-diagram-toolbar-text {
  padding: 8px 0 9px 15px;
}
.dx-diagram-toolbar .dx-diagram-lg-edit-item .dx-texteditor {
  width: 240px;
}
.dx-diagram-toolbar .dx-diagram-md-edit-item .dx-texteditor {
  width: 150px;
}
.dx-diagram-toolbar .dx-diagram-sm-edit-item .dx-texteditor {
  width: 100px;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  margin-left: 8px;
  margin-right: 7px;
}
.dx-diagram-toolbar .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-diagram-toolbar .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-color-edit-item .dx-dropdowneditor-field-template-wrapper .dx-icon,
.dx-dropdownmenu-popup .dx-diagram-image-dropdown-item .dx-dropdowneditor-field-template-wrapper .dx-icon {
  font-size: 18px;
  color: #728e94;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-item .dx-menu-item-content {
  padding: 5px;
}
.dx-diagram-touchbar.dx-context-menu .dx-menu-separator {
  width: 1px;
  height: 30px;
  margin: 0;
}
.dx-diagram-i-connector-begin-none {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FF0000%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M1%2C13l9-9l1%2C1l-9%2C9L1%2C13z%22%20fill%3D%22%23728e94%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M12%2C8V3H0v12h12v-5h16V8H12z%20M10%2C13H2V5h8V13z%22%20fill%3D%22%23728e94%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2016%22%20style%3D%22enable-background%3Anew%200%200%2028%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M8%2C9l4%2C3l1%2C2L0%2C8l13-6l-1%2C2L8%2C7h20v2H8z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-outlined-triangle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C9l13%2C6v-5h15V8H13V3L0%2C9z%20M11%2C12L3.9%2C9L11%2C6V12z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-begin-filled-triangle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2C10v5L0%2C9l13-6v5h15v2H13z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-none {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23FF0000%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M17%2C13l9-9l1%2C1l-9%2C9L17%2C13z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C8v2h16v5h12V3H16v5H0z%20M18%2C5h8v8h-8V5z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C10l0-2h20l-4-3l-1-2l13%2C6l-13%2C6l1-2l4-3H0z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-outlined-triangle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2016%22%20style%3D%22enable-background%3Anew%200%200%2028%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M28%2C8L15%2C2v5H0v2h15v5L28%2C8z%20M17%2C5l7.1%2C3L17%2C11V5z%22%20fill%3D%22%23728e94%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-end-filled-triangle {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M0%2C10V8h15V3l13%2C6l-13%2C6v-5H0z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-orthogonal {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M20%2C18v-8h3V5H8v3H0V0h8v3h15h2v2v5h3v8H20z%20M6%2C2H2v4h4V2z%20M26%2C12h-4v4h4V12z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-connector-straight {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M20%2C10v2.2L8%2C2.8V0H0v8h8V5.8l12%2C9.3V18h8v-8H20z%20M6%2C6H2V2h4V6z%20M26%2C16h-4v-4h4V16z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-solid {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Crect%20id%3D%22_x32__2_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%2222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-dotted {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Crect%20id%3D%22_x32__2_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__1_%22%20x%3D%227%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__3_%22%20x%3D%2211%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__4_%22%20x%3D%2215%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__5_%22%20x%3D%2219%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__6_%22%20x%3D%2223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-line-dashed {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028%2018%22%20style%3D%22enable-background%3Anew%200%200%2028%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Crect%20id%3D%22_x32__1_%22%20x%3D%223%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__4_%22%20x%3D%2211%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Crect%20id%3D%22_x32__5_%22%20x%3D%2219%22%20y%3D%228%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%222%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 28.08px;
  height: 18px;
}
.dx-diagram-i-button-fill {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20d%3D%22M7.6%2C1L6.7%2C1.9l1.9%2C1.9L3%2C9.4L9.5%2C16L16%2C9.4L7.6%2C1z%20M5%2C9l4.5-4.5L14%2C9H5z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A%0A");
  width: 18px;
  height: 21px;
}
.dx-diagram-i-menu-fill {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x32_%22%20d%3D%22M7.6%2C1L6.7%2C1.9l1.9%2C1.9L3%2C9.4L9.5%2C16L16%2C9.4L7.6%2C1z%20M5%2C9l4.5-4.5L14%2C9H5z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A%0A");
  width: 18px;
  height: 21px;
}
.dx-diagram-i-button-fullscreen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20points%3D%220%2C6%202%2C6%202%2C2%206%2C2%206%2C0%200%2C0%22%20fill%3D%22%23728e94%22%2F%3E%0A%3Cpolygon%20points%3D%222%2C12%200%2C12%200%2C18%206%2C18%206%2C16%202%2C16%22%20fill%3D%22%23728e94%22%2F%3E%0A%3Cpolygon%20points%3D%2212%2C0%2012%2C2%2016%2C2%2016%2C6%2018%2C6%2018%2C0%22%20fill%3D%22%23728e94%22%2F%3E%0A%3Cpolygon%20points%3D%2216%2C16%2012%2C16%2012%2C18%2018%2C18%2018%2C12%2016%2C12%22%20fill%3D%22%23728e94%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-fullscreen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20points%3D%220%2C6%202%2C6%202%2C2%206%2C2%206%2C0%200%2C0%22%20fill%3D%22%2328484f%22%2F%3E%0A%3Cpolygon%20points%3D%222%2C12%200%2C12%200%2C18%206%2C18%206%2C16%202%2C16%22%20fill%3D%22%2328484f%22%2F%3E%0A%3Cpolygon%20points%3D%2212%2C0%2012%2C2%2016%2C2%2016%2C6%2018%2C6%2018%2C0%22%20fill%3D%22%2328484f%22%2F%3E%0A%3Cpolygon%20points%3D%2216%2C16%2012%2C16%2012%2C18%2018%2C18%2018%2C12%2016%2C12%22%20fill%3D%22%2328484f%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-lock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x31_%22%20d%3D%22M14%2C5c0-2.8-2.2-5-5-5C6.2%2C0%2C4%2C2.2%2C4%2C5C2.9%2C5%2C2%2C5.9%2C2%2C7v8c0%2C1.1%2C0.9%2C2%2C2%2C2h10c1.1%2C0%2C2-0.9%2C2-2V7%0A%09C16%2C5.9%2C15.1%2C5%2C14%2C5z%20M9%2C13c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C11%2C12.1%2C10.1%2C13%2C9%2C13z%20M6%2C5c0-1.7%2C1.3-3%2C3-3%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3H6z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-lock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20id%3D%22_x31_%22%20d%3D%22M14%2C5c0-2.8-2.2-5-5-5C6.2%2C0%2C4%2C2.2%2C4%2C5C2.9%2C5%2C2%2C5.9%2C2%2C7v8c0%2C1.1%2C0.9%2C2%2C2%2C2h10c1.1%2C0%2C2-0.9%2C2-2V7%0A%09C16%2C5.9%2C15.1%2C5%2C14%2C5z%20M9%2C13c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2c1.1%2C0%2C2%2C0.9%2C2%2C2C11%2C12.1%2C10.1%2C13%2C9%2C13z%20M6%2C5c0-1.7%2C1.3-3%2C3-3%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3H6z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-unlock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C17H4c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h2h2h4c0-1.7-1.3-3-3-3C8.1%2C2%2C7.3%2C2.4%2C6.8%2C3H4.4%0A%09C5.2%2C1.2%2C7%2C0%2C9%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5c1.1%2C0%2C2%2C0.9%2C2%2C2v8C16%2C16.1%2C15.1%2C17%2C14%2C17z%20M9%2C9c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2%0A%09C11%2C9.9%2C10.1%2C9%2C9%2C9z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-unlock {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M14%2C17H4c-1.1%2C0-2-0.9-2-2V7c0-1.1%2C0.9-2%2C2-2h2h2h4c0-1.7-1.3-3-3-3C8.1%2C2%2C7.3%2C2.4%2C6.8%2C3H4.4%0A%09C5.2%2C1.2%2C7%2C0%2C9%2C0c2.8%2C0%2C5%2C2.2%2C5%2C5c1.1%2C0%2C2%2C0.9%2C2%2C2v8C16%2C16.1%2C15.1%2C17%2C14%2C17z%20M9%2C9c-1.1%2C0-2%2C0.9-2%2C2s0.9%2C2%2C2%2C2s2-0.9%2C2-2%0A%09C11%2C9.9%2C10.1%2C9%2C9%2C9z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-send-to-back {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st1%22%20d%3D%22M8%2C12c-1.1%2C0-2-0.9-2-2V4H4C2.9%2C4%2C2%2C4.9%2C2%2C6v8c0%2C1.1%2C0.9%2C2%2C2%2C2h8c1.1%2C0%2C2-0.9%2C2-2v-2H8z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-send-to-back {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st1%22%20d%3D%22M8%2C12c-1.1%2C0-2-0.9-2-2V4H4C2.9%2C4%2C2%2C4.9%2C2%2C6v8c0%2C1.1%2C0.9%2C2%2C2%2C2h8c1.1%2C0%2C2-0.9%2C2-2v-2H8z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-bring-to-front {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3Cpath%20id%3D%22_x30_%22%20class%3D%22st1%22%20d%3D%22M4%2C4h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H4c-1.1%2C0-2-0.9-2-2V6C2%2C4.9%2C2.9%2C4%2C4%2C4z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-bring-to-front {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x30__1_%22%20class%3D%22st0%22%20d%3D%22M8%2C0h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H8c-1.1%2C0-2-0.9-2-2V2C6%2C0.9%2C6.9%2C0%2C8%2C0z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3Cpath%20id%3D%22_x30_%22%20class%3D%22st1%22%20d%3D%22M4%2C4h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H4c-1.1%2C0-2-0.9-2-2V6C2%2C4.9%2C2.9%2C4%2C4%2C4z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-select-all {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.75%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M8.5%2C6c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1l0%2C0l6.8%2C5.3c0.3%2C0.2%2C0.3%2C0.5%2C0.1%2C0.8c-0.1%2C0.1-0.1%2C0.2-0.3%2C0.2l-1.9%2C0.3%0A%09l1.3%2C2.6c0.2%2C0.3%2C0%2C0.6-0.3%2C0.7l-2.1%2C0.9c-0.1%2C0-0.2%2C0.1-0.3%2C0.1c-0.2%2C0-0.4-0.1-0.5-0.3l-1.3-2.6l-1.5%2C1.1%0A%09c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.3%2C0-0.6-0.2-0.6-0.5V6.6C7.9%2C6.3%2C8.2%2C6%2C8.5%2C6z%22%20fill%3D%22%23728e94%22%2F%3E%0A%3Cg%20id%3D%22_x33_%22%20class%3D%22st1%22%3E%0A%09%3Cpolygon%20id%3D%22_x31__1_%22%20class%3D%22st0%22%20points%3D%2212%2C6%2014%2C8%2016%2C8%2016%2C6%20%09%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x32__1_%22%20x%3D%2211.6%22%20y%3D%222%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%201.6862%2010.071)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%23728e94%22%2F%3E%0A%09%3Crect%20id%3D%22_x33__1_%22%20x%3D%228%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%20%20fill%3D%22%23728e94%22%2F%3E%0A%09%3Crect%20id%3D%22_x34_%22%20x%3D%223.6%22%20y%3D%2210%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.3137%206.7573)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%23728e94%22%2F%3E%0A%09%3Crect%20id%3D%22_x35_%22%20x%3D%224%22%20y%3D%221.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-0.6569%204.4142)%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222.8%22%20%20fill%3D%22%23728e94%22%2F%3E%0A%09%3Crect%20id%3D%22_x36_%22%20x%3D%222%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%222%22%20%20fill%3D%22%23728e94%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-select-all {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.75%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M8.5%2C6c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1l0%2C0l6.8%2C5.3c0.3%2C0.2%2C0.3%2C0.5%2C0.1%2C0.8c-0.1%2C0.1-0.1%2C0.2-0.3%2C0.2l-1.9%2C0.3%0A%09l1.3%2C2.6c0.2%2C0.3%2C0%2C0.6-0.3%2C0.7l-2.1%2C0.9c-0.1%2C0-0.2%2C0.1-0.3%2C0.1c-0.2%2C0-0.4-0.1-0.5-0.3l-1.3-2.6l-1.5%2C1.1%0A%09c-0.1%2C0.1-0.2%2C0.1-0.4%2C0.1c-0.3%2C0-0.6-0.2-0.6-0.5V6.6C7.9%2C6.3%2C8.2%2C6%2C8.5%2C6z%22%20fill%3D%22%2328484f%22%2F%3E%0A%3Cg%20id%3D%22_x33_%22%20class%3D%22st1%22%3E%0A%09%3Cpolygon%20id%3D%22_x31__1_%22%20class%3D%22st0%22%20points%3D%2212%2C6%2014%2C8%2016%2C8%2016%2C6%20%09%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%09%3Crect%20id%3D%22_x32__1_%22%20x%3D%2211.6%22%20y%3D%222%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%201.6862%2010.071)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%2328484f%22%2F%3E%0A%09%3Crect%20id%3D%22_x33__1_%22%20x%3D%228%22%20y%3D%221%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%224%22%20%20fill%3D%22%2328484f%22%2F%3E%0A%09%3Crect%20id%3D%22_x34_%22%20x%3D%223.6%22%20y%3D%2210%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-6.3137%206.7573)%22%20class%3D%22st0%22%20width%3D%222.8%22%20height%3D%222%22%20%20fill%3D%22%2328484f%22%2F%3E%0A%09%3Crect%20id%3D%22_x35_%22%20x%3D%224%22%20y%3D%221.6%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-0.6569%204.4142)%22%20class%3D%22st0%22%20width%3D%222%22%20height%3D%222.8%22%20%20fill%3D%22%2328484f%22%2F%3E%0A%09%3Crect%20id%3D%22_x36_%22%20x%3D%222%22%20y%3D%226%22%20class%3D%22st0%22%20width%3D%224%22%20height%3D%222%22%20%20fill%3D%22%2328484f%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M17%2C15.4L15.5%2C17l-2-2l-2%2C2L10%2C15.4l2-2l-2-2l1.5-1.4l2%2C2l2-2l1.5%2C1.5l-2%2C2L17%2C15.4z%20M12%2C6l-4%2C6%0A%09l-2-2l-3%2C5h5v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4l-2%2C2L12%2C6z%20M5.5%2C5C4.7%2C5%2C4%2C5.6%2C4%2C6.5S4.7%2C8%2C5.5%2C8%0A%09S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-image-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M17%2C15.4L15.5%2C17l-2-2l-2%2C2L10%2C15.4l2-2l-2-2l1.5-1.4l2%2C2l2-2l1.5%2C1.5l-2%2C2L17%2C15.4z%20M12%2C6l-4%2C6%0A%09l-2-2l-3%2C5h5v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4l-2%2C2L12%2C6z%20M5.5%2C5C4.7%2C5%2C4%2C5.6%2C4%2C6.5S4.7%2C8%2C5.5%2C8%0A%09S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C6l-2-2l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M17%2C12.5L12.5%2C17H11v-1.5l4.5-4.5L17%2C12.5z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-image-edit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C6l-2-2l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M17%2C12.5L12.5%2C17H11v-1.5l4.5-4.5L17%2C12.5z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-image-insert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C7l-2-3l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M13%2C11h2v2h2v2h-2v2h-2v-2h-2v-2h2V11z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-menu-image-insert {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x31_%22%20class%3D%22st0%22%20d%3D%22M15%2C9l-3-3l-4%2C7l-2-3l-3%2C5h6v2H3c-1.1%2C0-2-0.9-2-2V3c0-1.1%2C0.9-2%2C2-2h12c1.1%2C0%2C2%2C0.9%2C2%2C2v4L15%2C9z%0A%09%20M5.5%2C5C4.7%2C5%2C4%2C5.7%2C4%2C6.5S4.7%2C8%2C5.5%2C8S7%2C7.3%2C7%2C6.5S6.3%2C5%2C5.5%2C5z%20M13%2C11h2v2h2v2h-2v2h-2v-2h-2v-2h2V11z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-bt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M60%2C20v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C59.1%2C18%2C60%2C18.9%2C60%2C20z%20M58%2C20%0A%09%09h-8v8h8V20z%20M46%2C6v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h8C45.1%2C4%2C46%2C4.9%2C46%2C6z%20M44%2C6h-8v8h8V6z%20M46%2C34v8%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C45.1%2C32%2C46%2C32.9%2C46%2C34z%20M44%2C34h-8v8h8V34z%20M46%2C50v8c0%2C1.1-0.9%2C2-2%2C2h-8%0A%09%09c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8C45.1%2C48%2C46%2C48.9%2C46%2C50z%20M44%2C50h-8v8h8V50z%20M32%2C20v8c0%2C1.1-0.9%2C2-2%2C2h-8c-1.1%2C0-2-0.9-2-2%0A%09%09v-8c0-1.1%2C0.9-2%2C2-2h8C31.1%2C18%2C32%2C18.9%2C32%2C20z%20M30%2C20h-8v8h8V20z%20M12%2C4l6%2C6h-5v50h-2V10H6L12%2C4z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M55%2C9v2v7h-2v-7h-7V9h7H55z%20M53%2C30h2v7v2h-2h-7v-2h7V30z%20M39%2C44h2v4h-2V44z%20M27%2C9h7v2h-7v7h-2v-7V9%0A%09%09H27z%20M27%2C37h7v2h-7h-2v-2v-7h2V37z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-lr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M45%2C59h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C47%2C58.1%2C46.1%2C59%2C45%2C59z%20M45%2C57%0A%09%09v-8h-8v8H45z%20M59%2C45h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C61%2C44.1%2C60.1%2C45%2C59%2C45z%20M59%2C43v-8h-8v8H59z%0A%09%09%20M31%2C45h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C33%2C44.1%2C32.1%2C45%2C31%2C45z%20M31%2C43v-8h-8v8H31z%20M15%2C45H7%0A%09%09c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C17%2C44.1%2C16.1%2C45%2C15%2C45z%20M15%2C43v-8H7v8H15z%20M45%2C31h-8c-1.1%2C0-2-0.9-2-2%0A%09%09v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C47%2C30.1%2C46.1%2C31%2C45%2C31z%20M45%2C29v-8h-8v8H45z%20M61%2C11l-6%2C6v-5H5v-2h50V5L61%2C11z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M56%2C54h-2h-7v-2h7v-7h2v7V54z%20M35%2C52v2h-7h-2v-2v-7h2v7H35z%20M21%2C38v2h-4v-2H21z%20M56%2C26v7h-2v-7h-7%0A%09%09v-2h7h2V26z%20M28%2C26v7h-2v-7v-2h2h7v2H28z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-rl {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M19%2C57v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C19.9%2C59%2C19%2C58.1%2C19%2C57z%20M29%2C57%0A%09%09v-8h-8v8H29z%20M5%2C43v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2H7C5.9%2C45%2C5%2C44.1%2C5%2C43z%20M15%2C43v-8H7v8H15z%20M33%2C43v-8%0A%09%09c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C33.9%2C45%2C33%2C44.1%2C33%2C43z%20M43%2C43v-8h-8v8H43z%20M49%2C43v-8c0-1.1%2C0.9-2%2C2-2h8%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v8c0%2C1.1-0.9%2C2-2%2C2h-8C49.9%2C45%2C49%2C44.1%2C49%2C43z%20M59%2C43v-8h-8v8H59z%20M19%2C29v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-8C19.9%2C31%2C19%2C30.1%2C19%2C29z%20M29%2C29v-8h-8v8H29z%20M11%2C5v5h50v2H11v5l-6-6L11%2C5z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M10%2C52v-7h2v7h7v2h-7h-2V52z%20M38%2C52v-7h2v7v2h-2h-7v-2H38z%20M49%2C38v2h-4v-2H49z%20M10%2C24h2h7v2h-7v7%0A%09%09h-2v-7V24z%20M31%2C26v-2h7h2v2v7h-2v-7H31z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-layered-tb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M58%2C46h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C60%2C45.1%2C59.1%2C46%2C58%2C46z%20M58%2C36%0A%09%09h-8v8h8V36z%20M44%2C60h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C59.1%2C45.1%2C60%2C44%2C60z%20M44%2C50h-8v8h8V50z%20M44%2C32%0A%09%09h-8c-1.1%2C0-2-0.9-2-2v-8c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C31.1%2C45.1%2C32%2C44%2C32z%20M44%2C22h-8v8h8V22z%20M44%2C16h-8%0A%09%09c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C46%2C15.1%2C45.1%2C16%2C44%2C16z%20M44%2C6h-8v8h8V6z%20M30%2C46h-8c-1.1%2C0-2-0.9-2-2v-8%0A%09%09c0-1.1%2C0.9-2%2C2-2h8c1.1%2C0%2C2%2C0.9%2C2%2C2v8C32%2C45.1%2C31.1%2C46%2C30%2C46z%20M30%2C36h-8v8h8V36z%20M6%2C54h5V4h2v50h5l-6%2C6L6%2C54z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M53%2C55h-7v-2h7v-7h2v7v2H53z%20M53%2C27h-7v-2h7h2v2v7h-2V27z%20M39%2C16h2v4h-2V16z%20M25%2C55v-2v-7h2v7h7v2%0A%09%09h-7H25z%20M27%2C34h-2v-7v-2h2h7v2h-7V34z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-bt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M59%2C6v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6C58.1%2C4%2C59%2C4.9%2C59%2C6z%20M57%2C6h-6v6%0A%09%09h6V6z%20M59%2C26v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C58.1%2C24%2C59%2C24.9%2C59%2C26z%20M57%2C26h-6v6h6V26z%20M49%2C38v6%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C48.1%2C36%2C49%2C36.9%2C49%2C38z%20M47%2C38h-6v6h6V38z%20M49%2C52v6c0%2C1.1-0.9%2C2-2%2C2h-6%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6C48.1%2C50%2C49%2C50.9%2C49%2C52z%20M47%2C52h-6v6h6V52z%20M39%2C32c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2V32z%20M37%2C26h-6v6h6V26z%20M30%2C14h-6c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09C32%2C13.1%2C31.1%2C14%2C30%2C14z%20M24%2C12h6V6h-6V12z%20M17%2C10h-5v50h-2V10H5l6-6L17%2C10z%20M36%2C12V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6C36.9%2C14%2C36%2C13.1%2C36%2C12z%20M38%2C12h6V6h-6V12z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M55%2C14v10h-2V14H55z%20M53%2C34h2v6v2h-2h-4v-2h4V34z%20M43%2C46h2v4h-2V46z%20M40%2C14h2v6h-7v4h-2v-4h-7v-6h2%0A%09%09v4h5h2h4.9L40%2C14z%20M35%2C40h4v2h-4h-2v-2v-6h2V40z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-lr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M58%2C59h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C60%2C58.1%2C59.1%2C59%2C58%2C59z%20M58%2C57%0A%09%09v-6h-6v6H58z%20M38%2C59h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C40%2C58.1%2C39.1%2C59%2C38%2C59z%20M38%2C57v-6h-6v6H38z%0A%09%09%20M26%2C49h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C28%2C48.1%2C27.1%2C49%2C26%2C49z%20M26%2C47v-6h-6v6H26z%20M12%2C49H6%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C14%2C48.1%2C13.1%2C49%2C12%2C49z%20M12%2C47v-6H6v6H12z%20M32%2C39c-1.1%2C0-2-0.9-2-2v-6%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H32z%20M38%2C37v-6h-6v6H38z%20M50%2C30v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6C50.9%2C32%2C50%2C31.1%2C50%2C30z%20M52%2C24v6h6v-6H52z%20M54%2C17v-5H4v-2h50V5l6%2C6L54%2C17z%20M52%2C36h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6C50%2C36.9%2C50.9%2C36%2C52%2C36z%20M52%2C38v6h6v-6H52z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M50%2C55H40v-2h10V55z%20M30%2C53v2h-6h-2v-2v-4h2v4H30z%20M18%2C43v2h-4v-2H18z%20M50%2C40v2h-6v-7h-4v-2h4v-7h6%0A%09%09v2h-4v5v2v4.9L50%2C40z%20M24%2C35v4h-2v-4v-2h2h6v2H24z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-rl {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M4%2C57v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H6C4.9%2C59%2C4%2C58.1%2C4%2C57z%20M12%2C57v-6H6%0A%09%09v6H12z%20M24%2C57v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C24.9%2C59%2C24%2C58.1%2C24%2C57z%20M32%2C57v-6h-6v6H32z%20M36%2C47v-6%0A%09%09c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C36.9%2C49%2C36%2C48.1%2C36%2C47z%20M44%2C47v-6h-6v6H44z%20M50%2C47v-6c0-1.1%2C0.9-2%2C2-2h6%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2h-6C50.9%2C49%2C50%2C48.1%2C50%2C47z%20M58%2C47v-6h-6v6H58z%20M26%2C39c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6%0A%09%09c1.1%2C0%2C2%2C0.9%2C2%2C2v6c0%2C1.1-0.9%2C2-2%2C2H26z%20M32%2C37v-6h-6v6H32z%20M12%2C32H6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09C14%2C31.1%2C13.1%2C32%2C12%2C32z%20M6%2C24v6h6v-6H6z%20M4%2C11l6-6v5h50v2H10v5L4%2C11z%20M14%2C38v6c0%2C1.1-0.9%2C2-2%2C2H6c-1.1%2C0-2-0.9-2-2v-6%0A%09%09c0-1.1%2C0.9-2%2C2-2h6C13.1%2C36%2C14%2C36.9%2C14%2C38z%20M6%2C38v6h6v-6H6z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M14%2C53h10v2H14V53z%20M40%2C53v-4h2v4v2h-2h-6v-2H40z%20M50%2C43v2h-4v-2H50z%20M18%2C39.9V35v-2v-5h-4v-2h6v7%0A%09%09h4v2h-4v7h-6v-2L18%2C39.9z%20M34%2C35v-2h6h2v2v4h-2v-4H34z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-toolbox-open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M13.5%2C17c-1.9%2C0-3.5-1.6-3.5-3.5s1.6-3.5%2C3.5-3.5s3.5%2C1.6%2C3.5%2C3.5S15.4%2C17%2C13.5%2C17z%20M9%2C1l5%2C7H4L9%2C1z%0A%09%20M8%2C17H1v-7h7V17z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-toolbox-close {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x32_%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M8%2C14v-2h8v2H8z%20M6.7%2C12.3l-1.4%2C1.4L1%2C9l4.3-4.7l1.4%2C1.4L4.4%2C8H16v2H4.4L6.7%2C12.3z%20M8%2C4h8v2H8V4z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-i-button-layout-tree-tb {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2064%2064%22%20style%3D%22enable-background%3Anew%200%200%2064%2064%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.5%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x34_%22%3E%0A%09%3Cpath%20id%3D%22_x35_%22%20class%3D%22st0%22%20d%3D%22M57%2C60h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C59%2C59.1%2C58.1%2C60%2C57%2C60z%20M57%2C52%0A%09%09h-6v6h6V52z%20M57%2C40h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C59%2C39.1%2C58.1%2C40%2C57%2C40z%20M57%2C32h-6v6h6V32z%20M47%2C28%0A%09%09h-6c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C49%2C27.1%2C48.1%2C28%2C47%2C28z%20M47%2C20h-6v6h6V20z%20M47%2C14h-6%0A%09%09c-1.1%2C0-2-0.9-2-2V6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6C49%2C13.1%2C48.1%2C14%2C47%2C14z%20M47%2C6h-6v6h6V6z%20M39%2C38c0%2C1.1-0.9%2C2-2%2C2h-6%0A%09%09c-1.1%2C0-2-0.9-2-2v-6c0-1.1%2C0.9-2%2C2-2h6c1.1%2C0%2C2%2C0.9%2C2%2C2V38z%20M37%2C32h-6v6h6V32z%20M32%2C52v6c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6%0A%09%09c0-1.1%2C0.9-2%2C2-2h6C31.1%2C50%2C32%2C50.9%2C32%2C52z%20M24%2C58h6v-6h-6V58z%20M11%2C60l-6-6h5V4h2v50h5L11%2C60z%20M38%2C50h6c1.1%2C0%2C2%2C0.9%2C2%2C2v6%0A%09%09c0%2C1.1-0.9%2C2-2%2C2h-6c-1.1%2C0-2-0.9-2-2v-6C36%2C50.9%2C36.9%2C50%2C38%2C50z%20M38%2C58h6v-6h-6V58z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3Cg%20id%3D%22_x32_%22%20class%3D%22st1%22%3E%0A%09%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M53%2C50V40h2v10H53z%20M53%2C24h-4v-2h4h2v2v6h-2V24z%20M43%2C14h2v4h-2V14z%20M39.9%2C46H35h-2h-5v4h-2v-6h7v-4%0A%09%09h2v4h7v6h-2L39.9%2C46z%20M35%2C30h-2v-6v-2h2h4v2h-4V30z%22%20fill%3D%22%23728e94%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-diagram-toolbox-popup .dx-button-has-icon .dx-icon.dx-icon-diagram-toolbox-drag {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%20%7D%0A%3C%2Fstyle%3E%0A%3Cg%20id%3D%22_x32_%22%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C8h1V3H0V8z%20M2%2C8h1V3H2V8z%20M4%2C8h1V3H4V8z%20M6%2C8h1V3H6V8z%20M8%2C8h1V3H8V8z%20M10%2C3v5h1V3H10z%22%20fill%3D%22%2328484f%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-size: 12px 12px;
}
.dx-diagram-i-button-properties-panel-open {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%09.st1%7Bopacity%3A0.35%3Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Benable-background%3Anew%20%20%20%20%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x33_%22%20class%3D%22st0%22%20d%3D%22M17.8%2C10.3l-1%2C1l-2.1-2.1l1-1C15.8%2C8.1%2C15.9%2C8%2C16.1%2C8c0.1%2C0%2C0.3%2C0.1%2C0.4%2C0.2l1.3%2C1.3%0A%09C18%2C9.7%2C18%2C10.1%2C17.8%2C10.3z%20M14%2C2H4v13h2v2H4c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h10c1.1%2C0%2C2%2C0.9%2C2%2C2v3l-2%2C2V2z%20M16.1%2C11.9l-6%2C6.1H8%0A%09v-2.1l6.1-6.1L16.1%2C11.9z%22%20fill%3D%22%23fff%22%2F%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st1%22%20d%3D%22M5%2C3h8v5l-6%2C6H5V3z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 18px;
  height: 18px;
}
.dx-gantt {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.dx-gantt .dx-gantt-main-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  height: 100%;
}
.dx-gantt .dx-gantt-toolbar-separator {
  height: 100%;
  border-left: 1px solid transparent;
}
.dx-gantt .dx-gantt-treelist-wrapper {
  display: inline-flex;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-scrollbar-vertical {
  display: none;
}
.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-treelist-headers + .dx-treelist-rowsview {
  border-top: none;
}
.dx-gantt .dx-splitter-wrapper .dx-splitter-border .dx-splitter {
  width: 2px;
}
.dx-gantt .dx-gantt-view {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  min-width: 1px;
  background-color: #f5f5f5;
}
.dx-gantt .dx-gantt-view .dx-gantt-tac-hb {
  margin-top: -1px;
}
.dx-gantt .dx-gantt-view .dx-scrollable-scrollbar {
  z-index: 100;
}
.dx-gantt .dx-gantt-view .dx-gantt-parent::before {
  border-left-color: inherit;
  border-top-color: inherit;
}
.dx-gantt .dx-gantt-view .dx-gantt-parent::after {
  border-right-color: inherit;
  border-top-color: inherit;
}
.dx-gantt {
  border: 1px solid #dedede;
}
.dx-gantt .dx-gantt-toolbar-wrapper {
  padding: 5px;
  border-bottom: 1px solid #dedede;
}
.dx-gantt .dx-gantt-toolbar-wrapper .dx-gantt-toolbar-separator {
  border-left-color: #dedede;
}
.dx-gantt .dx-treelist-text-content {
  min-height: 19px;
}
.dx-gantt .dx-treelist-icon-container {
  max-height: 19px;
}
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-gantt .dx-treelist .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
  background-color: rgba(62,184,176,.25);
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td {
  color: #28484f;
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-row-lines > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-row-lines > tr > td {
  border-bottom-color: #dedede;
}
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row.dx-column-lines > tr > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > td,
.dx-gantt .dx-treelist-rowsview .dx-selection.dx-row:hover.dx-column-lines > tr > td {
  border-left-color: #dedede;
  border-right-color: #dedede;
}
.dx-gantt .dx-treelist-rowsview tr:not(.dx-row-focused).dx-selection .dx-treelist-empty-space {
  color: #728e94;
}
.dx-gantt .dx-header-row {
  height: 45px;
}
.dx-gantt .dx-gantt-header {
  color: #7eb2be;
}
.dx-gantt .dx-gantt-header .dx-gantt-hb,
.dx-gantt .dx-gantt-header .dx-gantt-tsa,
.dx-gantt .dx-gantt-header .dx-gantt-tsac,
.dx-gantt .dx-gantt-header .dx-gantt-vb {
  border-color: #dedede;
  background-color: #f5f5f5;
}
.dx-gantt .dx-gantt-si {
  text-align: center;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}
.dx-gantt .dx-gantt-tsa,
.dx-gantt .dx-gantt-tsac {
  border-bottom: 1px solid #dedede;
}
.dx-gantt .dx-gantt-hb {
  border-top: 1px solid #dedede;
}
.dx-gantt .dx-gantt-vb {
  border-left: 1px solid #dedede;
}
.dx-gantt .dx-gantt-taskWrapper {
  padding-top: 0;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleOut {
  height: 21px;
  line-height: 21px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task {
  background-color: #3cbab2;
  border-radius: 2px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task .dx-gantt-tPrg {
  border-radius: 2px;
  background-color: rgba(0,0,0,.2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask {
  border-radius: 2px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-smallTask .dx-gantt-titleIn {
  padding: 0 2px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent {
  height: 19px;
  line-height: 19px;
  background-color: #72d63c;
  border-left-color: #72d63c;
  border-right-color: #72d63c;
  border-top-color: #72d63c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg {
  background-color: rgba(255,255,255,.2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask).dx-gantt-cmpl .dx-gantt-tPrg::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask)::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask)::before,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-smallTask):not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  content: "";
  position: absolute;
  bottom: -8px;
  border-width: 4px;
  border-style: solid;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent::before,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent:not(.dx-gantt-noPrg) .dx-gantt-tPrg::before {
  border-left-color: rgba(255,255,255,.2);
  border-top-color: rgba(255,255,255,.2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg::after,
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent::after {
  right: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl::after {
  border-right-color: rgba(255,255,255,.2);
  border-top-color: rgba(255,255,255,.2);
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent.dx-gantt-cmpl .dx-gantt-tPrg::after {
  border-right-color: #72d63c;
  border-top-color: #72d63c;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-task.dx-gantt-parent .dx-gantt-task-edit-frame {
  height: 19px;
}
.dx-gantt .dx-gantt-taskWrapper .dx-gantt-titleIn {
  color: #fff;
  padding: 0 7px;
}
.dx-gantt .dx-gantt-taskRes {
  height: 21px;
  line-height: 21px;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
  margin-left: 21px;
  padding-left: 4px;
  padding-right: 4px;
}
.dx-gantt .dx-gantt-titleOut {
  padding-right: 20px;
}
.dx-gantt .dx-gantt-milestone {
  background-color: #28484f;
  width: 14px;
  height: 14px;
}
.dx-gantt .dx-gantt-task-edit-wrapper {
  padding-top: 0;
  padding-left: 1px;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame {
  height: 100%;
  border: 1px solid #30938d;
  border-radius: 2px;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress {
  border-color: transparent transparent #30938d;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress::before {
  width: 12px;
  height: 6px;
  bottom: -14px;
  border: 1px solid #30938d;
}
.dx-gantt .dx-gantt-task-edit-wrapper .dx-gantt-task-edit-frame .dx-gantt-task-edit-progress-status {
  border-radius: 2px;
}
.dx-gantt .dx-gantt-task-edit-wrapper-successor {
  padding-top: 0;
}
.dx-gantt .dx-gantt-task-edit-wrapper-successor .dx-gantt-task-edit-frame-successor {
  height: 21px;
}
.dx-gantt .dx-gantt-task-edit-dependency-l,
.dx-gantt .dx-gantt-task-edit-dependency-r,
.dx-gantt .dx-gantt-task-edit-successor-dependency-l,
.dx-gantt .dx-gantt-task-edit-successor-dependency-r {
  background: #fff;
  border: 1px solid #30938d;
  width: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.dx-gantt .dx-gantt-task-edit-dependency-r,
.dx-gantt .dx-gantt-task-edit-successor-dependency-r {
  left: -11px;
}
.dx-gantt .dx-gantt-task-edit-dependency-l,
.dx-gantt .dx-gantt-task-edit-successor-dependency-l {
  right: -11px;
}
.dx-gantt .dx-gantt-task-edit-dependency-line {
  background-color: #28484f;
}
.dx-gantt .dx-gantt-sel {
  background-color: rgba(62,184,176,.25);
  border-top: 1px solid #3eb8b0;
  border-bottom: 1px solid #3eb8b0;
}
.dx-gantt .dx-gantt-tac-hb .dx-gantt-sel {
  border: none;
}
.dx-gantt .dx-gantt-conn-v {
  border-left-color: #28484f;
}
.dx-gantt .dx-gantt-conn-h {
  border-top-color: #28484f;
}
.dx-gantt .dx-gantt-arrow {
  border: 5px solid #28484f;
}
.dx-gantt .dx-gantt-tm {
  border-left: 1px dashed #3cbab2;
}
.dx-gantt .dx-gantt-ti {
  border-left: 1px dashed #3cbab2;
  border-right: 1px dashed #3cbab2;
  background-color: rgba(60,186,178,.15);
}
.dx-gantt .dx-gantt-altRow,
.dx-gantt .dx-gantt-collapsable-row {
  background-color: #ebebeb;
}
.dx-form.dx-cv-dialog {
  padding-bottom: 8px;
}
.dx-form.dx-cv-dialog .dx-cv-dialog-row {
  padding-top: 12px;
}
.dx-gantt-i.dx-gantt-i-add {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C15h-3v3h-2v-3H9v-2h3v-3h2v3h3V15z%20M12%2C4l-2-2H3v12h4v2H1V0h10l3%2C3v5h-2V4z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-add-sub-task {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M14%2C6H6v3h2.3c0.3-0.6%2C1-1%2C1.7-1h5c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2h-5c-0.7%2C0-1.4-0.4-1.7-1H6v4h2.3%0A%09c0.3-0.6%2C1-1%2C1.7-1h5c1.1%2C0%2C2%2C0.9%2C2%2C2s-0.9%2C2-2%2C2h-5c-0.7%2C0-1.4-0.4-1.7-1H4v-2v-4V9V6l0%2C0C2.3%2C6%2C1%2C4.7%2C1%2C3s1.3-3%2C3-3h10%0A%09c1.7%2C0%2C3%2C1.3%2C3%2C3S15.7%2C6%2C14%2C6z%20M14%2C2H4C3.4%2C2%2C3%2C2.4%2C3%2C3s0.4%2C1%2C1%2C1h10c0.6%2C0%2C1-0.4%2C1-1S14.6%2C2%2C14%2C2z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-add-task {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M10%2C13H8v-3H5V8h3V5h2v3h3v2h-3V13z%22%20fill%3D%22%23427682%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M9%2C1.1c-4.4%2C0-8%2C3.6-8%2C8c0%2C4.4%2C3.6%2C8%2C8%2C8s8-3.6%2C8-8C17%2C4.6%2C13.4%2C1.1%2C9%2C1.1z%20M9%2C15c-3.3%2C0-6-2.7-6-6s2.7-6%2C6-6%0A%09s6%2C2.7%2C6%2C6S12.3%2C15%2C9%2C15z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-collapse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M9%2C7l7%2C6.8L14.8%2C15L9%2C9.3L3.2%2C15L2%2C13.8L9%2C7z%20M3.2%2C10L2%2C8.8L9%2C2l7%2C6.8L14.8%2C10L9%2C4.3L3.2%2C10z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-delete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C10H9c-0.6%2C0-1-0.4-1-1s0.4-1%2C1-1h2c0-0.6%2C0.4-1%2C1-1h2c0.6%2C0%2C1%2C0.4%2C1%2C1h2c0.6%2C0%2C1%2C0.4%2C1%2C1%0A%09S17.6%2C10%2C17%2C10z%20M12%2C4l-2-2H3v12h4v2H1V0h10l3%2C3v3h-2V4z%20M17%2C16c0%2C1.1-0.9%2C2-2%2C2h-4c-1.1%2C0-2-0.9-2-2v-5h8V16z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-delete-dependency {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17%2C10H9c-0.6%2C0-1-0.4-1-1c0-0.6%2C0.4-1%2C1-1h2c0-0.6%2C0.4-1%2C1-1h2c0.6%2C0%2C1%2C0.4%2C1%2C1h2c0.6%2C0%2C1%2C0.4%2C1%2C1%0A%09C18%2C9.6%2C17.6%2C10%2C17%2C10z%20M8%2C13H5V5H3.7C3.4%2C5.6%2C2.7%2C6%2C2%2C6C0.9%2C6%2C0%2C5.1%2C0%2C4s0.9-2%2C2-2c0.7%2C0%2C1.4%2C0.4%2C1.7%2C1H7v8h1V13z%20M17%2C16%0A%09c0%2C1.1-0.9%2C2-2%2C2h-4c-1.1%2C0-2-0.9-2-2v-5h8V16z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-expand {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M2%2C3.2L3.2%2C2L9%2C7.7L14.8%2C2L16%2C3.2L9%2C10L2%2C3.2z%20M9%2C12.7L14.8%2C7L16%2C8.2L9%2C15L2%2C8.2L3.2%2C7L9%2C12.7z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-full-screen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20id%3D%22_x34_%22%20class%3D%22st0%22%20points%3D%221%2C7%203%2C7%203%2C3%207%2C3%207%2C1%201%2C1%20%22%20fill%3D%22%23427682%22%2F%3E%0A%3Cpolygon%20id%3D%22_x33_%22%20class%3D%22st0%22%20points%3D%223%2C11%201%2C11%201%2C17%207%2C17%207%2C15%203%2C15%20%22%20fill%3D%22%23427682%22%2F%3E%0A%3Cpolygon%20id%3D%22_x32_%22%20class%3D%22st0%22%20points%3D%2211%2C1%2011%2C3%2015%2C3%2015%2C7%2017%2C7%2017%2C1%20%22%20fill%3D%22%23427682%22%2F%3E%0A%3Cpolygon%20id%3D%22_x31_%22%20class%3D%22st0%22%20points%3D%2215%2C15%2011%2C15%2011%2C17%2017%2C17%2017%2C11%2015%2C11%20%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-redo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M1%2C9c0-4.4%2C3.6-8%2C8-8c2.2%2C0%2C4.2%2C0.9%2C5.6%2C2.4L17%2C1v6h-6l2.2-2.2C12.1%2C3.7%2C10.7%2C3%2C9%2C3C5.7%2C3%2C3%2C5.7%2C3%2C9%0A%09s2.7%2C6%2C6%2C6v2C4.6%2C17%2C1%2C13.4%2C1%2C9z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-task-details {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M12.5%2C18C10%2C18%2C7.9%2C15.5%2C7%2C13.5c0.9-2%2C3-4.5%2C5.5-4.5s4.6%2C2.5%2C5.5%2C4.5C17.1%2C15.5%2C15%2C18%2C12.5%2C18z%0A%09%20M12.5%2C11c-1.4%2C0-2.5%2C1.1-2.5%2C2.5s1.1%2C2.5%2C2.5%2C2.5s2.5-1.1%2C2.5-2.5S13.9%2C11%2C12.5%2C11z%20M12.5%2C15c-0.8%2C0-1.5-0.7-1.5-1.5%0A%09s0.7-1.5%2C1.5-1.5s1.5%2C0.7%2C1.5%2C1.5S13.3%2C15%2C12.5%2C15z%20M12%2C4l-2-2H3v12h2l1%2C2H1V0h10l3%2C3v4h-2V4z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-undo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M9%2C17v-2c3.3%2C0%2C6-2.7%2C6-6s-2.7-6-6-6C7.3%2C3%2C5.9%2C3.7%2C4.8%2C4.8L7%2C7H1V1l2.4%2C2.4C4.8%2C1.9%2C6.8%2C1%2C9%2C1%0A%09c4.4%2C0%2C8%2C3.6%2C8%2C8S13.4%2C17%2C9%2C17z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-zoom-in {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.7%2C16.3l-1.4%2C1.4l-4.1-4.1C11%2C14.5%2C9.6%2C15%2C8%2C15c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7%0A%09c0%2C1.6-0.5%2C3-1.4%2C4.2L17.7%2C16.3z%20M8%2C3C5.2%2C3%2C3%2C5.2%2C3%2C8s2.2%2C5%2C5%2C5s5-2.2%2C5-5S10.8%2C3%2C8%2C3z%20M9%2C11H7V9H5V7h2V5h2v2h2v2H9V11z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-zoom-out {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018%2018%22%20style%3D%22enable-background%3Anew%200%200%2018%2018%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M17.7%2C16.3l-1.4%2C1.4l-4.1-4.1C11%2C14.5%2C9.6%2C15%2C8%2C15c-3.9%2C0-7-3.1-7-7s3.1-7%2C7-7s7%2C3.1%2C7%2C7%0A%09c0%2C1.6-0.5%2C3-1.4%2C4.2L17.7%2C16.3z%20M8%2C3C5.2%2C3%2C3%2C5.2%2C3%2C8s2.2%2C5%2C5%2C5s5-2.2%2C5-5S10.8%2C3%2C8%2C3z%20M5%2C9V7h6v2H5z%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-gantt-i.dx-gantt-i-resource-manager {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20id%3D%22_x32_%22%20class%3D%22st0%22%20d%3D%22M12%2C9h4v4h-4%20M8%2C5H0v2h8%20M12%2C5h4V1h-4%20M0%2C1v2h10V1%20M0%2C15h8v-2H0%20M0%2C11h10V9H0%22%20fill%3D%22%23427682%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.dx-sortable {
  overflow: hidden;
}
.dx-sortable-dragging.dx-sortable-clone {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: .9;
  z-index: 2147483647;
}
.dx-sortable-dragging.dx-sortable-clone .dx-inkripple {
  overflow: hidden;
}
.dx-sortable-dragging.dx-sortable-clone * {
  cursor: pointer;
  cursor: grabbing;
}
.dx-sortable-source {
  opacity: .5;
}
.dx-sortable-source-hidden {
  opacity: 0;
}
.dx-sortable-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3cbab2;
  box-sizing: border-box;
  z-index: 2147483647;
}
.dx-sortable-placeholder-inside {
  border-width: 2px;
}
.dx-sortable-dragging > * {
  border-color: rgba(60,186,178,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,.1),0 6px 8px rgba(0,0,0,.2);
}
.dx-deferrendering .dx-deferrendering-loadindicator-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering,
.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering {
  display: none!important;
}
.dx-map-container,
.dx-map-shield {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
.dx-map-shield {
  top: -100%;
  left: 0;
  background: rgba(0,0,0,.01);
  opacity: .01;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@devexpress/analytics-core/dist/css/dx-analytics.common.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
* DevExpress Analytics (dist\css\dx-analytics.common.css)
* Version:  21.1.5
* Build date: Aug 2, 2021
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dx-fileimage-input-wrapper {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.dx-rtl .dx-font-content .dx-font-styles-content {
  margin-left: 16px;
  margin-right: 0;
}
.dx-font-content .dx-font-styles-content {
  margin-right: 16px;
}
.dx-font-content .dx-font-styles-content .dx-font-style-button {
  width: 24px;
  height: 24px;
  background-size: 12px 12px;
  display: inline-block;
  background-position: center;
  position: relative;
}
.dx-font-content .dx-font-styles-content .dx-font-style-button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-rtl .dx-editors .dx-fieldset .dx-field {
  padding-right: 14px;
  padding-left: 16px;
}
.dx-rtl .dx-editors .dx-fieldset .dx-field .dx-field-label {
  padding-left: 15px;
  padding-right: 0;
}
.dx-rtl .dx-editors .dx-group-header-font {
  padding-right: 15px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-group-header {
  padding-right: 13px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-group-header-text {
  padding-right: 3px;
  padding-left: 0;
}
.dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  right: 16px;
  left: 60%;
  float: right;
  padding-left: 15px;
}
.dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty {
  left: 8px;
  right: 16px;
}
.dx-rtl .dx-string-array-container {
  margin-left: 16px;
  margin-right: 19px;
}
.dx-list-item .dx-list-item-content .dx-listitem-with-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-editors .dx-widget .dx-dropdowneditor-icon {
  padding: 0;
}
.dx-editors .dx-image-padding {
  padding: 12px;
}
.dx-editors .dx-disabled-button {
  opacity: 0.3;
}
.dx-editors .dx-field-value.dx-checkbox,
.dx-editors .dx-field-value:not(.dx-widget) > .dx-checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dx-editors .dx-fieldset {
  margin: 0;
  padding: 0;
}
.dx-editors .dx-fieldset .dx-field {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 16px;
  min-height: 26px;
  box-sizing: content-box;
  margin: 0;
}
.dx-editors .dx-fieldset .dx-field .dx-field-label {
  padding-top: 6px;
  font-size: 11px;
  width: 30%;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value {
  padding: 0;
  position: relative;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-top: 0;
}
.dx-editors .dx-fieldset .dx-field .dx-field-value .dx-datebox-container > .dx-widget {
  margin-right: 0;
  margin-left: 0;
  min-width: 100%;
}
.dx-editors .dx-group-header-font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 15px;
}
.dx-editors .dx-group-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
}
.dx-editors .dx-group-header-text {
  padding-left: 3px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  position: absolute;
  left: 16px;
  right: 60%;
  width: auto;
  padding-right: 15px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed {
  top: 7px;
}
.dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty {
  right: 8px;
}
.dx-collapsing-image {
  padding: 4.5px;
  transition: transform 0.4s;
  position: relative;
}
.dx-collapsing-image svg {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-rtl .dx-collapsing-image {
  transform: rotate(180deg);
}
.dx-rtl .dx-image-expanded,
.dx-rtl .dx-image-expanded.dx-collapsing-image,
.dx-image-expanded {
  transform: rotate(90deg);
}
.propertygrid-editor-displayName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.propertygrid-editor-collapsed {
  position: absolute;
  top: 14px;
}
.dx-ellipsis-button .dx-dropdowneditor-icon:before {
  content: "";
}
.dx-ellipsis-button .dx-ellipsis-image {
  background-size: 16px 16px;
  background-position: center;
  position: relative;
}
.dx-ellipsis-button .dx-ellipsis-image svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-string-array-container {
  height: 86px;
  margin-right: 16px;
  margin-left: 19px;
}
.dx-string-array-container .dx-string-array-textarea {
  height: 100%;
  width: 100%;
  resize: none;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper {
  float: left;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action {
  margin-left: 4px;
  margin-right: 0;
}
.dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font {
  padding-left: 5px;
  padding-right: 15px;
}
.dx-editors .dx-field-value > .dx-collectioneditor-action {
  margin-top: 0px;
}
.dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dx-collectioneditor-action {
  margin-top: 1px;
}
.dx-editors .dx-collectioneditor-action {
  width: 24px;
  height: 24px;
  padding: 0px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-empty {
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-empty .dx-collectioneditor-empty-text {
  vertical-align: middle;
  line-height: 26px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-collection-item .dx-field {
  background-color: transparent;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-collection-item .dx-field .dx-field-value .dx-dropdowneditor {
  top: inherit;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper {
  display: flex;
  float: right;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action {
  margin-left: 4px;
  margin-right: 0;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action .dx-button-content {
  padding: 0;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action-separator {
  width: 11px;
  height: 1px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text {
  padding-top: 6px;
  font-size: 11px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .propertygrid-editor-collapsed {
  top: 13px;
}
.dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font {
  padding-right: 5px;
}
.dx-ellipsiseditor {
  position: relative;
}
.dx-ellipsiseditor.dx-rtl .dx-ellipsiseditor-button {
  float: left;
}
.dx-ellipsiseditor .dx-texteditor-container {
  width: auto;
}
.dx-ellipsiseditor .dx-texteditor-container .dx-texteditor-input {
  text-overflow: ellipsis;
}
.dx-ellipsiseditor .dx-texteditor-container .dx-texteditor-input::-ms-clear {
  width: 0;
  height: 0;
}
.dx-ellipsiseditor.dx-texteditor.dx-ellipsiseditor-warning:not(.dx-invalid) {
  border-color: #f0ad4e;
}
.dx-ellipsiseditor.dx-texteditor.dx-ellipsiseditor-warning:not(.dx-invalid) .dx-texteditor-input-container:after {
  pointer-events: none;
  font-weight: 700;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  background-color: #f0ad4e;
  color: #fff;
  content: '!';
  border-radius: 50%;
  right: 4px;
}
.dx-ellipsiseditor-button {
  width: 2em;
  float: right;
  cursor: pointer;
}
.dx-ellipsiseditor-icon {
  background-position: center;
  background-repeat: no-repeat;
}
.dx-popup-general .dx-texteditor:not(.dxrd-multiline) {
  height: 26px;
  /*.dx-numberbox-spin-container {
            width: @texteditor-button-width;
        }*/
}
.dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-texteditor-input {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
}
.dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-placeholder {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -2px;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom {
  height: 75px;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom .dx-toolbar-items-container {
  height: 100%;
}
.dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom .dx-toolbar-after {
  padding-top: 8px;
}
.dx-image-filtereditor-add {
  opacity: 0.5;
}
.dx-image-filtereditor-add:hover {
  opacity: 1;
}
.dx-image-filtereditor-edit {
  opacity: 0.7;
}
.dx-image-filtereditor-edit:hover {
  opacity: 1;
}
.dx-image-filtereditor-remove {
  opacity: 0.5;
}
.dx-image-filtereditor-remove:hover {
  opacity: 1;
}
.dx-sql_editor.ace_editor {
  font-size: 1em;
  height: 100%;
  width: 100%;
}
.dx-sql_editor.dx-disabled-ace {
  opacity: 0.65;
}
.dx-sql_editor.dx-disabled-ace .ace_cursor {
  display: none;
}
.dxrd-scripts-editor.ace_editor .ace_gutter,
.dx-sql_editor.ace_editor .ace_gutter,
.dx-expressioneditor-textarea.ace_editor .ace_gutter,
.dxd-wizard-jsoneditor.ace_editor .ace_gutter,
.dx-filtereditor-ace.ace_editor .ace_gutter {
  background-image: none;
  border-right-width: 1px;
  border-right-style: solid;
  text-shadow: none;
}
.dxrd-scripts-editor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-sql_editor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-expressioneditor-textarea.ace_editor .ace_gutter .ace_gutter-layer,
.dxd-wizard-jsoneditor.ace_editor .ace_gutter .ace_gutter-layer,
.dx-filtereditor-ace.ace_editor .ace_gutter .ace_gutter-layer {
  background-image: none;
}
.dxrd-scripts-editor.ace_editor .ace_scroller,
.dx-sql_editor.ace_editor .ace_scroller,
.dx-expressioneditor-textarea.ace_editor .ace_scroller,
.dxd-wizard-jsoneditor.ace_editor .ace_scroller,
.dx-filtereditor-ace.ace_editor .ace_scroller {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.dxrd-scripts-editor.ace_editor .ace_scroller .ace_text-layer,
.dx-sql_editor.ace_editor .ace_scroller .ace_text-layer,
.dx-expressioneditor-textarea.ace_editor .ace_scroller .ace_text-layer,
.dxd-wizard-jsoneditor.ace_editor .ace_scroller .ace_text-layer,
.dx-filtereditor-ace.ace_editor .ace_scroller .ace_text-layer {
  background-image: none;
}
.dxrd-scripts-editor.ace_editor .ace_tooltip,
.dx-sql_editor.ace_editor .ace_tooltip,
.dx-expressioneditor-textarea.ace_editor .ace_tooltip,
.dxd-wizard-jsoneditor.ace_editor .ace_tooltip,
.dx-filtereditor-ace.ace_editor .ace_tooltip {
  position: absolute;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  float: right;
  margin-left: 9px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-item-images {
  float: right;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-image {
  float: right;
  margin-left: 4px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  float: left;
  margin-left: 12px;
  margin-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  padding-left: 5px;
  padding-right: 0;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action {
  float: right;
  margin-left: 4px;
  margin-right: 0;
  margin-top: 3px;
}
.dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action-edit {
  float: right;
  margin-top: 3px;
  margin-left: 4px;
  margin-right: 0;
}
.dx-treelist .dx-treelist-item {
  position: relative;
  height: 30px;
}
.dx-treelist .dx-treelist-item .dx-treelist-item-images {
  float: left;
}
.dx-treelist .dx-treelist-item .dx-treelist-image {
  float: left;
  margin-right: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 9px 0;
  background-position: center;
  box-sizing: content-box;
  position: relative;
}
.dx-treelist .dx-treelist-item .dx-treelist-image svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-treelist .dx-treelist-item .dx-treelist-image-empty {
  position: absolute;
}
.dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  float: left;
  height: 30px;
  display: inline-block;
  margin-right: 9px;
  padding: 0 4.5px 0 4.5px;
  position: relative;
  z-index: 1;
}
.dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dx-treelist .dx-treelist-item .dx-treelist-caption {
  line-height: 30px;
  position: relative;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  float: right;
  letter-spacing: -5px;
  margin-right: 12px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  overflow: hidden;
  padding-right: 5px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper {
  overflow: hidden;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  padding-right: 2px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text.dx-highlighted-search-text {
  pointer-events: none;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text.dx-highlighted-search-text .dx-datagrid-search-text {
  padding-top: 1px;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  padding-right: 2px;
  text-decoration: underline;
  cursor: pointer;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text.dx-highlighted-search-text {
  pointer-events: none;
}
.dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text.dx-highlighted-search-text .dx-datagrid-search-text {
  padding-top: 1px;
}
.dx-treelist .dx-treelist-item .dx-treelist-action {
  width: 24px;
  height: 24px;
  padding: 0px;
  margin-right: 4px;
}
.dx-treelist .dx-treelist-item .dx-treelist-action-edit {
  width: 24px;
  height: 24px;
  padding: 0px;
  margin-right: 4px;
}
.dx-filtereditor .dx-filtereditor-tree.dx-rtl {
  padding-right: 7px;
  padding-left: 0;
}
.dx-filtereditor .dx-filtereditor-tree.dx-rtl .criteria-operator-group .criteria-operator-content {
  padding-right: 15px;
  padding-left: 0;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-overlay-content {
  border-width: 1px;
  border-style: solid;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-state-focused.dx-overlay-content {
  outline: none;
}
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-list-item,
.dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-list-item-content {
  display: block;
}
.dx-filtereditor .font {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-filtereditor .dx-overlay-content {
  max-height: 500px;
  max-width: 650px;
}
.dx-filtereditor .dx-filtereditor-plain-advanced {
  position: absolute;
  right: 0px;
}
.dx-filtereditor .dx-filtereditor-plain-content {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-plain-content .dx-filtereditor-text-container {
  visibility: hidden;
  margin-top: inherit;
  transition: height ease-in-out 200ms, margin ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-plain-content .dx-filtereditor-text-container.advanced {
  visibility: visible;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dx-filtereditor .dx-filtereditor-text-container {
  height: 0;
  margin-top: 10px;
  transition: height ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-text-container.advanced {
  height: 25%;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text {
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container .dx-filtereditor-ace {
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-text-container .dx-filtereditor-text .dx-texteditor-container .dx-filtereditor-ace .ace_hidden-cursors .ace_cursor {
  opacity: 1;
}
.dx-filtereditor .dx-filtereditor-tree-container {
  height: 100%;
  position: relative;
  transition: height ease-in-out 200ms;
}
.dx-filtereditor .dx-filtereditor-tree-container.advanced {
  height: 75%;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  color: #B0B0B0;
  text-align: center;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen .dx-filtereditor-tree-lockscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen .dx-filtereditor-tree-lockscreen-content .dx-filtereditor-tree-lockscreen-content-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 14px;
  margin: auto;
}
.dx-filtereditor .dx-filtereditor-tree {
  border-width: 1px;
  border-style: solid;
  padding-top: 4px;
  padding-left: 7px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group {
  padding-top: 7px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item {
  display: inline-block;
  white-space: nowrap;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item .criteria-operator-item {
  display: inline-block;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item .criteria-operator-item .criteria-operator-item-editor {
  height: 24px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item:hover > .criteria-operator-action .criteria-operator-action-image {
  visibility: visible;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor {
  height: 22px;
  vertical-align: middle;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-content {
  padding-left: 15px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor {
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor .dx-texteditor-container {
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item-padding {
  padding: 0 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.clickable {
  min-height: 24px;
  min-width: 30px;
  padding: 0 5px;
  vertical-align: top;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.stylized {
  padding: 0 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.default {
  opacity: 0.5;
  font-style: italic;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-group {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-field {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-parameter {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-operator {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-value {
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text {
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  vertical-align: top;
  display: inline-block;
  line-height: 24px;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action {
  vertical-align: top;
  display: inline-block;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image {
  width: 24px;
  height: 24px;
  background-position: center;
  visibility: hidden;
}
.dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image-edit {
  width: 24px;
  height: 24px;
  background-position: center;
  visibility: hidden;
  visibility: visible;
  padding: 3px 4px 5px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input {
  padding-left: 22px;
  padding-right: 17px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item {
  padding-right: 5px;
  padding-left: 0;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category {
  padding-right: 5px;
  padding-left: 0;
  padding-right: 17px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header {
  padding-right: 5px;
  padding-left: 0;
  padding-right: 0px;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header {
  padding-right: 5px;
  padding-left: 0;
}
.dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item {
  padding-right: 33px;
  padding-left: 0;
}
.dx-expressioneditor .dx-overlay-content {
  max-height: 593px;
  max-width: 727px;
}
.dx-expressioneditor .dx-overlay-content .dx-popup-content {
  border-width: 0px;
  border-style: none;
  padding: 0;
}
.dx-expressioneditor .dx-expression-tree {
  height: 100%;
  padding: 17px 17px 0 17px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea {
  border-width: 1px;
  border-style: solid;
  height: 230px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input {
  font-size: 14px;
  padding-top: 5px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 17px;
  padding-right: 22px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools {
  height: 220px;
  position: relative;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs {
  position: absolute;
  top: 18px;
  bottom: 0;
  min-width: 609px;
  width: 100%;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container .dx-texteditor {
  border: 0px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-fields .dx-expressioneditor-tools-tab-content-wrapper {
  border-width: 1px;
  border-style: solid;
  height: auto;
  width: 100%;
  position: absolute;
  top: 25px;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-content-wrapper {
  border-width: 1px;
  border-style: solid;
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function .dx-expressioneditor-collection-function-search {
  position: absolute;
  top: 0;
  width: 100%;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function .dx-expressioneditor-collection-function-items {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 30px;
  bottom: 0;
  width: 100%;
  height: auto;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-treelist-text {
  font-size: 11px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 0px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  padding-left: 17px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header {
  padding-left: 5px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item {
  padding-left: 33px;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-treelist-wrapper {
  max-height: none;
  overflow: visible;
}
.dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-description {
  padding: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.ace_tooltip.ace_doc-tooltip {
  padding: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content {
  max-height: 557px;
  max-width: 650px;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content {
  padding: 10px;
}
.dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content .dx-format-string-value .dx-texteditor-input {
  font-size: 14px;
  padding: 7px 9px 8px;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-left {
  float: right;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-right {
  float: right;
  padding-right: 29px;
  padding-left: 0;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-add {
  float: left;
}
.dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-list .dx-image-filtereditor-remove {
  float: left;
}
.dx-format-string .dx-format-string-content {
  width: 628px;
  height: 100%;
  padding: 3px 10px;
  line-height: normal;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-left {
  float: left;
  width: 190px;
  height: 100%;
  display: inline-block;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right {
  float: left;
  width: 418px;
  height: 100%;
  display: inline-block;
  padding-left: 29px;
  position: relative;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats {
  width: 100%;
  height: 250px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-list {
  height: 201px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-value {
  display: inline-block;
  height: 36px;
  width: 278px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-add {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 105px;
  height: 100%;
  margin: 0;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area {
  width: 100%;
  margin-top: 24px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-area-caption {
  padding-bottom: 3px;
  height: 22px;
  font-size: 14px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-value {
  border-width: 1px;
  border-style: solid;
  height: 64px;
  line-height: 56px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  overflow: hidden;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-value .dx-format-string-preview-value-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general {
  margin-top: 54px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general .dx-format-string-preview-value {
  height: 176px;
  line-height: 164px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-customization-general-value.dx-format-string-value {
  height: 36px;
  width: 100%;
  margin-bottom: 7px;
}
.dx-format-string .dx-format-string-content .dx-format-string-content-area-title {
  padding: 5px 0px;
  width: 100%;
  height: 29px;
  font-size: 14px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 360px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-image-filtereditor-remove {
  float: right;
  width: 24px;
  height: 24px;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-list-item:first-of-type {
  border-top: none;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-list-item:last-of-type .dx-theme-border-color {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-format-string .dx-format-string-content .dx-format-string-list .dx-empty-message {
  border-top: none;
}
.dxrd-bordereditor {
  width: 100%;
}
.dxrd-bordereditor .dxrd-bordereditor-content {
  letter-spacing: -3px;
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-size: 12px 12px;
  position: relative;
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-right-margin {
  margin-right: 20px;
}
.dxrd-textalignment-editor {
  width: 100%;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button {
  margin: -1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-size: 16px 16px;
  position: relative;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-label {
  display: inline-block;
  min-width: 70px;
}
.dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-margin-top {
  margin-top: -5px;
}
.propertygrid-editor-displayName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.propertygrid-editor-collapsed {
  position: absolute;
  top: 14px;
}
.dxrd-ellipsis-button .dx-dropdowneditor-icon:before {
  content: "";
}
.dxrd-ellipsis-button .dxrd-ellipsis-image {
  background-size: 16px 16px;
  background-position: center;
  position: relative;
}
.dxrd-ellipsis-button .dxrd-ellipsis-image svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-formatting-rule-collection-editor .dxrd-group-header {
  position: relative;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  margin-top: 9px;
}
.dx-ltr .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  float: right;
}
.dx-rtl .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox {
  float: left;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-collapsed {
  margin-top: 16px;
  position: absolute;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  position: absolute;
  top: 0;
  bottom: 0;
}
.dx-ltr .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  left: 28px;
  right: 56px;
}
.dx-rtl .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName {
  right: 28px;
  left: 56px;
}
.dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName .propertygrid-editor-displayName {
  text-transform: none;
  font-size: 11px;
}
.dxrd-string-array-container {
  height: 100px;
  margin-right: 16px;
  margin-left: 19px;
}
.dxrd-string-array-container .dxrd-string-array-textarea {
  height: 100%;
  width: 100%;
  resize: none;
}
.dxrd-accordion-collection-item .dx-accordion-header {
  position: relative;
}
.dxrd-accordion-collection-item .dx-accordion-header > div .dx-group-header-font {
  margin-top: -1px;
  text-transform: none;
  font-size: 11px;
}
@media screen and (min-width:0\0) {
  .dxd-track-cursor {
    background-color: rgba(255, 255, 255, 0);
  }
}
.resizing {
  border: black 2px dotted;
  overflow: hidden;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.dx-editors .dx-property-grid-search-group {
  position: absolute;
  width: 100%;
  height: 28px;
  overflow: hidden;
  transition: width 0.25s;
}
.dx-ltr.dx-editors .dx-property-grid-search-group {
  right: 0;
}
.dx-rtl.dx-editors .dx-property-grid-search-group {
  left: 0;
}
.dx-editors .dx-property-grid-search-group.dx-property-gread-search-collapsed {
  width: 28px;
}
.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  position: absolute;
  height: 28px;
  top: 0;
  display: inline-block;
}
.dx-ltr.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  left: 34px;
  right: -16px;
}
.dx-rtl.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box {
  left: -16px;
  right: 34px;
}
.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box .dx-placeholder {
  margin-top: 0;
  margin-top: initial;
}
.dx-editors .dx-property-required::after {
  content: " *";
  color: red;
}
.dx-editors .dx-widget .dx-dropdowneditor-icon {
  padding: 0;
}
.dx-editors .dxrd-image-padding {
  padding: 12px;
}
.dx-editors .dx-field-value > .dxrd-collectioneditor-action {
  margin-top: 0;
}
.dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dxrd-collectioneditor-action {
  margin-top: 1px;
}
.dx-editors .dxrd-collectioneditor-action {
  width: 24px;
  height: 24px;
  padding: 0;
}
.dx-ltr.dx-editors .dxrd-collectioneditor-action {
  float: right;
}
.dx-rtl.dx-editors .dxrd-collectioneditor-action {
  float: left;
}
.dx-editors .dxrd-editor .dx-fieldset {
  margin: 0;
  padding: 0;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 16px;
  min-height: 26px;
  box-sizing: content-box;
  margin: 0;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-label {
  padding-top: 6px;
  font-size: 11px;
  width: 30%;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-value {
  padding: 0;
  position: relative;
}
.dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-top: 0;
}
.dx-editors .dx-button-has-icon .dx-button-content {
  padding: 0;
}
.dx-editors .dx-icon-dxrd {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  line-height: 12px;
}
.dx-editors .dx-icon-dxrd svg {
  width: 12px;
  height: 12px;
}
.dx-editors .dxrd-group-header-font {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
}
.dx-ltr.dx-editors .dxrd-group-header-font {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-group-header-font {
  padding-right: 15px;
}
.dx-editors .dxrd-group-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.dx-ltr.dx-editors .dxrd-group-header {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-group-header {
  padding-right: 15px;
}
.dx-ltr.dx-editors .dxrd-group-header {
  padding-left: 13px;
}
.dx-rtl.dx-editors .dxrd-group-header {
  padding-right: 13px;
}
.dx-editors .dxrd-group-header-collapsed {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-editors .dxrd-properties-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  /*.dxrd-properties-focused-item-image {
            width: 24px;
            height: 24px;
            position: relative;
            top: 6px;

            .dx-ltr& {
                left: 20px;
            }

            .dx-rtl& {
                right: 20px;
            }
        }*/
}
.dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-texteditor,
.dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label {
  padding-left: 0px;
  padding-right: 13px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label {
  padding-left: 13px;
  padding-right: 0px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 16px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-left: 16px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-popup-general {
  margin-right: 16px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-popup-general {
  margin-left: 16px;
}
.dx-editors .dxrd-properties-wrapper .dx-datebox-container > .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 0;
  margin-left: 0;
  min-width: 100%;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-datebox-container {
  margin-right: 16px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-datebox-container {
  margin-left: 16px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right) {
  margin-right: 30px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right) {
  margin-left: 30px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  border-bottom: none;
  padding-top: 3px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-left: 15px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-right: 15px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-left: 13px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header {
  padding-right: 13px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  height: 28px;
  position: relative;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  margin-left: 16px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header {
  margin-right: 16px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  position: absolute;
  height: 28px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  left: 0;
  right: 32px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content {
  left: 32px;
  right: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  position: absolute;
  height: 28px;
  overflow: hidden;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  left: 0;
  right: 31px;
  transition: right 0.25s;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group.dx-property-gread-search-collapsed {
  right: 100%;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group {
  left: 31px;
  right: 0;
  transition: left 0.25s;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group.dx-property-gread-search-collapsed {
  left: 100%;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  height: 28px;
  position: absolute;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  left: 0;
  right: 74px;
  margin-right: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor {
  left: 74px;
  right: 0;
  margin-left: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  position: absolute;
  width: 68px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  right: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container {
  left: 0;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-search-group .dx-property-grid-sorting-action {
  margin-left: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-search-group .dx-property-grid-sorting-action {
  margin-right: 0;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  margin-left: 3px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action {
  margin-right: 3px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  line-height: 16px;
}
.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd svg {
  width: 16px;
  height: 16px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid {
  border-top-width: 1px;
  border-top-style: solid;
  height: auto;
  overflow: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 90px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action {
  position: relative;
  display: inline-block;
  padding: 4px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 12px 12px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box {
  position: absolute;
  top: 8px;
  width: 9px;
  height: 9px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside {
  margin-top: 1px;
  width: 7px;
  height: 7px;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box {
  right: 0;
}
.dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside {
  margin-left: 1px;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box {
  left: 0;
}
.dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside {
  margin-right: 1px;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-modified .dxrd-editormenu-box-inside:not(.dxrd-editormenu-usestyle) {
  background-color: white;
}
.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-usestyle .dxrd-editormenu-box-inside {
  background-color: lightblue;
}
.dx-editors .dxrd-properties-wrapper .dxrd-collapsed {
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  position: absolute;
  width: auto;
}
.dx-ltr.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  left: 16px;
  right: 60%;
}
.dx-rtl.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header {
  left: 60%;
  right: 16px;
}
.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed {
  top: 7px;
}
.dx-designer {
  width: 100%;
  height: 100%;
  line-height: normal;
  pointer-events: auto;
}
.dx-designer .dx-ltr .dx-fieldset .dx-field-value > .dx-checkbox {
  float: left;
}
.dx-designer .dx-rtl .dx-fieldset .dx-field-value > .dx-checkbox {
  float: right;
}
.dx-designer .dxrd-radio-nowrap-ellipsis .dx-radiobutton {
  table-layout: fixed;
  width: 100%;
}
.dx-designer .dxrd-radio-nowrap-ellipsis .dx-radio-value-container {
  width: 32px;
}
.dx-designer .dxrd-radio-nowrap-ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dx-designer .dx-filtereditor .dx-overlay-content .dx-popup-content {
  padding: 20px;
}
.dx-designer .dx-popup-wrapper .dx-overlay-shader {
  background: rgba(0, 0, 0, 0.75);
  opacity: inherit;
}
.dx-designer .dx-invalid.dx-dropdowneditor:not(.dx-tagbox) .dx-texteditor-container:after {
  right: 24px;
  margin-top: 0;
}
.dx-designer .dx-invalid.dx-texteditor .dx-texteditor-container:after {
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 5px;
  margin-top: 0;
}
.dx-designer .dxrd-editor-content.dx-accordion-content .dx-field > .dx-field-label {
  padding-left: 19px;
}
.dx-designer .dx-accordion-content {
  position: relative;
}
.dx-designer .dx-accordion-content .dx-accordion-content-loading-panel {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) {
  height: 26px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
  min-height: 0;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder {
  font-size: 11px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -2px;
}
.dx-designer .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-numberbox-spin-container {
  width: 24px;
  min-width: 24px;
}
.dx-designer .dx-texteditor .dx-texteditor-input {
  font-size: 11px;
  min-height: 26px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.dx-designer .dx-texteditor .dx-placeholder {
  font-size: 11px;
}
.dx-designer .dx-texteditor.dx-state-readonly.dx-widget,
.dx-designer .dx-texteditor.dx-state-readonly .dx-widget {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  zoom: 1;
  cursor: default;
}
.dx-designer .dx-texteditor.dx-state-readonly.dx-widget .dx-widget,
.dx-designer .dx-texteditor.dx-state-readonly .dx-widget .dx-widget {
  opacity: 1;
}
.dx-designer .dx-dropdowneditor {
  height: 26px;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-input-wrapper {
  margin-right: 0;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-button {
  width: 24px;
  min-width: 24px;
}
.dx-designer .dx-dropdowneditor .dx-dropdowneditor-icon {
  width: 100%;
}
.dx-designer .dx-selectbox {
  height: 26px;
}
.dx-designer .dx-selectbox .dx-selectbox-container {
  height: 100%;
}
.dx-designer .dx-selectbox-arrow-container {
  height: 24px;
  width: 24px;
}
.dx-designer .dx-selectbox-arrow-container .dx-selectbox-arrow {
  top: 10px;
  left: 8px;
}
.dx-designer .dx-field-value > .dx-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.dx-designer .dx-colorbox {
  display: block;
}
.dx-designer .dx-colorbox-input-container {
  height: 100%;
}
.dx-designer .dx-popup-wrapper .dx-colorbox-overlay .dx-popup-content {
  padding: 20px;
}
.dx-designer .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 11px;
}
.dx-designer .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 12px;
}
.dx-designer .dx-designer-viewport {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container {
  border-radius: 0;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dx-popup-content {
  font-size: 12px;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item {
  display: inline-block;
  padding: 6px;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image {
  padding: 12px;
  position: relative;
}
.dx-designer .dx-designer-viewport .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-designer .dx-designer-viewport .dx-popup-content {
  padding: 0;
}
.dx-designer .dx-designer-viewport .dx-popup-content .dxrd-editor-menu-caption {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dx-menu-item.dx-state-hover {
  background-color: transparent;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dx-menu-items-container {
  width: 100%;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dxrd-editor-menu-item-separator {
  border-top-width: 1px;
  border-top-style: solid;
}
.dx-designer .dx-designer-viewport .dxrd-editor-menu .dxrd-editor-menu-item .dx-menu-item-text {
  padding-left: 6px;
}
.dx-designer .dx-designer-viewport .dx-rtl .dxrd-editor-menu-item {
  padding-right: 6px;
  padding-left: 0;
}
.dx-designer .dx-property-grid-sorting-action.dxd-state-active .dxd-icon-fill,
.dx-designer .dxrd-properties-grid-action-image:hover .dxd-icon-fill,
.dx-designer .dx-font-style-button:hover .dxd-icon-fill,
.dx-designer .bordereditor-button:hover .dxd-icon-fill,
.dx-designer .dxd-list-item-back-color:hover .dx-treelist-selectedcontent .dxd-icon-fill {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dx-designer .dxrd-tab-item .dxd-icon-fill {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dx-designer .dx-fieldlistpicker .dx-texteditor-input:-moz-read-only {
  cursor: pointer;
}
.dx-designer .dx-fieldlistpicker .dx-texteditor-input:read-only {
  cursor: pointer;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-right {
  right: 0;
  z-index: 1;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-right.dxrd-tab-panel-border {
  border-left-width: 1px;
  border-left-style: solid;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-left {
  left: 0;
  z-index: 1;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-left.dxrd-tab-panel-border {
  border-right-width: 1px;
  border-right-style: solid;
}
.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-empty {
  display: none;
  width: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse.dxrd-tab-panel-right {
  right: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse.dxrd-tab-panel-right .dxrd-right-panel-collapse-image {
  right: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse.dxrd-tab-panel-left {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse.dxrd-tab-panel-left .dxrd-right-panel-collapse-image {
  left: 0;
  transform: rotate(180deg);
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse.dxrd-tab-panel-left .dxrd-image-propertygrid-expand {
  transform: rotate(180deg);
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-left {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-right {
  right: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-left {
  left: 50px;
}
.dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-right {
  right: 50px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 9px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container .dxrd-treelist-search-panel {
  height: 28px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  padding-right: 32px;
  padding-left: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container {
  padding-right: 16px;
  padding-left: 32px;
}
.dxrd-designer-wrapper.dx-rtl {
  text-align: right;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-container {
  float: right;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-container .dx-overlay-wrapper {
  right: -8px;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-menu-break {
  right: -5px;
}
.dxrd-designer-wrapper.dx-ltr {
  text-align: left;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-container {
  float: left;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-container .dx-overlay-wrapper {
  left: -8px;
}
.dxrd-designer-wrapper.dx-ltr .dxrd-menu-break {
  left: -5px;
}
.dxrd-designer-wrapper {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.dxrd-designer-wrapper ::-webkit-scrollbar {
  width: 16px;
}
.dxrd-designer-wrapper .dxd-snap-lines-holder {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxd-snap-lines-holder .dxd-snap-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 1px solid red;
  border-left: 1px solid red;
  transform-origin: 0% 0%;
  transform: matrix(0, 0, 0, 0, 0, 0);
}
.dxrd-designer-wrapper .dxrd-drag-helper-item {
  position: absolute;
  border: 1px solid blue;
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-drag-helper-control {
  z-index: 1;
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-locked > .dxrd-drag-helper-control {
  border: 1px solid orangered;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper {
  height: 100%;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper .dx-popover-arrow:after {
  background: white;
}
.dxrd-designer-wrapper .dxrd-menu-container .dx-overlay-wrapper .dx-overlay-content {
  height: 100%;
  border-radius: 0;
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-menu-container > .dx-overlay-wrapper > .dx-overlay-content {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
.dxrd-designer-wrapper .dxrd-menu-button {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  width: 64px;
  height: 64px;
}
.dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image {
  /*.dxrd-image-menu;*/
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 24px 24px;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-menu-break {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  z-index: -1;
  transform: rotate(45deg);
}
.dxrd-designer-wrapper .dxrd-menu-item {
  letter-spacing: -10px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  overflow: hidden;
  /*color: #000;*/
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item {
  padding-left: 10px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item {
  padding-right: 10px;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  padding: 16px;
  vertical-align: middle;
  line-height: normal;
  background-size: 24px 24px;
  background-position: center;
  position: relative;
  height: 40px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  float: left;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image {
  float: right;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: normal;
  cursor: default;
  line-height: 40px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  padding-left: 12px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text {
  padding-right: 12px;
}
.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-separator {
  height: 1px;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  position: absolute;
  top: 0;
  height: 64px;
  min-width: 800px;
  left: 64px;
  right: 375px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  left: 375px;
  right: 64px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar {
  padding-left: 12px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar {
  padding-right: 12px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item {
  position: relative;
  display: inline-block;
  padding: 16px 4px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image {
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: relative;
  background-size: 24px 24px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  border-right-width: 1px;
  border-right-style: solid;
  position: absolute;
  top: 15px;
  height: 34px;
  width: 1px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  left: -2px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator {
  right: -2px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom {
  position: relative;
  display: inline-block;
  padding: 16px 4px;
  vertical-align: top;
  padding-top: 18px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image {
  padding: 0;
  width: 32px;
  height: 32px;
  background-position: center center;
  position: relative;
  background-size: 24px 24px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  border-right-width: 1px;
  border-right-style: solid;
  position: absolute;
  top: 15px;
  height: 34px;
  width: 1px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  left: -2px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator {
  right: -2px;
}
.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-zoom-editor {
  width: 80px;
  height: 27px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper {
  width: 64px;
  height: auto;
  position: absolute;
  top: 65px;
  bottom: 0;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 5px;
}
.dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 6px;
}
.dxrd-designer-wrapper .dxrd-toolbox-item {
  margin: 8px 16px;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding {
  padding: 0;
  width: 32px;
  height: 32px;
  background-size: 24px 24px;
  background-position: center center;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding:hover {
  background-color: inherit;
}
.dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-disabled-button {
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper {
  position: absolute;
  top: 84px;
  left: 64px;
  right: 375px;
  text-align: center;
  min-width: 100px;
  direction: ltr;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface {
  height: 100%;
  display: inline-block;
}
.dxrd-designer-wrapper .dx-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.dxrd-designer-wrapper .dx-tab-panel-collapsed .dxrd-right-panel {
  display: none;
}
.dxrd-designer-wrapper .dxrd-right-panel {
  position: absolute;
  top: 20px;
  bottom: 0px;
  width: 325px;
  cursor: default;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding-top: 3px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: 15px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: 15px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: 13px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: 13px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-right: 0;
  padding-right: initial;
  margin-right: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header {
  padding-left: 0;
  padding-left: initial;
  margin-left: 16px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body {
  position: absolute;
  top: 49px;
  bottom: 0px;
  height: auto;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content {
  padding-top: 6px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content.dxrd-export-options-content {
  padding-top: 12px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper {
  position: relative;
  overflow: auto;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-right-panel-body {
  top: 85px;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  display: inline-block;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  float: left;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-fieldslist-wrapper-header {
  float: right;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .propertygrid-editor-checkbox {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dx-popup-general {
  margin-right: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 20px;
}
.dxrd-designer-wrapper .dxrd-right-tabs.dxrd-tab-panel-empty {
  display: none;
  width: 0;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding {
  padding: 0px;
  width: 50px;
  height: 48px;
  background-size: 24px 24px;
  background-position: center center;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-right-tabs .dxrd-tab-item-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-transform-origin-left-top {
  transform-origin: 0% 0%;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse {
  height: 20px;
  position: absolute;
  top: 0;
}
.dxrd-designer-wrapper .dxrd-right-panel-collapse .dxrd-right-panel-collapse-image {
  height: 20px;
  width: 20px;
  position: absolute;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable:not(.drop-before):not(.drop-after)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-before .dx-treelist-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
  top: -2px;
  height: 4px;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-after .dx-treelist-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(252, 9, 32, 0.25);
  z-index: 1;
  bottom: -2px;
  height: 4px;
}
.dx-designer .dx-treelist .dxrd-treelist-droppable.dxrd-drop-approve:not(.drop-before):not(.drop-after)::before,
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-before.dxrd-drop-approve .dx-treelist-caption::before,
.dx-designer .dx-treelist .dxrd-treelist-droppable.drop-after.dxrd-drop-approve .dx-treelist-caption::before {
  background: rgba(10, 222, 93, 0.25);
}
.dx-designer-viewport .dx-treelist-wrapper .dx-scrollable-container {
  max-height: 200px;
  cursor: default;
}
.dx-designer-viewport .dxd-opacity-60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.dx-designer-viewport .dxd-opacity-80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dx-designer-viewport .dx-border-inheritor {
  border-width: 0;
  stroke-width: 0;
}
.dx-designer-viewport .dx-background-inheritor {
  display: inline;
  font-size: 0;
}
.dx-designer-viewport .dxrd-disabled-button {
  opacity: 0.3;
  pointer-events: none;
}
.dx-designer-viewport .dxd-state-no-hover {
  cursor: default;
}
.dx-designer-viewport .dx-fontsize-reestablished {
  font-size: 14px;
}
.dx-designer-viewport .dx-default-border-style {
  border-width: 1px;
  border-style: solid;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@devexpress/analytics-core/dist/css/dx-analytics.greenmist.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/**
* DevExpress Analytics (dist\css\dx-analytics.greenmist.css)
* Version:  21.1.5
* Build date: Aug 2, 2021
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dx-designer-viewport {
  /* Borders -------------------------*/
  /* Icons -------------------------*/
  /* Text -------------------------*/
  /* Background -------------------------*/
  /* Customization -------------------------*/
  /* AceEditor -------------------------*/
  /* DevExtreme -------------------------*/
}
.dx-designer-viewport .dxd-border-primary {
  border-color: #E3E3E3;
}
.dx-designer-viewport .dxd-border-secondary {
  border-color: #DEDEDE;
}
.dx-designer-viewport .dxd-border-accented {
  border-color: #3CBAB2;
}
.dx-designer-viewport .dxd-back-contrast .dxd-border-primary {
  border-color: #A0BEC4;
}
.dx-designer-viewport .dx-accessibility-border-accented {
  outline-color: #3CBAB2;
}
.dx-designer-viewport .dx-accessibility-focus-border-accented,
.dx-designer-viewport .dx-accessibility-focus-border-accented:focus {
  outline-color: #3CBAB2;
}
.dx-designer-viewport .dxd-icon-accented .dxd-icon-fill {
  fill: #3CBAB2;
}
.dx-designer-viewport .dxd-icon-fill {
  fill: #5E7B82;
}
.dx-designer-viewport .dxd-back-contrast .dxd-icon-fill {
  fill: #A0BEC4;
}
.dx-designer-viewport .dxd-state-active .dxd-icon-fill,
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted:hover .dxd-icon-fill,
.dx-designer-viewport .dx-menu-item.dx-state-focused .dxd-icon-fill {
  fill: #F5F5F5;
}
.dx-designer-viewport .dxd-text-primary {
  color: #28484F;
}
.dx-designer-viewport .dxd-text-info {
  color: #405B62;
}
.dx-designer-viewport .dxd-text-accented {
  color: #3CBAB2;
}
.dx-designer-viewport .dxd-state-active .dxd-text-primary,
.dx-designer-viewport .dxd-back-contrast .dxd-text-primary {
  color: #F5F5F5;
}
.dx-designer-viewport .dxd-back-primary {
  background-color: #EBEBEB;
}
.dx-designer-viewport .dxd-back-primary2 {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxd-back-secondary {
  background-color: #E3E3E3;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-normal:hover:not(.dxd-state-no-hover) {
  background-color: #DEDEDE;
}
.dx-designer-viewport .dxd-back-highlighted:hover:not(.dxd-state-no-hover) {
  background-color: #EBEBEB;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-selected,
.dx-designer-viewport .dxd-back-highlighted.dxd-state-selected:hover {
  background-color: #DEDEDE;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-active {
  background-color: #A0BEC4;
}
.dx-designer-viewport .dxd-back-highlighted.dxd-state-active:hover:not(.dxd-state-no-hover) {
  background-color: #5E7B82;
}
.dx-designer-viewport .dxd-back-contrast {
  background-color: #5E7B82;
}
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted.dxd-state-active,
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted.dxd-state-active:hover,
.dx-designer-viewport .dxd-back-contrast .dxd-back-highlighted:hover {
  background-color: #405B62;
}
.dx-designer-viewport .dxd-back-accented {
  background-color: #3CBAB2;
}
.dx-designer-viewport .dxd-scrollbar-color {
  scrollbar-face-color: #E3E3E3;
  scrollbar-track-color: #A0BEC4;
  scrollbar-arrow-color: #5E7B82;
  -ms-scrollbar-face-color: #E3E3E3;
  -ms-scrollbar-track-color: #A0BEC4;
  -ms-scrollbar-arrow-color: #5E7B82;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar-corner {
  background-color: #E3E3E3;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar {
  background-color: #E3E3E3;
}
.dx-designer-viewport .dxd-scrollbar-color ::-webkit-scrollbar-thumb {
  background-color: #A0BEC4;
}
.dx-designer-viewport .dxrd-scripts-editor.ace_editor,
.dx-designer-viewport .dx-sql_editor.ace_editor,
.dx-designer-viewport .dx-expressioneditor-textarea.ace_editor,
.dx-designer-viewport .dx-filtereditor-ace.ace_editor {
  background-color: #F5F5F5;
}
.dx-designer-viewport .dxrd-scripts-editor.ace_editor .ace_gutter,
.dx-designer-viewport .dx-sql_editor.ace_editor .ace_gutter,
.dx-designer-viewport .dx-expressioneditor-textarea.ace_editor .ace_gutter,
.dx-designer-viewport .dx-filtereditor-ace.ace_editor .ace_gutter {
  background-color: #EBEBEB;
  color: #28484F;
  border-color: #E3E3E3;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab {
  background-color: #F5F5F5;
  border-color: #A0BEC4;
  color: #28484F;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab:hover {
  background-color: #EBEBEB;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-icon {
  color: #405B62;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected {
  color: #F5F5F5;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected,
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected:hover {
  background-color: #A0BEC4;
}
.dx-designer-viewport .dxrd-navigation-panel-wrapper .dx-tab.dx-tab-selected .dx-icon {
  color: #F5F5F5;
}
/* FilterEditor -------------------------*/
.dx-filtereditor .dxd-filter-editor-group-back-color {
  background-color: rgba(247, 74, 94, 0.3);
}
.dx-filtereditor .dxd-filter-editor-group-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(247, 74, 94, 0.5);
}
.dx-filtereditor .dxd-filter-editor-group-back-color.dxd-state-selected {
  background-color: #f74a5e;
}
.dx-filtereditor .dxd-filter-editor-field-back-color {
  background-color: rgba(60, 186, 178, 0.3);
}
.dx-filtereditor .dxd-filter-editor-field-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(60, 186, 178, 0.5);
}
.dx-filtereditor .dxd-filter-editor-field-back-color.dxd-state-selected {
  background-color: #3cbab2;
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color {
  background-color: rgba(255, 200, 82, 0.3);
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(255, 200, 82, 0.5);
}
.dx-filtereditor .dxd-filter-editor-parameter-back-color.dxd-state-selected {
  background-color: #ffc852;
}
.dx-filtereditor .dxd-filter-editor-operator-back-color {
  background-color: rgba(92, 184, 92, 0.3);
}
.dx-filtereditor .dxd-filter-editor-operator-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(92, 184, 92, 0.5);
}
.dx-filtereditor .dxd-filter-editor-operator-back-color.dxd-state-selected {
  background-color: #5cb85c;
}
.dx-filtereditor .dxd-filter-editor-value-back-color {
  background-color: rgba(222, 222, 222, 0.5);
}
.dx-filtereditor .dxd-filter-editor-value-back-color:hover:not(.dxd-state-no-hover) {
  background-color: rgba(222, 222, 222, 0.5);
}
.dx-filtereditor .dxd-filter-editor-text-color {
  color: #28484f;
  fill: #28484f;
}
.dx-filtereditor .dxd-filter-editor-text-color.dxd-state-selected {
  color: #FFF;
}
.dx-filtereditor .dxd-state-selected .dxd-filter-editor-text-color {
  color: #FFF;
}
.dx-filtereditor .dxd-filter-editor-add-icon-fill-color {
  fill: #5cb85c;
}
.dx-filtereditor .dxd-filter-editor-remove-icon-fill-color {
  fill: #f74a5e;
}
/* QueryBuilder -------------------------*/
.dx-querybuilder .dxd-qb-relationship-line-color {
  stroke: #A0BEC4;
}
.dx-querybuilder .dxdd-connector.dxd-state-selected .dxd-qb-relationship-line-color {
  stroke: #3CBAB2;
}
/* Wizard -------------------------*/

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@devexpress/analytics-core/dist/css/dx-querybuilder.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
* DevExpress Analytics (dist\css\dx-querybuilder.css)
* Version:  21.1.5
* Build date: Aug 2, 2021
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dxrd-control {
  border-width: 0px;
  border-style: none;
  background: none;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dxrd-control-content-main {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
}
.dxdd-connecting-point {
  border-width: 0px;
  border-style: none;
  position: absolute;
  background: none;
}
.dxdd-connecting-point:hover line {
  stroke: #ff0000;
}
.dxdd-connection-line {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.dxdd-connection-line line,
.dxdd-connection-line polyline {
  stroke-width: 1;
}
.dxdd-connection-line-draggable line,
.dxdd-connection-line-draggable polyline {
  stroke: inherit;
}
.dxdd-connector.dxd-state-selected line,
.dxdd-connector.dxd-state-selected polyline {
  stroke: inherit;
}
.inline-text-edit {
  width: 100%!important;
  height: 100%!important;
  margin: 0;
}
.inline-text-edit .dx-texteditor-input {
  background-color: white;
  color: black;
}
.dxdd-connector {
  border-width: 0px;
  border-style: none;
  background: none;
  position: absolute;
}
.dxdd-connector .dxrd-control {
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -3px;
  background: none;
  border: 1px solid blue;
  z-index: 1;
}
.dxdd-connector .dxdd-connection-line {
  overflow: visible;
}
.dxrd-focused,
.dxrd-selected {
  z-index: 2;
}
.dxrd-focused .ui-resizable-handle,
.dxrd-selected .ui-resizable-handle {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 1px;
  border: 1px solid #333;
  visibility: inherit;
}
.dxrd-focused .ui-resizable-nw,
.dxrd-selected .ui-resizable-nw {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.dxrd-focused .ui-resizable-n,
.dxrd-selected .ui-resizable-n {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.dxrd-focused .ui-resizable-ne,
.dxrd-selected .ui-resizable-ne {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.dxrd-focused .ui-resizable-w,
.dxrd-selected .ui-resizable-w {
  top: 50%;
  margin-top: -4px;
  left: -8px;
  cursor: w-resize;
}
.dxrd-focused .ui-resizable-e,
.dxrd-selected .ui-resizable-e {
  top: 50%;
  margin-top: -4px;
  right: -8px;
  cursor: e-resize;
}
.dxrd-focused .ui-resizable-sw,
.dxrd-selected .ui-resizable-sw {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.dxrd-focused .ui-resizable-s,
.dxrd-selected .ui-resizable-s {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.dxrd-focused .ui-resizable-se,
.dxrd-selected .ui-resizable-se {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}
.dxqb-designer .dxqb-text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dxqb-designer .dxqb-table-resize-ghost.ui-resizable-resizing {
  position: absolute;
  z-index: 3;
  border: 1px solid #0000ff;
}
.dxqb-designer .dxqb-table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: normal;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: default;
  border-bottom: none;
}
.dxqb-designer .dxqb-table .dx-checkbox-container {
  display: block;
}
.dxqb-designer .dxqb-table .dx-checkbox-container .dx-checkbox-icon {
  height: 12px;
  width: 12px;
  font-size: 8px;
}
.dxqb-designer .dxqb-table .dxqb-table-loading .dxqb-table-loading-text {
  display: inline-block;
  line-height: 100px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 11px;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  box-sizing: border-box;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  padding-bottom: 2px;
  margin-top: 12px;
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dxqb-designer .dxqb-table .dxqb-table-field {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 32px;
  line-height: 32px;
  margin: 0 1px 0 1px;
  box-sizing: content-box;
  position: relative;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-background {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-top: 10px;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content {
  font-size: 11px;
  height: 100%;
  box-sizing: border-box;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state {
  display: block;
  height: 100%;
  padding-top: 1px;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state .dxqb-image-field-state {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: center;
  box-sizing: content-box;
  position: relative;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-state .dxqb-image-field-state svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-caption {
  cursor: default;
  display: block;
  height: 100%;
  overflow: hidden;
}
.dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-content .dxqb-table-field-caption .dxqb-table-field-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  height: 100%;
}
.dxqb-designer .dxqb-table .dxqb-table-field-selected-base {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined .dxqb-table-field-background {
  opacity: 0.2;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-joined:hover .dxqb-table-field-background {
  opacity: 0.4;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active .dxqb-table-field-background {
  opacity: 0.8;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-active:hover .dxqb-table-field-background {
  opacity: 1;
  display: block;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-invalid {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
  border-color: inherit;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-invalid .dxd-qb-table-field-text-color {
  color: #d9534f;
}
.dxqb-designer .dxqb-table .dxqb-table-field.dxd-state-hovered {
  border-width: 1px;
  border-style: solid;
  margin: 0;
  margin-top: -1px;
  margin-bottom: 0px;
  box-sizing: content-box;
}
.dxqb-designer .dxqb-datamember-image {
  float: left;
  padding: 0;
  width: 16px;
  height: 30px;
  background-position: center center;
}
.dxqb-designer .dxqb-datamember-text {
  line-height: 30px;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #ffffff;
  margin-left: 7px;
  cursor: default;
}
.dxqb-designer .dxrd-right-panel {
  top: 0;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-editors {
  padding-top: 5px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field {
  padding: 0;
  background-color: transparent;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field .dx-field-label {
  width: 25%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-field .dx-field-value {
  width: 75%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-selected-properties.dx-fieldset {
  padding: 0px 25px 10px 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields {
  margin-top: 5px;
  overflow: hidden;
  max-height: 300px;
  width: 100%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper {
  max-height: 300px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container {
  max-height: 300px;
}
.dx-ltr.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container .dxrd-treelist-search-panel-container {
  padding-right: 9px;
  padding-left: 30px;
}
.dx-rtl.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-fields .dx-scrollable-wrapper .dx-scrollable-container .dxrd-treelist-search-panel-container {
  padding-right: 30px;
  padding-left: 9px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-parameters {
  width: 100%;
  height: 100%;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-parameters .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  position: relative;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-left: 30px;
  margin-right: 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) .dx-texteditor-container {
  margin-left: 6px;
  padding-right: 6px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-collectioneditor .dx-collectioneditor-header {
  margin-left: 30px;
  margin-right: 25px;
}
.dxqb-designer .dxrd-right-panel .dxrd-properties-wrapper .dx-collectioneditor .dx-collection-item {
  padding-left: 10px;
  padding-right: 25px;
}
.dx-querybuilder .dxqb-designer .dxrd-right-panel {
  right: 0;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper {
  left: 1px;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper .dx-scrollable-content {
  height: 100%;
}
.dx-querybuilder .dxqb-designer .dxrd-surface-wrapper .dx-scrollable-content .dx-scrollview-content {
  height: 100%;
}
.dx-querybuilder .dxqb-designer .dxrd-toolbar-wrapper {
  left: 0;
}
.dx-querybuilder .dxqb-designer .dxqb-table {
  text-align: left;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  float: left;
  padding-left: 1px;
  margin-left: 11px;
  margin-right: 4px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  float: left;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-left: 11px;
  margin-right: 14px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field-content .dxqb-table-field-state {
  float: right;
  padding-right: 5px;
}
.dx-querybuilder .dxqb-designer .dxqb-table .dxqb-table-field-content .dxqb-table-field-caption {
  padding-right: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel {
  left: 0;
  right: auto;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) {
  margin-right: 30px;
  margin-left: 25px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-right-panel .dxrd-properties-wrapper .dxqb-right-panel-search-box.dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right) .dx-texteditor-container {
  margin-right: 6px;
  padding-left: 6px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-surface-wrapper {
  right: 1px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-surface {
  float: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxrd-toolbar-wrapper {
  right: 0;
  left: auto;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table {
  text-align: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-head-field .dxqb-table-checkbox-all {
  float: right;
  padding-right: 1px;
  margin-right: 11px;
  margin-left: 4px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-head-field .dxqb-table-title {
  text-align: right;
  padding-right: 10px;
  padding-left: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper {
  float: right;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field .dxqb-table-field-checkbox-wrapper .dxqb-table-field-checkbox {
  margin-right: 11px;
  margin-left: 14px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field-content .dxqb-table-field-state {
  float: left;
  padding-left: 5px;
}
.dx-querybuilder .dxqb-designer.dx-rtl .dxqb-table .dxqb-table-field-content .dxqb-table-field-caption {
  padding-left: 5px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  z-index: 1;
  right: auto;
  right: initial;
  min-width: 0;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxqb-toolbar-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container {
  position: relative;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container .dxqb-toolbar-item-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: none;
  opacity: 0.7;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-toolbar-item .dxqb-toolbar-item-container:hover .dxqb-toolbar-item-background {
  display: block;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper {
  top: 1px;
  bottom: 1px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-ghost-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-placeholder {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  margin: 20px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-size: 24px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor {
  z-index: 1;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxd-state-joined,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxd-state-active {
  z-index: 2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused {
  z-index: 2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-handle,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-handle {
  border-width: 0px;
  border-style: none;
  top: 0;
  margin-top: 0;
  height: 100%;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-w,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-w {
  left: -4px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-selected .ui-resizable-e,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxd-track-cursor.dxrd-focused .ui-resizable-e {
  right: -4px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-table-background {
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  pointer-events: none;
  display: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxqb-table-border {
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxrd-selected .dxqb-table-background {
  display: block;
  opacity: 0.2;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxqb-main .dxrd-selected .dx-background-inheritor .dxqb-table-border {
  border-color: inherit;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line polyline {
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line marker {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line marker polyline {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable {
  position: absolute;
  overflow: visible;
  z-index: 1;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable polyline {
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable marker {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxdd-connection-line-draggable marker polyline {
  fill: none;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxdd-connection-line line,
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxdd-connection-line polyline {
  stroke-width: 3px;
}
.dx-querybuilder .dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-selected.dxdd-connector .dxrd-control {
  border-width: 0px;
  border-style: none;
}
.dxqb-preview {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 12px;
}
.dxqb-preview .dx-overlay-content {
  max-height: 95%;
  max-width: 95%;
  min-width: 450px;
  min-height: 330px;
}
.dxqb-preview .dxqb-preview-popup-content {
  height: 100%;
  padding-bottom: 76px;
  box-sizing: border-box;
}
.dxqb-preview .dxqb-show-query-string-content {
  height: 100%;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor {
  height: 100%;
  background: transparent;
  border-width: 0px;
  border-style: none;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor textarea {
  background: transparent;
  padding: 7px 21px 8px;
}
.dxqb-preview .dxqb-show-query-string-content .dxrd-show-query-string-editor .dxrd-show-query-string-editor-content {
  margin: 7px 21px 8px;
  height: 100%;
}
.dxqb-preview .dxqb-preview-popup-buttons {
  border-top-width: 1px;
  border-top-style: solid;
  bottom: 0;
  height: 69px;
  padding-top: 1px;
  position: absolute;
  width: 100%;
}
.dxqb-preview .dxqb-preview-popup-buttons .dxqb-preview-popup-button {
  text-align: center;
  margin: 15px;
  float: right;
  width: 97px;
}
.dx-rtl .dxqb-preview .dxqb-preview-popup-buttons .dxqb-preview-popup-button {
  float: left;
}
.dxqb-preview .dxd-tableview {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.dxqb-preview .dxd-tableview .dxd-tableview-cell {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-cell {
  direction: rtl;
}
.dxqb-preview .dxd-tableview .dxd-tableview-cell .dxd-tableview-cell-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  vertical-align: top;
  padding: 7px;
  box-sizing: content-box;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-cell .dxd-tableview-cell-text {
  text-align: right;
}
.dxqb-preview .dxd-tableview tr > .dxd-tableview-cell:first-child,
.dxqb-preview .dxd-tableview tr > .dxd-tableview-title-cell:first-child {
  border-left: 0;
}
.dxqb-preview .dxd-tableview tr {
  height: 30px;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles {
  position: relative;
  direction: ltr;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell {
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell {
  direction: rtl;
}
.dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell .dxd-tableview-cell-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  vertical-align: top;
  padding: 7px;
  box-sizing: content-box;
}
.dx-rtl .dxqb-preview .dxd-tableview .dxd-tableview-titles .dxd-tableview-title-cell .dxd-tableview-cell-text {
  text-align: right;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data {
  padding-bottom: 32px;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table {
  direction: ltr;
  min-height: 100%;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table .dxd-tableview-data-fakerow {
  height: auto;
}
.dxqb-preview .dxd-tableview .dxd-tableview-data table .dxd-tableview-data-fakerow .dxd-tableview-cell-text {
  padding: 0;
}
.dxqb-preview .dxd-tableview table {
  border-spacing: 0;
  min-width: 100%;
}
.dxqb-preview .dxd-tableview .dx-scrollable-content {
  height: 100%;
  padding: 0;
}
.dxqb-preview .dxd-tableview .dx-scrollable-content .dx-scrollview-content {
  height: 100%;
}
.dxqb-preview .dxd-tableview .dxd-tableview-empty-message {
  padding: 10px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable {
  width: 8px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll {
  width: 8px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover,
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active {
  width: 15px;
}
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-state-hover .dx-scrollable-scroll,
.dxqb-preview .dxd-tableview .dx-scrollbar-vertical.dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll {
  width: 15px;
}
.dx-fullscreen-wizard {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
  line-height: 1.35715;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1001;
}
.dx-ltr.dx-fullscreen-wizard {
  left: 50px;
  right: 0px;
}
.dx-rtl.dx-fullscreen-wizard {
  left: 0px;
  right: 50px;
}
.dx-designer .dx-fullscreen-wizard * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dx-fullscreen-wizard .dxrd-wizard {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  padding-right: 21px;
  padding-left: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile {
  position: absolute;
  overflow: hidden;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  height: 20px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list .dx-list-search,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list.dx-state-focused,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search.dx-state-focused,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list.dx-state-hover,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dx-list-with-search.dx-state-hover {
  border-color: inherit;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content {
  position: absolute;
  width: 100%;
  top: 30px;
  bottom: 0px;
  height: auto;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page {
  margin: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-disabled-content {
  margin: auto;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page {
  padding-top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-validationsummary {
  padding-right: 16px;
  padding-left: 14px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-dataMember {
  padding-top: 16px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid {
  position: absolute;
  width: 100%;
  bottom: 16px;
  top: 88px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid > div,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-editors,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-fieldset,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dx-field,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dxrd-jsonwizard-jsonstring-editor {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-json-string-source-grid .dxrd-jsonwizard-jsonstring-editor.dx-textarea.dx-invalid {
  height: calc(100% - 40px);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-add-queries-page .dxrd-treelist-search-panel {
  border-bottom: 0px;
  border-radius: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-add-queries-page .dxrd-treelist-search-panel .dx-texteditor {
  border: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page {
  padding-top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-dataMember {
  padding-top: 16px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-dataMember .dxrd-wizard-add-queries-page {
  top: 60px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-wizard-list {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-masterDetail-editor-complete-wizard {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dx-objectdatasource-types-section {
  height: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dx-objectdatasource-types-section .dxrd-treelist-search-panel {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dx-popup-normal {
  border-radius: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  width: 15%;
  max-width: 300px;
  height: 100%;
  min-width: 200px;
  display: inline-block;
  position: absolute;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  left: 0;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  right: 0;
}
.dx-designer-viewport-xs .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container {
  display: none;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative {
  position: relative;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 50px;
  padding-top: 15px;
  font-size: 13px;
  box-sizing: border-box;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  padding-right: 23px;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-content {
  padding-left: 23px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  left: -9px;
  transform: rotate(-45deg);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-steps-container .dxrd-wizard-steps-relative .dxrd-wizard-steps-marker {
  right: -9px;
  transform: rotate(45deg);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-navigation {
  padding: 0 30px 30px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content {
  width: calc(100% - 15%);
  max-width: calc(100% - 200px);
  height: 100%;
  display: inline-block;
  top: 0;
  right: 0;
  min-width: calc(100% - 300px);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content:not(.withoutPanel) {
  right: 0;
  left: inherit;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content:not(.withoutPanel) {
  left: 0;
  right: inherit;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel .dxrd-wizard-part-description-text {
  border-right-width: 1px;
  border-right-style: solid;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content.withoutPanel .dxrd-wizard-part-description-text {
  border-left-width: 1px;
  border-left-style: solid;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description .dxrd-wizard-part-description-text {
  padding-right: 30px;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-part-description .dxrd-wizard-part-description-text {
  padding-left: 30px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-work-content {
  width: 100%;
  height: calc(100% - 65px);
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-work-content-relative {
  position: relative;
  width: 100%;
  height: calc(100% - 65px);
}
.dx-designer-viewport-xs .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-accordion-content.dx-fieldset,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-accordion-content.dx-fieldset {
  padding: 15px 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-editors .dx-editor .dx-field-label.dx-accordion-header,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  right: auto;
  right: initial;
  left: 10%;
}
.dxrd-wizard {
  cursor: default;
}
.dxrd-wizard .dx-popup-content {
  padding: 0;
}
.dxrd-wizard .dx-background-inheritor .dxd-list-item-back-color:hover {
  background-color: inherit;
}
.dxrd-wizard .dxrd-wizard-header-custom {
  height: 55px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 8px;
}
.dxrd-wizard .dxrd-wizard-header-custom .dxrd-span-title {
  font-size: large;
}
.dxrd-wizard .dxrd-wizard-header-custom .dxrd-span-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 20px;
}
.dxrd-wizard .dxrd-wizard-content {
  top: 76px;
  bottom: 77px;
  position: absolute;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-button {
  margin: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page {
  height: 100%;
  padding: 20px 21px 20px 21px;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-wizard-connections {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-availabledatasources {
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page {
  padding-top: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-wizard-validationsummary {
  padding-right: 16px;
  padding-left: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxrd-jsonwizard-jsonstring-editor {
  min-height: 230px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-wizard-jsoneditor {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file {
  z-index: 15;
  width: 28px;
  height: 28px;
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 13px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file > div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dxd-back-primary2 {
  opacity: 0.75;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file:hover .dxd-back-primary2 {
  opacity: 1;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file:hover .dx-button {
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button {
  background: transparent;
  border-style: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button .dx-icon {
  width: 26px;
  height: 26px;
  background: transparent;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dxd-upload-file .dx-button .dx-icon > svg {
  width: 24px;
  height: 24px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter {
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor {
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-texteditor .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-label:not(.dx-accordion-empty) {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-value {
  width: 60%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-field-value.dx-widget {
  height: 36px;
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-field .dx-group-header-font {
  font-size: 12px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container {
  height: 44px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-collectioneditor .dx-collectioneditor-items .dx-collectioneditor-item-container .dx-field {
  display: flex;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-container {
  width: 33%;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-left-container {
  width: 33%;
  position: relative;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-left-container .dx-jsonwizard-parameter {
  left: 16px;
  right: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-middle-container {
  width: 33%;
  position: relative;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-middle-container .dx-jsonwizard-parameter {
  left: 2px;
  right: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-right-container {
  width: 33%;
  position: relative;
  float: right;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonsource-page .dx-jsonwizard-parameter-right-container .dx-jsonwizard-parameter {
  right: 0;
  left: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page {
  padding-top: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dx-field {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dx-field .dx-field-label {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-jsonschema-page .dxrd-wizard-add-queries-page {
  position: absolute;
  top: 48px;
  bottom: 0px;
  width: 100%;
  height: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-item,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list .dx-empty-message {
  border-width: 0px;
  border-style: none;
  margin-bottom: 1px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-treelist-item {
  height: auto;
  padding: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list {
  height: 286px;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list .dx-list-item-before-bag {
  display: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list .dx-list-search,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-list-with-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-list-title {
  margin-bottom: 10px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style {
  padding: 0px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-datasourceoperation,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dxrd-wizard-datasourceoperation {
  padding: 8px 20px;
  position: absolute;
  height: 65px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-default-border-style,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-default-border-style,
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-dataMember,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dxrd-wizard-dataMember,
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-filtereditor {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor-tree,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-filtereditor-tree {
  border-width: 0px;
  border-style: none;
  padding-left: 20px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-item-content.dx-list-item-content,
.dxrd-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page.dx-frameless-style .dx-item-content.dx-list-item-content {
  padding: 10px 20px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxa-no-data-message,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxa-no-data-message {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search .dx-texteditor-input,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search .dx-placeholder,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dxrd-treelist-search-panel.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dxrd-treelist-search-panel.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-types-page .dx-list-search.dx-state-hover,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-datamembers-page .dx-list-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  border-color: inherit;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search.dx-state-focused,
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-datamembers-section .dx-list-search.dx-state-hover {
  border-color: inherit;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dxrd-properties-wrapper {
  overflow: visible;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-label {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  height: 36px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-right: 40px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-texteditor {
  margin-left: 40px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field .dx-field-value .dx-popup-general {
  margin-left: 0px;
  margin-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dx-objectdatasource-parameters-section .dx-fieldset .dx-field.dxd-back-primary .dx-field-label {
  font-weight: bold;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box {
  top: 0px;
  width: 36px;
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box .dx-icon {
  width: 16px;
  height: 16px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-editormenu-box .dx-icon svg {
  width: 16px;
  height: 16px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent {
  padding-left: 0px;
  padding-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-action,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-action,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-action-edit,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-action-edit {
  vertical-align: top;
  margin-left: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-text-with-checkbox .dx-queryname-textbox,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-text-with-checkbox .dx-queryname-textbox {
  height: 24px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-text-with-checkbox,
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-left: 31px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist-item .dx-treelist-text-with-checkbox,
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-right: 31px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dx-radiogroup {
  margin-left: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-radio-nowrap-ellipsis {
  margin-top: 19px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-radio-nowrap-ellipsis .dx-radiobutton {
  table-layout: inherit;
  width: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dx-editquery-editor {
  margin-top: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header {
  position: relative;
  height: 20px;
  margin-top: 19px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header .dx-editquery-editor {
  margin-top: 0px;
  position: absolute;
  left: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-query-header .dxd-hyperlink-color {
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor {
  height: 182px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor.dxrd-wizard-list {
  height: 181px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor .dx-list-search {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-radius: inherit;
  margin-bottom: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor.dxrd-create-query-page-editor-border {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-create-query-page .dxrd-create-query-page-content .dxrd-create-query-page-editor .dxrd-create-query-page-editor-content {
  padding: 7px 9px 8px;
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-item-border-color {
  border-color: transparent;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item {
  border-width: 1px;
  border-style: solid;
  width: 120px;
  height: 150px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-image {
  width: 96px;
  height: 96px;
  margin: 15px auto 8px;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-image svg {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item .dxrd-wizard-type-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item:hover,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-type-page .dxrd-wizard-type-item.dxd-state-selected {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-navigation {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.dxrd-wizard.dxrd-wizard .dxrd-wizard-navigation {
  padding: 21px;
  height: auto;
}
.dxrd-querybuilder-popup.dxrd-wizard .dxrd-wizard-navigation {
  border-top-width: 1px;
  border-top-style: solid;
  height: 55px;
}
.dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn {
  text-align: center;
  margin-top: 10px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.dxrd-datasource-parameters {
  height: 100%;
  position: relative;
}
.dxrd-datasource-parameters .dxrd-collectioneditor-wizard-buttons {
  position: absolute;
  bottom: 24px;
}
.dxrd-datasource-parameters .dxrd-collectioneditor-action {
  width: auto;
  height: auto;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-header {
  line-height: 28px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection {
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 71px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-datasource-parameters-container {
  border-width: 1px;
  border-style: solid;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-datasource-parameters-container .dxrd-datasource-parameters-empty-text {
  vertical-align: middle;
  line-height: 26px;
}
.dxrd-datasource-parameters .dxrd-datasource-parameters-collection .dxrd-group-header {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  text-transform: none;
}
.dxrd-querybuilder-popup {
  cursor: default;
}
.dxrd-querybuilder-popup .dx-popup-content {
  padding: 0;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-content {
  height: 100%;
  padding-bottom: 55px;
  box-sizing: border-box;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.dxrd-wizard.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  padding: 21px;
  height: auto;
}
.dxrd-querybuilder-popup.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons {
  border-top-width: 1px;
  border-top-style: solid;
  height: 55px;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn {
  text-align: center;
  margin-top: 10px;
}
.dx-ltr .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dx-rtl .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dx-ltr .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.dx-rtl .dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-wizard-btn.right {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-querybuilder-popup-button {
  text-align: center;
  margin-top: 10px;
  float: right;
  margin: 10px;
  margin-left: 0px;
  min-width: 100px;
}
.dxrd-querybuilder-popup .dxrd-querybuilder-popup-buttons .dxrd-querybuilder-popup-button-left {
  text-align: center;
  margin-top: 10px;
  float: left;
  margin: 10px;
}
.dxrd-querybuilder-popup .dx-rtl .dxrd-querybuilder-popup-button {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.dxrd-querybuilder-popup .dx-rtl .dxrd-querybuilder-popup-button-left {
  float: right;
}
.dxrd-wizard.dx-editors .dxrd-wizard-content .dxrd-collectioneditor-action {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dxrd-wizard.dx-editors .dxrd-wizard-content .dxrd-group-header {
  padding-left: 13px;
}
.dxrd-wizard.dx-editors .dx-rtl .dxrd-wizard-content .dxrd-collectioneditor-action {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.dxrd-wizard.dx-editors .dx-rtl .dxrd-wizard-content .dxrd-group-header {
  padding-right: 13px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-create-query-page .dx-radiogroup {
  margin-right: 0;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page .dx-filtereditor-tree {
  padding-right: 20px;
  padding-left: 0px;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-page .dx-treelist-item .dx-treelist-text-with-checkbox {
  padding-right: 31px;
  padding-left: 0px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton,
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  margin-right: 10px;
  margin-left: 9px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-action.dx-button,
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-action.dx-button {
  margin-right: 6px;
  margin-left: 0px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-accordion-content.dx-fieldset,
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-accordion-content.dx-fieldset {
  padding: 31px 159px 26px 139px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-editors .dx-editor .dx-field-label.dx-accordion-header,
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  left: 75%;
  right: auto;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.dxrd-wizard .dx-rtl .dxrd-datasource-parameters .dxrd-datasource-parameters-header .dxrd-datasource-parameters-header-text {
  float: right;
}
.dx-add-queries-page-checkbox {
  position: absolute;
}
.dx-add-queries-page-checkbox.dx-checkbox-indeterminate .dx-checkbox-icon:before {
  width: 12px;
  height: 12px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/devexpress-reporting/dist/css/dx-webdocumentviewer.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/**
* DevExpress HTML/JS Reporting (dist\css\dx-webdocumentviewer.css)
* Version:  21.1.5
* Build date: Aug 2, 2021
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-parameter-actions-container,
.dx-rtl .dxrd-preview-parameter-actions-container {
  text-align: left;
  letter-spacing: -4px;
  padding-left: 6px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action,
.dx-rtl .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action {
  margin-left: 10px;
  letter-spacing: normal;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-progress.dxrd-align-default,
.dx-rtl .dxrd-preview-progress.dxrd-align-default {
  right: 10px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-progress .dxrd-preview-progress-text,
.dx-rtl .dxrd-preview-progress .dxrd-preview-progress-text {
  text-align: right;
  right: 0;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-progress .dxrd-preview-progress-cancel,
.dx-rtl .dxrd-preview-progress .dxrd-preview-progress-cancel {
  left: 0;
  text-align: left;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-export-item-image-wrapper,
.dx-rtl .dxrd-preview-export-item-image-wrapper {
  float: right;
  padding-left: 18px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-search-tab-header,
.dx-rtl .dxrd-preview-search-tab-header {
  padding: 3px 13px 20px 16px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar,
.dx-rtl .dxrd-toolbar {
  margin-left: 50px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar .dxrd-image-preview-first,
.dx-rtl .dxrd-toolbar .dxrd-image-preview-first,
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar .dxrd-image-preview-prev,
.dx-rtl .dxrd-toolbar .dxrd-image-preview-prev,
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar .dxrd-image-preview-next,
.dx-rtl .dxrd-toolbar .dxrd-image-preview-next,
.dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar .dxrd-image-preview-last,
.dx-rtl .dxrd-toolbar .dxrd-image-preview-last {
  transform: rotate(180deg);
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-parameter-actions-container,
.dx-ltr .dxrd-preview-parameter-actions-container {
  text-align: right;
  letter-spacing: -4px;
  padding-right: 6px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action,
.dx-ltr .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action {
  margin-right: 10px;
  letter-spacing: normal;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-progress.dxrd-align-default,
.dx-ltr .dxrd-preview-progress.dxrd-align-default {
  left: 10px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-progress .dxrd-preview-progress-text,
.dx-ltr .dxrd-preview-progress .dxrd-preview-progress-text {
  text-align: left;
  left: 0;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-progress .dxrd-preview-progress-cancel,
.dx-ltr .dxrd-preview-progress .dxrd-preview-progress-cancel {
  right: 0;
  text-align: right;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-export-item-image-wrapper,
.dx-ltr .dxrd-preview-export-item-image-wrapper {
  float: left;
  padding-right: 18px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-search-tab-header,
.dx-ltr .dxrd-preview-search-tab-header {
  padding: 3px 16px 20px 13px;
}
.dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-toolbar,
.dx-ltr .dxrd-toolbar {
  margin-right: 50px;
}
.dxrd-preview.dxrd-designer-wrapper {
  width: 100%;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-tab-header .dxrd-preview-search-tab-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dxrd-preview.dxrd-designer-wrapper .dxrdp-toolbar-scrollable.dxrd-toolbar-wrapper {
  position: relative;
  min-width: 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrdp-toolbar-scrollable.dxrd-toolbar-wrapper .dxrd-toolbar {
  width: auto;
  white-space: nowrap;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  left: 0px;
  right: 0px;
  height: 68px;
  width: 100%;
  overflow: hidden;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar {
  width: auto;
  height: 68px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item {
  padding-left: 4px;
  padding-right: 4px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-zoom-editor {
  width: 100px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-preview-pager.dxrd-toolbar-item {
  padding: 18px 4px 16px 4px;
  vertical-align: top;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-preview-pager.dxrd-toolbar-item .dxrd-preview-pager-selectbox {
  width: 100px;
  height: 27px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-export-options-wrapper {
  position: relative;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-export-options-wrapper .dx-fieldset {
  margin: -6px 0 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-export-options-wrapper .dxrd-report-preview-content-loading-panel {
  text-align: center;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper {
  position: relative;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-fieldset {
  margin: -6px 0 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-selectbox {
  min-height: 26px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-tag {
  font-size: 11px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-tag .dx-tag-content {
  margin-top: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dxrd-preview-parameter-action {
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  height: 30px;
  vertical-align: middle;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper {
  position: relative;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dx-fieldset {
  margin: -6px 0 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-tab-header-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  line-height: 40px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-editor {
  width: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-checkbox {
  margin-top: 12px;
  display: block;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result-header {
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
  height: 46px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result-header .dxrd-preview-search-result-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 30px;
  color: gray;
  padding: 7px 13px 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dx-empty-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  line-height: 30px;
  color: gray;
  padding: 7px 13px 10px;
  font-size: 11px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrdp-search-loading {
  text-align: center;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result {
  top: 200px;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dx-item.dx-list-item {
  overflow: visible;
  overflow: initial;
  border: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item {
  position: relative;
  padding: 10px 15px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item .dxrd-preview-search-tab-item-text {
  font-size: 14px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item .dxrd-preview-search-tab-item-info {
  font-size: 11px;
  color: gray;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item:hover {
  cursor: pointer;
}
.dxrd-preview.dxrd-designer-wrapper .dx-searcheditor .dx-searcheditor-button {
  width: 24px;
  height: 24px;
}
.dxrd-preview.dxrd-designer-wrapper .dx-searcheditor .dx-searcheditor-button .dx-dropdowneditor-icon:before {
  content: "";
}
.dxrd-preview.dxrd-designer-wrapper .dx-searcheditor .dx-searcheditor-button .dx-searcheditor-icon {
  width: 100%;
  background-position: center;
  position: relative;
}
.dxrd-preview.dxrd-designer-wrapper .dx-searcheditor .dx-searcheditor-button .dx-searcheditor-icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper {
  position: absolute;
  top: 84px;
  bottom: 0;
  text-align: center;
  right: 0px;
  left: 0px;
  min-width: 100px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-bottom,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-default {
  bottom: 10px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-top {
  top: 10px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress.dxrd-align-left {
  left: 10px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress.dxrd-align-right {
  right: 10px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress {
  border-width: 1px;
  border-style: solid;
  transition: all ease 200ms;
  position: absolute;
  width: 150px;
  height: 40px;
  border-radius: 6px;
  padding: 13px 15px;
  font-size: 11px;
  z-index: 10;
  box-sizing: content-box;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-text {
  margin-bottom: 7px;
  top: 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-bar {
  height: 6px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-bar .dxrd-preview-progress-value {
  transition: all ease-out 200ms;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-cancel {
  bottom: 0;
  cursor: pointer;
  margin-top: 5px;
  text-decoration: underline;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface {
  height: 100%;
  display: block;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder {
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview {
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview:focus {
  border-color: transparent;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview .dxrd-report-preview-content {
  background: white;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview-brick-selectable:not(.dxrd-report-preview-brick-selected) {
  background-color: white;
  opacity: 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview-multipage {
  margin: 10px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview-active {
  border: 1px solid rgba(42, 125, 243, 0.7);
  box-shadow: 0 2px 8px rgba(42, 125, 243, 0.2);
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-placeholder {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-placeholder div {
  margin: 20px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-size: 24px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-report-preview-brick {
  position: absolute;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-report-preview-brick .dxrd-report-preview-brick-navigation {
  height: 100%;
  width: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-report-preview-brick .dxrd-report-preview-brick-navigation:hover {
  cursor: pointer;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-report-preview-brick-selected {
  border: 2px solid rgba(42, 125, 243, 0.7);
  margin: -2px 0 0 -2px;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-reset-style {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-borders {
  display: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container:not(.readonly):hover .dxrp-editing-field-borders,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container.active .dxrp-editing-field-borders {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  box-shadow: inset 0px 0px 0px 1px gray;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  position: relative;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-readonly-text {
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: normal;
  display: inline-block;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-readonly-text.dxrp-editing-field-text-wordwrap {
  white-space: pre;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-readonly-text .dxrp-editing-field-text-html {
  position: absolute;
  width: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-mask {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: inherit;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-mask input {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  height: auto;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-datetime {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: inherit;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-datetime input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-text {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: normal;
  resize: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-popup-container {
  width: 100%;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container .dxrp-editing-field-popup-container-cloned {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container {
  position: absolute;
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0.01);
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container .dxrp-editing-field-check {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container .dxrp-editing-field-check:focus {
  outline: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container .dxrp-editing-field-check svg {
  position: absolute;
  left: 0;
  top: 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container .dxrp-editing-field-check .dxrd-checkbox-custom-glyph {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-check-container .dxrp-editing-field-check .highlight {
  fill: transparent;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-borders {
  display: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb:not(.readonly):hover .dxrp-editing-field-borders,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb.active .dxrp-editing-field-borders {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid gray;
  box-shadow: inset 0px 0px 0px 1px gray;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  position: relative;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-readonly-text {
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: normal;
  display: inline-block;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-readonly-text.dxrp-editing-field-text-wordwrap {
  white-space: pre;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-readonly-text .dxrp-editing-field-text-html {
  position: absolute;
  width: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-mask {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: inherit;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-mask input {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  height: auto;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-datetime {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  line-height: inherit;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-datetime input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-text {
  border: none;
  outline-style: none;
  outline-style: initial;
  outline-width: medium;
  outline-width: initial;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: normal;
  resize: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-popup-container {
  width: 100%;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb .dxrp-editing-field-popup-container-cloned {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-focused {
  background-color: rgba(241, 244, 255, 0.7);
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-container,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-charactercomb-cell {
  background-color: #cadeff;
  background-clip: padding-box;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-check-container .dxrp-editing-field-check:not(:focus):after {
  background-color: rgba(202, 222, 255, 0.75);
  background-clip: padding-box;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-container.active,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-container.readonly,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-charactercomb.active .dxrp-editing-field-charactercomb-cell,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-charactercomb.readonly .dxrp-editing-field-charactercomb-cell,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-check-container.active .dxrp-editing-field-check-container.readonly {
  background: transparent;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-check .highlight {
  fill: #cadeff;
}
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-check .highlight.active,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper.dxrp-editing-fields-hightlighted .dxrp-editing-field-check .highlight.readonly {
  fill: transparent;
}
.dxrd-preview-export-toolbar-item {
  vertical-align: top;
  padding-top: 16px;
}
.dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item {
  padding-top: 5px;
}
.dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item .dx-menu-item-popout-container .dx-menu-item-popout {
  background-position: center center;
  background-repeat: no-repeat;
}
.dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item .dxrd-preview-export-item-image-wrapper .dxrd-preview-export-item-image {
  height: 24px;
  width: 24px;
  background-position: center center;
}
.dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item .dxrd-preview-export-item-text {
  padding: 1px 10px 6px 10px;
}
.dxrd-toolbar {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.dx-overlay-wrapper .dx-context-menu.dxrdp-export-to-menu .dx-submenu {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-selectable-helper.dxrd-selection-content {
  position: absolute;
  border: 1px dotted black;
  z-index: 100;
}
.dxrv-daterange-editor-item:not(.dxd-border-primary):not(.dxd-border-accented) {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.dxrd-preview-search-result {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-top: 0;
}
.dxrv-daterange-editor-item.dx-accessibility-container-highlight {
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.dxrv-daterange-editor-item.dx-accessibility-container-highlight .dx-accessibility-container-background {
  z-index: 1;
}
.dxrd-preview-search-wrapper:not(.dx-accessibility-container-highlight) .dxrd-preview-search-result {
  border-color: transparent;
}
.dx-accessibility .dx-accessibility-container-highlight .dx-accessibility-container-background {
  opacity: 0.05;
  display: block;
  z-index: 0;
}
.dx-accessibility .dx-accessibility-container-highlight .dxrd-preview-search-tab-header {
  background: white;
  z-index: 2;
  position: relative;
}
.dx-accessibility .dx-accessibility-container-highlight .dxrd-preview-search-result-header {
  overflow: hidden;
}
.dx-accessibility .dx-accessibility-container-highlight .dxrd-preview-search-result-header .dxrd-preview-search-result-header-text {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
}
.dx-accessibility [role="toolbar"].dx-accessibility-container-highlight {
  border-style: solid;
  box-sizing: border-box;
}
.dx-accessibility [role="button"]:focus,
.dx-accessibility [role="tab"]:focus,
.dx-accessibility [role="toolbar"] button:focus,
.dx-accessibility [role="toolbar"] [role="radio"]:focus,
.dx-accessibility [role="toolbar"] .spinbutton:focus,
.dx-accessibility [role="toolbar"] a:focus,
.dx-accessibility [role="listbox"] [role="option"]:focus,
.dx-accessibility [role="tree"] [role="treeitem"]:focus,
.dx-accessibility [role="dialog"]:focus,
.dx-accessibility .dx-accessibility-page-item:focus,
.dx-accessibility .dx-accessibility-list-item:focus,
.dx-accessibility [role="dialog"] [role="button"]:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
}
.dx-accessibility-container-highlight .dx-accessibility [role="button"]:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="tab"]:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="toolbar"] button:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="toolbar"] [role="radio"]:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="toolbar"] .spinbutton:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="toolbar"] a:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="listbox"] [role="option"]:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="tree"] [role="treeitem"]:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="dialog"]:focus,
.dx-accessibility-container-highlight .dx-accessibility .dx-accessibility-page-item:focus,
.dx-accessibility-container-highlight .dx-accessibility .dx-accessibility-list-item:focus,
.dx-accessibility-container-highlight .dx-accessibility [role="dialog"] [role="button"]:focus {
  outline-offset: 0;
}
.dx-accessibility [role="button"]:focus .dx-accessibility-field-background,
.dx-accessibility [role="tab"]:focus .dx-accessibility-field-background,
.dx-accessibility [role="toolbar"] button:focus .dx-accessibility-field-background,
.dx-accessibility [role="toolbar"] [role="radio"]:focus .dx-accessibility-field-background,
.dx-accessibility [role="toolbar"] .spinbutton:focus .dx-accessibility-field-background,
.dx-accessibility [role="toolbar"] a:focus .dx-accessibility-field-background,
.dx-accessibility [role="listbox"] [role="option"]:focus .dx-accessibility-field-background,
.dx-accessibility [role="tree"] [role="treeitem"]:focus .dx-accessibility-field-background,
.dx-accessibility [role="dialog"]:focus .dx-accessibility-field-background,
.dx-accessibility .dx-accessibility-page-item:focus .dx-accessibility-field-background,
.dx-accessibility .dx-accessibility-list-item:focus .dx-accessibility-field-background,
.dx-accessibility [role="dialog"] [role="button"]:focus .dx-accessibility-field-background {
  opacity: 0.05;
  display: block;
  z-index: 0;
}
.dx-accessibility .dx-accessibility-toolbar-item:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
}
.dx-accessibility [role="combobox"]:focus {
  outline-offset: 0;
}
.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dx-accessibility-editing-field-item:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -1px;
}
.dx-accessibility .dx-accessibility-page-item.dx-accessibility-active-state:focus {
  outline-width: 1px;
  outline-style: dashed;
}
.dx-accessibility .dx-accessibility-field-background,
.dx-accessibility .dx-accessibility-container-background {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dx-accessibility .dx-collectioneditor .dx-scrollable-content {
  padding-top: 6px;
}
.dxrd-visually-hidden {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  z-index: -1;
  height: 0;
}
.dxrd-print-dialog .dx-popup-content {
  margin: 20px;
  margin-top: 35px;
}
.dxrdp-mobile-font {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.dxrd-prevent-refresh {
  overscroll-behavior: contain;
}
.dxrdp-animation {
  transition: all 0.4s ease-in-out;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile {
  background-color: #404040;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen {
  -ms-content-zooming: none;
  touch-action: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen .dxrd-mobile-content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrdp-search-wrapper {
  width: 100%;
  position: absolute;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search {
  text-align: center;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-loading {
  display: inline-block;
  text-align: center;
  opacity: 0.4;
  margin: 12px 0 0 5px;
  display: none;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-taptosearch {
  height: 80px;
  line-height: 80px;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-taptosearch .dxrdp-taptosearch-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  opacity: 0;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-editor {
  padding: 0 16px;
  border: none;
  background-color: #404040;
  border-radius: 0;
  height: 80px;
  line-height: 80px;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-editor input {
  font-size: 16px;
  background-color: #404040;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.dxrd-menu-parameters-popup .dx-overlay-content {
  border: none;
  border-radius: 0;
  border-radius: initial;
}
.dxrd-menu-parameters-popup .dx-popup-content {
  padding: 0;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile {
  background-color: #e5e5e5;
  position: relative;
  height: 100%;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-title {
  position: absolute;
  height: 100px;
  width: 100%;
  padding-top: 33px;
  padding-left: 40px;
  padding-bottom: 50px;
  font-size: 20px;
  color: #727272;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll {
  position: absolute;
  top: 100px;
  bottom: 80px;
  height: auto;
  width: 100%;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-selectbox,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-dropdowneditor,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-texteditor:not(.dx-multiline):not(.dx-textarea) {
  height: auto;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-selectbox .dx-texteditor-input,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-dropdowneditor .dx-texteditor-input,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input {
  font-size: 1em;
  min-height: 34px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-selectbox .dx-placeholder,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-dropdowneditor .dx-placeholder,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder {
  font-size: inherit;
  margin-top: 0px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset {
  margin: 0;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field {
  background-color: transparent;
  padding: 0 40px;
  padding-bottom: 12px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-field-value {
  width: 100%;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-field-label {
  position: static;
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 1px;
  width: 100%;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-group-header-font {
  color: #727272;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .propertygrid-editor-collapsed {
  top: 7px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons {
  margin: auto;
  width: 301px;
  background-color: #579add;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  width: 100%;
  padding: 0 40px;
  position: absolute;
  bottom: 0;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon {
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 20px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon.dxrdp-parameters-cancel {
  margin-left: 25px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon.dxrdp-parameters-submit {
  float: right;
  margin-top: 13px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action {
  background: transparent;
  border: none;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 100%;
  width: auto;
  font-size: 17px;
  float: left;
  display: inline-block;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action .dx-button-content {
  padding: 0;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action.dxrdp-parameters-reset {
  margin-right: 10px;
  margin-left: 0;
  left: 20px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action.dxrdp-parameters-submit {
  float: right;
  right: 20px;
}
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrd-preview-loading {
  position: absolute;
  top: 45%;
  left: 45%;
}
.dxrd-menu-export-popover .dx-popup-content {
  padding: 14px;
  display: inline-block;
  border-radius: 5px;
}
.dxrd-menu-export-popover .dx-overlay-content {
  background-color: rgba(0, 0, 0, 0.74);
}
.dxrd-menu-export-popover .dx-overlay-content .dx-popover-arrow:after {
  background-color: rgba(0, 0, 0, 0.74);
}
.dxrd-menu-export-popover .dxrd-menu-export-item {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 76px;
  height: 76px;
  line-height: 76px;
  font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  display: inline-block;
}
.dxrdp-mobile-actions {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}
.dxrdp-mobile-actions .dxrdp-mobile-actions-content {
  display: inline-block;
}
.dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrdp-mobile-action {
  margin-right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 45px;
  background-color: rgba(0, 0, 0, 0.74);
  background-position: center center;
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
}
.dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrdp-mobile-action svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrdp-mobile-action svg .dxd-icon-fill {
  fill: #FFFFFF;
}
.dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrd-menu-export-popover {
  display: inline-block;
}
.dxrdp-mobile-paginator {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.dxrdp-mobile-paginator.dxrdp-hide {
  opacity: 0;
  display: block;
}
.dxrdp-mobile-paginator.dxrdp-show {
  opacity: 1;
  display: block;
}
.dxrdp-mobile-paginator .dxrdp-mobile-paginator-content {
  height: 30px;
  text-align: center;
  opacity: 0.74;
  z-index: 10;
}
.dxrdp-mobile-paginator .dxrdp-mobile-paginator-content .dxrdp-mobile-paginator-text {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  background-color: #000000;
  font-size: 14px;
  text-align: center;
  width: auto;
  padding: 0 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.dxrd-mobile-gallery.dx-state-disabled {
  opacity: 1;
  opacity: initial;
}
.dxrd-mobile-gallery .dx-gallery-item.dxrdp-gallery-item-animation {
  transition: all 0.4s ease-in-out;
}
.dxrd-mobile-gallery .dxrdp-content {
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.dxrd-mobile-gallery .dxrd-scrollView-mobile {
  height: 100%;
  width: 100%;
}
.dxrd-mobile-gallery .dxrd-gallery-block {
  position: absolute;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrd-gallery-block-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrd-mobile-page {
  display: block;
  margin: auto;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrd-mobile-page .dxrdp-loading-wrapper {
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrdp-active-border {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrdp-active-border.dxrdp-page-padding {
  border: 1px solid #404040;
}
.dxrd-mobile-gallery .dxrd-gallery-block .dxrdp-active-border.dxrdp-active {
  border: 1px solid rgba(42, 125, 243, 0.7);
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-report-preview-brick-selected {
  margin: auto;
  background-color: #ff9c00;
  opacity: 0.34;
  border: none;
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen.dxrdp-search-pending {
  /*
            top: @search-panel-height;

            .dxrd-gallery-block {
            -webkit-transform: scale(0.92) translateZ(0);
            transform: scale(0.92) translateZ(0);
        }*/
}
.dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen.dxrdp-search-pending .dx-scrollview-content .dxrdp-content {
  border: 1px solid #808080;
}
.dxrdp-parameters-mobile .dxrdp-image-parameters-cancel {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbmNlbCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDY0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLldoaXRle2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJXaGl0ZSIgcG9pbnRzPSI1OCwxMiA1Miw2IDMyLDI2IDEyLDYgNiwxMiAyNiwzMiA2LDUyIDEyLDU4IDMyLDM4IDUyLDU4IDU4LDUyIDM4LDMyICIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
}
.dxrdp-parameters-mobile .dxrdp-image-parameters-submit {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlN1Ym1pdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDY0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLldoaXRle2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJXaGl0ZSIgcG9pbnRzPSI1OCw4IDIyLDQ0IDYsMjggMCwzNCAyMiw1NiA2NCwxNCAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
}
.dxrdp-parameters-mobile .dxrdp-image-parameters-reset {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlJlc2V0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9IldoaXRlIiBkPSJNMzIsNGMtNy43LDAtMTQuNywzLjEtMTkuOCw4LjJMNCw0djIyaDAuN0gxM2gxM2wtOC4xLTguMUMyMS41LDE0LjIsMjYuNSwxMiwzMiwxMmMxMSwwLDIwLDksMjAsMjAKCXMtOSwyMC0yMCwyMHMtMjAtOS0yMC0yMEg0YzAsMTUuNSwxMi41LDI4LDI4LDI4czI4LTEyLjUsMjgtMjhTNDcuNSw0LDMyLDR6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
}
.dx-picture-editing-filtercontent {
  position: relative;
  height: 100%;
}
.dx-picture-editing-filtercontent .dx-picture-editing-filtercontent-editor {
  position: absolute;
  top: 0;
  width: 100%;
}
.dx-picture-editing-filtercontent .dx-picture-editing-filtercontent-images {
  position: absolute;
  bottom: 0;
  top: 40px;
  width: 100%;
}
.dx-picture-editing-imagescontainer {
  height: 100%;
  text-align: left;
  font-weight: normal;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
}
.dx-picture-editing-imagescontainer .dx-picture-editing-block {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px;
}
.dx-picture-editing-imagescontainer .dx-picture-editing-block .dx-picture-editing-block-image {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dx-picture-editing-imagescontainer .dx-picture-editing-block .dx-picture-editing-block-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
}
.dx-picture-edit-popup-content.dx-picture-edit-popup-content-fullscreen .dx-overlay-content.dx-popup-normal {
  box-sizing: content-box;
  background: none;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal {
  border-radius: 0;
  border-color: #0173c7;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal.dx-state-focused {
  border-color: #0173c7;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal > .dx-popover-arrow {
  display: block;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal > .dx-popover-arrow:after {
  border-color: #0173c7;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-popup-content {
  padding: 20px;
}
.dx-picture-edit-popup-content-fullscreen.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-popup-content {
  padding: 0px;
  height: 100%;
  background-color: white;
}
.dx-picture-edit-popup-content-fullscreen.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-popup-content .dxrd-transform-origin-left-top {
  transform-origin: 0% 0%;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-mobile-signature-options {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-mobile-signature-options-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options {
  width: 100%;
  height: 100%;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-width {
  height: 80px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-width .dx-picture-editing-line-width-slider {
  width: 100%;
  padding-top: 5px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-width .dx-picture-editing-line-width-slider .dx-popover-arrow:after {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  transform-origin: bottom right;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color {
  padding-top: 15px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors {
  width: 100%;
  padding-top: 5px;
  font-size: 0;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color {
  width: 23px;
  height: 23px;
  padding: 1px;
  display: inline-block;
  border: 1px dotted transparent;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color .dx-picture-editing-brush-options-color-cell {
  width: 19px;
  height: 19px;
  border: 1px solid #a6a6a6;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color.selected {
  border: 1px dotted #404040;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment {
  width: 100%;
  height: 100%;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode {
  width: 100%;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode .dx-picture-editing-sizemode-values {
  padding-top: 5px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-alignment {
  padding-top: 15px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-alignment .dx-picture-editing-alignment-values {
  width: 100%;
  padding-top: 5px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode-alignment-value {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 4px;
}
.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode-alignment-value.selected {
  background-color: #b8b8b8;
}
.dx-picture-edit-popup-content .dx-picture-editing-text {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: #777777;
}
.dx-picture-editing,
.dx-painter {
  width: 100%;
  height: 100%;
  position: relative;
  -ms-content-zooming: none;
  touch-action: none;
  /*.dx-picture-editing-toolbar-container {
        z-index: 0;
        position: relative;
    }*/
}
.dx-picture-editing canvas,
.dx-painter canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
.dx-picture-editing-active {
  position: absolute;
  width: 48px;
}
.dx-picture-editing-active.dx-popup-wrapper > .dx-overlay-content {
  border: none;
  border-radius: 0;
  border-radius: initial;
  box-shadow: none;
  overflow: visible;
}
.dx-picture-editing-active.dx-popup-wrapper > .dx-overlay-content.dx-state-focused {
  border: none;
}
.dx-picture-editing-active.dx-popup-wrapper > .dx-overlay-content > .dx-popover-arrow {
  display: none;
}
.dx-picture-editing-active.dx-popup-wrapper > .dx-overlay-content > .dx-popup-content {
  padding: 0;
}
.dx-picture-editing-active .dx-picture-editing-toolbar {
  width: 48px;
  position: absolute;
  z-index: 10;
}
.dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item {
  width: 48px;
  height: 48px;
  background-color: #666666;
  position: relative;
}
.dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item .dx-picture-editing-toolbar-item-icon {
  width: 48px;
  height: 48px;
}
.dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item .dx-picture-editing-toolbar-item-icon svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item:hover {
  background-color: #535353;
}
.dx-designer .dx-designer-viewport .dx-popup-content .dxrv-daterange-editor-popup-container {
  margin: 20px;
}
.dx-designer .dxrv-daterange-editor .dx-state-readonly.dx-widget {
  opacity: 1;
  border-style: solid;
}
.dxrv-daterange-editor-popup-container {
  height: 300px;
  width: 752px;
}
.dxrv-daterange-editor-popup-container .dxrv-daterange-editor-list {
  width: 150px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
}
.dxrv-daterange-editor-popup-container .dxrv-daterange-editor-list .dxrv-daterange-editor-list-item {
  position: relative;
  text-align: center;
  padding: 6px 5px 5px 5px;
}
.dx-designer-viewport .dxrv-daterange-editor-item {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  height: 100%;
}
.dx-designer-viewport .dxrv-daterange-editor-item .dx-calendar-cell {
  position: relative;
  border-radius: 0px;
  padding: 0px;
}
.dx-designer-viewport .dxrv-daterange-editor-item .dx-calendar-cell .dxrv-daterange-cell {
  width: 100%;
  height: 100%;
  position: relative;
}
.dx-designer-viewport .dxrv-daterange-editor-item .dx-calendar-cell .dxrv-daterange-cell .dxrv-daterange-cell-text {
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.dx-designer-viewport .dxrv-daterange-editor-item .dx-calendar-cell .dxrv-daterange-cell .dxd-back-accented {
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dx-designer-viewport .dxrv-daterange-editor-item .dx-calendar-cell.dx-calendar-selected-date .dxrv-daterange-cell .dxd-back-accented {
  opacity: 1;
  background-color: transparent;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup {
  background-color: transparent;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-title {
  position: relative;
  width: 282px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  left: 3px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll {
  top: 82px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field {
  position: relative;
  width: 282px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-header {
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 6px;
  margin-left: 3px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-selectbox,
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column {
  margin: 3px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column {
  display: inline-block;
  width: 129px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column.dx-fieldset-column-right {
  float: right;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column .dxrv-daterange-editor-button {
  width: 100%;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column .dx-fieldset-column-separator {
  position: absolute;
  width: 8px;
  height: 2px;
  margin-left: -13px;
  margin-top: 17px;
}
.dx-designer-viewport .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dxrv-daterange-editor-item {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  margin: 0;
}
.dx-report-viewer.dx-accessibility .dx-menu-base {
  font-size: 0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-menu-base .dx-menu-items-container {
  padding: 0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-menu-base .dx-menu-item-content {
  padding: 0.1875rem 0.3125rem 0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper {
  font-size: 0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-widget.dx-calendar {
  width: 17.625rem;
  min-width: 17.625rem;
  height: 16.7875rem;
  min-height: 16.7875rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-widget .dx-calendar-navigator {
  height: 2.25rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-widget .dx-calendar-body {
  top: 3.25rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-box-item-content {
  font-size: 1rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-context-menu.dxrdp-export-to-menu .dx-submenu {
  max-height: 25rem;
}
.dx-report-viewer.dx-accessibility .dx-report-viewer.dx-accessibility .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
  padding: 0.4375rem 0.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-slider-label-position-bottom .dx-slider-label {
  bottom: -1.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-loadindicator {
  width: 2rem;
  height: 2rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-loadindicator-wrapper {
  font-size: 2rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-widget {
  font-size: 0.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-widget.dx-menu-base.dx-menu .dx-menu-horizontal .dx-menu-item-popout {
  font: 1.125rem/1.125rem DXIcons;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-widget.dx-menu-base.dx-menu .dx-menu-horizontal .dx-menu-item-popout:before {
  width: 1.125rem;
  margin-top: -0.5625rem;
  margin-left: -0.5625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-checkbox-checked .dx-checkbox-icon {
  font: 1rem/1rem DXIcons;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-checkbox-checked .dx-checkbox-icon:before {
  width: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-list-select-all-label {
  line-height: 1.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-checkbox-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-checkbox-text {
  font-size: 0.6875rem;
  margin-left: -1.375rem;
  padding-left: 1.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-dropdowneditor-icon {
  font: 1.125rem/1.125rem DXIcons;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-dropdowneditor-icon:before {
  width: 1.125rem;
  margin-top: -0.5625rem;
  margin-left: -0.5625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-dropdowneditor-icon svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-button-has-icon .dx-icon {
  font-size: 1.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview .dx-button-has-text .dx-button-content {
  padding: 0.4375rem 1.125rem 0.5rem;
}
/*Small priority to override only devextreme*/
.dx-accessibility .dx-button .dx-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-size: 1.125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-font-content .dx-font-styles-content{
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-font-content .dx-font-styles-content{
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-font-content .dx-font-styles-content .dx-font-style-button{
  width:1.5rem;
  height:1.5rem;
  background-size:0.75rem 0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-font-content .dx-font-styles-content .dx-font-style-button svg{
  width:0.75rem;
  height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-fieldset .dx-field{
  padding-right:0.875rem;
  padding-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-fieldset .dx-field .dx-field-label{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-group-header-font{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-group-header{
  padding-right:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-group-header-text{
  padding-right:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header{
  right:1rem;
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty{
  left:0.5rem;
  right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-string-array-container{
  margin-left:1rem;
  margin-right:1.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-image-padding{
  padding:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-field-value.dx-checkbox,
.dx-editors .dx-field-value:not(.dx-widget) > .dx-checkbox{
  margin-top:0rem;
  margin-bottom:0rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-fieldset .dx-field{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  padding-left:0.875rem;
  padding-right:1rem;
  min-height:1.625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-fieldset .dx-field .dx-field-label{
  padding-top:0.375rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-group-header-font{
  font-size:0.625rem;
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-group-header{
  font-size:0.625rem;
  padding-left:0.9375rem;
  height:2.5rem;
  line-height:2.5rem;
  padding-left:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-group-header-text{
  padding-left:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-editor .dx-field-label.dx-accordion-header{
  left:1rem;
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-editor .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed{
  top:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-editor .dx-field-label.dx-accordion-header.dx-accordion-empty{
  right:0.5rem;
}
.dx-report-viewer.dx-accessibility .dx-collapsing-image{
  padding:4.0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-collapsing-image svg{
  width:0.5625rem;
  height:0.5625rem;
}
.dx-report-viewer.dx-accessibility .propertygrid-editor-collapsed{
  top:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-ellipsis-button .dx-ellipsis-image{
  background-size:1rem 1rem;
}
.dx-report-viewer.dx-accessibility .dx-ellipsis-button .dx-ellipsis-image svg{
  width:1rem;
  height:1rem;
}
.dx-report-viewer.dx-accessibility .dx-string-array-container{
  height:5.375rem;
  margin-right:1rem;
  margin-left:1.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action{
  margin-left:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font{
  padding-left:0.3125rem;
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-field-value > .dx-collectioneditor-action{
  margin-top:0rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dx-collectioneditor-action{
  margin-top:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor-action{
  width:1.5rem;
  height:1.5rem;
  padding:0rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-empty{
  padding-bottom:0.3125rem;
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-empty .dx-collectioneditor-empty-text{
  line-height:1.625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action{
  margin-left:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-actions-wrapper .dx-collectioneditor-action-separator{
  width:0.6875rem;
  height:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text{
  padding-top:0.375rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .propertygrid-editor-collapsed{
  top:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collectioneditor .dx-collectioneditor-header-text .dx-group-header-font{
  padding-right:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-ellipsiseditor.dx-texteditor.dx-ellipsiseditor-warning:not(.dx-invalid) .dx-texteditor-input-container:after{
  margin-top:-0.5625rem;
  width:1.125rem;
  height:1.125rem;
  line-height:1.125rem;
  font-size:0.8125rem;
  right:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-popup-general .dx-texteditor:not(.dxrd-multiline){
  height:1.625rem;
}
.dx-report-viewer.dx-accessibility .dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-texteditor-input{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-popup-general .dx-texteditor:not(.dxrd-multiline) .dx-placeholder{
  font-size:0.6875rem;
  margin-top:-0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom{
  height:4.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-popup-general .dx-overlay-content .dx-toolbar.dx-popup-bottom .dx-toolbar-after{
  padding-top:0.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-scripts-editor.ace_editor .ace_gutter,
.dx-sql_editor.ace_editor .ace_gutter,
.dx-expressioneditor-textarea.ace_editor .ace_gutter,
.dxd-wizard-jsoneditor.ace_editor .ace_gutter,
.dx-filtereditor-ace.ace_editor .ace_gutter{
  border-right-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton{
  margin-left:0.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-image{
  margin-left:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container{
  margin-left:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent{
  padding-left:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action{
  margin-left:0.25rem;
  margin-top:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dx-treelist .dx-treelist-item .dx-treelist-action-edit{
  margin-top:0.1875rem;
  margin-left:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item{
  height:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-image{
  margin-right:0.25rem;
  width:0.75rem;
  height:0.75rem;
  padding:0.5625rem 0;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-image svg{
  width:0.75rem;
  height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton{
  height:1.875rem;
  margin-right:0.5625rem;
  padding:0 4.0.3125rem 0 4.0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption{
  line-height:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-action-container{
  letter-spacing:-0.3125rem;
  margin-right:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent{
  padding-right:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text{
  padding-right:0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-text.dx-highlighted-search-text .dx-datagrid-search-text{
  padding-top:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text{
  padding-right:0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-caption .dx-treelist-selectedcontent .dx-treelist-text-wrapper .dx-treelist-ellipsis-text.dx-highlighted-search-text .dx-datagrid-search-text{
  padding-top:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-action{
  width:1.5rem;
  height:1.5rem;
  padding:0rem;
  margin-right:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-treelist .dx-treelist-item .dx-treelist-action-edit{
  width:1.5rem;
  height:1.5rem;
  padding:0rem;
  margin-right:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree.dx-rtl{
  padding-right:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree.dx-rtl .criteria-operator-group .criteria-operator-content{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper.dx-filtereditor-criteriaoperator-popup .dx-overlay-content{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .font{
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-overlay-content{
  max-height:31.25rem;
  max-width:40.625rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-plain-advanced{
  right:0rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-plain-content{
  top:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-plain-content .dx-filtereditor-text-container.advanced{
  margin-bottom:0.625rem;
  margin-top:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-text-container{
  margin-top:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree-container .dx-filtereditor-tree-lockscreen .dx-filtereditor-tree-lockscreen-content .dx-filtereditor-tree-lockscreen-content-text{
  height:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree{
  border-width:0.0625rem;
  padding-top:0.25rem;
  padding-left:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group{
  padding-top:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-group-item .criteria-operator-item .criteria-operator-item-editor{
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor{
  height:1.375rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .dx-texteditor .dx-texteditor-input{
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-content{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor{
  border-radius:0.3125rem;
  border-width:0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-item-editor .dx-texteditor-container{
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operarator-text-item-padding{
  padding:0 0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.clickable{
  min-height:1.5rem;
  min-width:1.875rem;
  padding:0 0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.stylized{
  padding:0 0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-group{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-field{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-parameter{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-operator{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text.criteria-operator-item-value{
  min-width:1.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-text{
  font-size:0.875rem;
  line-height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-filtereditor .dx-filtereditor-tree .criteria-operator-group .criteria-operator-action .criteria-operator-action-image-edit{
  width:1.5rem;
  height:1.5rem;
  padding:0.1875rem 0.25rem 0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input{
  padding-left:1.375rem;
  padding-right:1.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item{
  padding-right:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category{
  padding-right:0.3125rem;
  padding-right:1.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header{
  padding-right:0.3125rem;
  padding-right:0rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header{
  padding-right:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-rtl .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item{
  padding-right:2.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-overlay-content{
  max-height:37.0625rem;
  max-width:45.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-overlay-content .dx-popup-content{
  border-width:0rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree{
  padding:1.0625rem 1.0625rem 0 1.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea{
  border-width:0.0625rem;
  height:14.375rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-textarea .dx-texteditor-input{
  font-size:0.875rem;
  padding-top:0.3125rem;
  padding-left:1.0625rem;
  padding-right:1.375rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools{
  height:13.75rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs{
  top:1.125rem;
  min-width:38.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container{
  border-left-width:0.0625rem;
  border-right-width:0.0625rem;
  border-top-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dxrd-treelist-search-panel-container .dx-texteditor{
  border:0rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-fields .dx-expressioneditor-tools-tab-content-wrapper{
  border-width:0.0625rem;
  top:1.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-content-wrapper{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-collection-function .dx-expressioneditor-collection-function-items{
  border-width:0.0625rem;
  top:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-treelist-text{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-item{
  height:1.625rem;
  line-height:1.625rem;
  padding-left:0.3125rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-header{
  height:1.625rem;
  line-height:1.625rem;
  padding-left:0.3125rem;
  font-size:0.6875rem;
  padding-left:0rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-category{
  height:1.625rem;
  line-height:1.625rem;
  padding-left:0.3125rem;
  font-size:0.6875rem;
  padding-left:1.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-expressioneditor-tools-tab-accordion-header{
  padding-left:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-tools-tabs .dx-expressioneditor-tools-tab .dx-accordion-content .dx-expressioneditor-tools-tab-item{
  padding-left:2.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-expressioneditor .dx-expression-tree .dx-expressioneditor-tools .dx-expressioneditor-description{
  padding:0.3125rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .ace_tooltip.ace_doc-tooltip{
  padding:0.3125rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string.dx-overlay-wrapper .dx-overlay-content{
  max-height:34.8125rem;
  max-width:40.625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content{
  padding:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string.dx-overlay-wrapper .dx-overlay-content .dx-popup-content .dx-format-string-value .dx-texteditor-input{
  font-size:0.875rem;
  padding:0.4375rem 0.5625rem 0.5rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-rtl .dx-format-string-content .dx-format-string-content-area-right{
  padding-right:1.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content{
  width:39.25rem;
  padding:0.1875rem 0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-left{
  width:11.875rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right{
  width:26.125rem;
  padding-left:1.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats{
  height:15.625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-list{
  height:12.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization{
  padding-top:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-value{
  height:2.25rem;
  width:17.375rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-formats .dx-format-string-customization .dx-format-string-customization-add{
  width:6.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area{
  margin-top:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-area-caption{
  padding-bottom:0.1875rem;
  height:1.375rem;
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area .dx-format-string-preview-value{
  border-width:0.0625rem;
  height:4rem;
  line-height:3.5rem;
  font-size:1.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general{
  margin-top:3.375rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-preview-area.dx-format-general .dx-format-string-preview-value{
  height:11rem;
  line-height:10.25rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-right .dx-format-string-customization-general-value.dx-format-string-value{
  height:2.25rem;
  margin-bottom:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-content-area-title{
  padding:0.3125rem 0rem;
  height:1.8125rem;
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-list{
  border-width:0.0625rem;
  height:22.5rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-list .dx-image-filtereditor-remove{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-format-string .dx-format-string-content .dx-format-string-list .dx-list-item:last-of-type .dx-theme-border-color{
  border-bottom-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-bordereditor .dxrd-bordereditor-content{
  letter-spacing:-0.1875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button{
  width:1.5625rem;
  height:1.5625rem;
  background-size:0.75rem 0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-button svg{
  width:0.75rem;
  height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-bordereditor .dxrd-bordereditor-content .dxrd-bordereditor-right-margin{
  margin-right:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button{
  margin:-0.0625rem;
  width:1.5rem;
  height:1.5rem;
  background-size:1rem 1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-button svg{
  width:1rem;
  height:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-editor-label{
  min-width:4.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-textalignment-editor .dxrd-textalignment-editor-content .dxrd-textalignment-margin-top{
  margin-top:-0.3125rem;
}
.dx-report-viewer.dx-accessibility .propertygrid-editor-collapsed{
  top:0.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-ellipsis-button .dxrd-ellipsis-image{
  background-size:1rem 1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-ellipsis-button .dxrd-ellipsis-image svg{
  width:1rem;
  height:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-checkbox{
  margin-top:0.5625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-collapsed{
  margin-top:1rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName{
  left:1.75rem;
  right:3.5rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName{
  right:1.75rem;
  left:3.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-formatting-rule-collection-editor .dxrd-formatting-rule-displayName .propertygrid-editor-displayName{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-string-array-container{
  height:6.25rem;
  margin-right:1rem;
  margin-left:1.1875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-accordion-collection-item .dx-accordion-header > div .dx-group-header-font{
  margin-top:-0.0625rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .resizing{
  border:black 0.125rem dotted;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-property-grid-search-group{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-property-grid-search-group.dx-property-gread-search-collapsed{
  width:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-property-grid-search-group .dx-property-grid-search-box{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box{
  left:2.125rem;
  right:-1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dx-property-grid-search-group .dx-property-grid-search-box{
  left:-1rem;
  right:2.125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-image-padding{
  padding:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-collection-item > .dx-field > .dx-field-value > .dxrd-collectioneditor-action{
  margin-top:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-collectioneditor-action{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-editor .dx-fieldset .dx-field{
  padding-top:0.375rem;
  padding-bottom:0.375rem;
  padding-left:0.875rem;
  padding-right:1rem;
  min-height:1.625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-editor .dx-fieldset .dx-field .dx-field-label{
  padding-top:0.375rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-icon-dxrd{
  width:0.75rem;
  height:0.75rem;
  background-size:0.75rem 0.75rem;
  line-height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dx-icon-dxrd svg{
  width:0.75rem;
  height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-group-header-font{
  font-size:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-group-header-font{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-group-header-font{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-group-header{
  font-size:0.625rem;
  height:2.5rem;
  line-height:2.5rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-group-header{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-group-header{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-group-header{
  padding-left:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-group-header{
  padding-right:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-group-header-collapsed{
  border-bottom-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-texteditor,
.dx-editors .dxrd-properties-wrapper .dx-field-value.dxd-border-accented .dx-checkbox{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label{
  padding-left:0rem;
  padding-right:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editor-header .dx-field-label{
  padding-left:0.8125rem;
  padding-right:0rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right){
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-widget:not(.dx-scrollable-scrollbar):not(.dx-dropdowneditor-button):not(.dx-button-has-icon):not(.no-margin-right){
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-popup-general{
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-popup-general{
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-datebox-container{
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-datebox-container{
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right){
  margin-right:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-field-value > .dxrd-collectioneditor-picker.dx-widget.dx-texteditor:not(.dx-scrollable-scrollbar):not(.no-margin-right){
  margin-left:1.875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-properties-header{
  font-size:0.625rem;
  height:2.5rem;
  line-height:2.5rem;
  padding-top:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-properties-header{
  padding-left:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-properties-header{
  padding-right:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header{
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header{
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content{
  right:2rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content{
  left:2rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group{
  right:1.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group{
  left:1.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor{
  right:4.625rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dxrd-properties-focused-item.dx-widget.dx-selectbox.dx-dropdowneditor{
  left:4.625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-actions-group .dx-property-grid-sorting-actions-container{
  width:4.25rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action{
  width:1.75rem;
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action{
  margin-left:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action{
  margin-right:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd{
  width:1rem;
  height:1rem;
  background-size:1rem 1rem;
  line-height:1rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-sorting-action .dx-icon-dxrd svg{
  width:1rem;
  height:1rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-properties-grid{
  border-top-width:0.0625rem;
  top:5.625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action{
  padding:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image{
  width:1.5rem;
  height:1.5rem;
  background-size:0.75rem 0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-properties-grid .dxrd-properties-grid-action .dxrd-properties-grid-action-image svg{
  width:0.75rem;
  height:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box{
  top:0.5rem;
  width:0.5625rem;
  height:0.5625rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside{
  margin-top:0.0625rem;
  width:0.4375rem;
  height:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside{
  margin-left:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-properties-wrapper .dxrd-editormenu-box .dxrd-editormenu-box-inside{
  margin-right:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header{
  left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header{
  right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-editors .dxrd-editor .dx-field > .dx-field-label.dx-accordion-header .propertygrid-editor-collapsed{
  top:0.4375rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dxrd-radio-nowrap-ellipsis .dx-radio-value-container{
  width:2rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-filtereditor .dx-overlay-content .dx-popup-content{
  padding:1.25rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-invalid.dx-dropdowneditor:not(.dx-tagbox) .dx-texteditor-container:after{
  right:1.5rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-invalid.dx-texteditor .dx-texteditor-container:after{
  width:0.9375rem;
  height:0.9375rem;
  line-height:0.9375rem;
  top:0.3125rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dxrd-editor-content.dx-accordion-content .dx-field > .dx-field-label{
  padding-left:1.1875rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-accordion-content .dx-accordion-content-loading-panel{
  padding:0.3125rem 0rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor:not(.dx-multiline):not(.dx-textarea){
  height:1.625rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input{
  font-size:0.6875rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder{
  font-size:0.6875rem;
  margin-top:-0.125rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-numberbox-spin-container{
  width:1.5rem;
  min-width:1.5rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor .dx-texteditor-input{
  font-size:0.6875rem;
  min-height:1.625rem;
  padding-top:0.3125rem;
  padding-bottom:0.4375rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-texteditor .dx-placeholder{
  font-size:0.6875rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-dropdowneditor{
  height:1.625rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-dropdowneditor .dx-dropdowneditor-button{
  width:1.5rem;
  min-width:1.5rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-selectbox{
  height:1.625rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-selectbox-arrow-container{
  height:1.5rem;
  width:1.5rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-selectbox-arrow-container .dx-selectbox-arrow{
  top:0.625rem;
  left:0.5rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-popup-wrapper .dx-colorbox-overlay .dx-popup-content{
  padding:1.25rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-scrollbar-vertical.dx-scrollbar-hoverable{
  width:0.6875rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll{
  width:0.75rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-designer-viewport{
  font-size:0.6875rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-action-items-container .dx-popup-content{
  font-size:0.75rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-action-items-container .dxrd-action-item{
  padding:0.375rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image{
  padding:0.75rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-action-items-container .dxrd-action-item .dxrd-action-item-image svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-popup-content .dxrd-editor-menu-caption{
  font-size:0.625rem;
  padding:0.4375rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-editor-menu .dxrd-editor-menu-item-separator{
  border-top-width:0.0625rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-editor-menu .dxrd-editor-menu-item .dx-menu-item-text{
  padding-left:0.375rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-rtl .dxrd-editor-menu-item{
  padding-right:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-right.dxrd-tab-panel-border{
  border-left-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-left.dxrd-tab-panel-border{
  border-right-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-left{
  left:3.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel.dxrd-tab-panel-right{
  right:3.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container{
  border-bottom-width:0.0625rem;
  padding-bottom:0.5625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container .dxrd-treelist-search-panel{
  height:1.75rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container{
  padding-right:2rem;
  padding-left:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-treelist-search-panel-container{
  padding-right:1rem;
  padding-left:2rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper.dx-rtl .dxrd-menu-container .dx-overlay-wrapper{
  right:-0.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper.dx-rtl .dxrd-menu-break{
  right:-0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper.dx-ltr .dxrd-menu-container .dx-overlay-wrapper{
  left:-0.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper.dx-ltr .dxrd-menu-break{
  left:-0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper ::-webkit-scrollbar{
  width:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxd-snap-lines-holder .dxd-snap-line{
  border-top:0.0625rem solid red;
  border-left:0.0625rem solid red;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-drag-helper-item{
  border:0.0625rem solid blue;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-locked > .dxrd-drag-helper-control{
  border:0.0625rem solid orangered;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-button{
  border-bottom-width:0.0625rem;
  width:4rem;
  height:4rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image{
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-button .dxrd-menu-button-image svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-break{
  width:1.25rem;
  height:1.25rem;
  top:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-item{
  letter-spacing:-0.625rem;
  margin-top:0.9375rem;
  height:2.5rem;
  line-height:2.5rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-menu-item{
  padding-left:0.625rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-menu-item{
  padding-right:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image{
  padding:1rem;
  background-size:1.5rem 1.5rem;
  height:2.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-image svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text{
  line-height:2.5rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text{
  padding-left:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-text{
  padding-right:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-menu-item .dxrd-menu-item-separator{
  height:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper{
  height:4rem;
  min-width:50rem;
  left:4rem;
  right:23.4375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper{
  left:23.4375rem;
  right:4rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar{
  padding-left:0.75rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar{
  padding-right:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item{
  padding:1rem 0.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image{
  width:2rem;
  height:2rem;
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-image svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator{
  border-right-width:0.0625rem;
  top:0.9375rem;
  height:2.125rem;
  width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator{
  left:-0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item .dxrd-toolbar-item-separator{
  right:-0.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom{
  padding:1rem 0.25rem;
  padding-top:1.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image{
  width:2rem;
  height:2rem;
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-image svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator{
  border-right-width:0.0625rem;
  top:0.9375rem;
  height:2.125rem;
  width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator{
  left:-0.125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-separator{
  right:-0.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-zoom-editor{
  width:5rem;
  height:1.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-wrapper{
  width:4rem;
  top:4.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable{
  width:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-wrapper .dx-scrollbar-vertical.dx-scrollbar-hoverable .dx-scrollable-scroll{
  width:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-item{
  margin:0.5rem 1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding{
  width:2rem;
  height:2rem;
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-toolbox-item .dxrd-image-padding svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-surface-wrapper{
  top:5.25rem;
  left:4rem;
  right:23.4375rem;
  min-width:6.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dx-shadow{
  box-shadow:0rem 0rem 1.875rem 0rem rgba(0, 0, 0, 0.15);
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel{
  top:1.25rem;
  bottom:0rem;
  width:20.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  font-size:0.625rem;
  height:2.5rem;
  line-height:2.5rem;
  padding-top:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  padding-left:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  padding-right:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  padding-left:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  padding-right:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dx-ltr.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  margin-right:1rem;
}
.dx-report-viewer.dx-accessibility .dx-rtl.dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-header{
  margin-left:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body{
  top:3.0625rem;
  bottom:0rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content{
  padding-top:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-right-panel-body .dxrd-right-panel-content.dxrd-export-options-content{
  padding-top:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel .dxrd-fieldslist-wrapper .dxrd-right-panel-body{
  top:5.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-tabs{
  width:3.125rem;
  top:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding{
  padding:0rem;
  width:3.125rem;
  height:3rem;
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-tabs .dxrd-image-padding svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel-collapse{
  height:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-designer-wrapper .dxrd-right-panel-collapse .dxrd-right-panel-collapse-image{
  height:1.25rem;
  width:1.25rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-treelist .dxrd-treelist-droppable.drop-before .dx-treelist-caption::before{
  top:-0.125rem;
  height:0.25rem;
}
.dx-designer .dx-report-viewer.dx-accessibility .dx-treelist .dxrd-treelist-droppable.drop-after .dx-treelist-caption::before{
  bottom:-0.125rem;
  height:0.25rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-treelist-wrapper .dx-scrollable-container{
  max-height:12.5rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-fontsize-reestablished{
  font-size:0.875rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-default-border-style{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-parameter-actions-container,
.dx-rtl .dxrd-preview-parameter-actions-container{
  letter-spacing:-0.25rem;
  padding-left:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action,
.dx-rtl .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action{
  margin-left:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-progress.dxrd-align-default,
.dx-rtl .dxrd-preview-progress.dxrd-align-default{
  right:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-export-item-image-wrapper,
.dx-rtl .dxrd-preview-export-item-image-wrapper{
  padding-left:1.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-preview-search-tab-header,
.dx-rtl .dxrd-preview-search-tab-header{
  padding:0.1875rem 0.8125rem 1.25rem 1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-rtl .dxrd-toolbar,
.dx-rtl .dxrd-toolbar{
  margin-left:3.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-parameter-actions-container,
.dx-ltr .dxrd-preview-parameter-actions-container{
  letter-spacing:-0.25rem;
  padding-right:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action,
.dx-ltr .dxrd-preview-parameter-actions-container .dxrd-preview-parameter-action{
  margin-right:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-progress.dxrd-align-default,
.dx-ltr .dxrd-preview-progress.dxrd-align-default{
  left:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-export-item-image-wrapper,
.dx-ltr .dxrd-preview-export-item-image-wrapper{
  padding-right:1.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-preview-search-tab-header,
.dx-ltr .dxrd-preview-search-tab-header{
  padding:0.1875rem 1rem 1.25rem 0.8125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dx-ltr .dxrd-toolbar,
.dx-ltr .dxrd-toolbar{
  margin-right:3.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper{
  left:0rem;
  right:0rem;
  height:4.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar{
  height:4.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item{
  padding-left:0.25rem;
  padding-right:0.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar .dxrd-toolbar-item-zoom .dxrd-toolbar-item-zoom-editor{
  width:6.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-preview-pager.dxrd-toolbar-item{
  padding:1.125rem 0.25rem 1rem 0.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-preview-pager.dxrd-toolbar-item .dxrd-preview-pager-selectbox{
  width:6.25rem;
  height:1.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-export-options-wrapper .dx-fieldset{
  margin:-0.375rem 0 0;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-fieldset{
  margin:-0.375rem 0 0;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-selectbox{
  min-height:1.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-tag{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dx-field .dx-field-value .dx-tag .dx-tag-content{
  margin-top:0.125rem;
  padding-top:0.1875rem;
  padding-bottom:0.1875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-parameters-wrapper .dxrd-preview-parameter-action{
  font-size:0.625rem;
  margin-top:0.625rem;
  height:1.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dx-fieldset{
  margin:-0.375rem 0 0;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-tab-header-text{
  font-size:0.625rem;
  line-height:2.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-checkbox{
  margin-top:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result-header{
  border-top-width:0.0625rem;
  height:2.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result-header .dxrd-preview-search-result-header-text{
  line-height:1.875rem;
  padding:0.4375rem 0.8125rem 0.625rem;
  font-size:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dx-empty-message{
  line-height:1.875rem;
  padding:0.4375rem 0.8125rem 0.625rem;
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result{
  top:12.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item{
  padding:0.625rem 0.9375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item .dxrd-preview-search-tab-item-text{
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-search-wrapper .dxrd-preview-search-result .dxrd-preview-search-result-item .dxrd-preview-search-tab-item-info{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dx-searcheditor .dx-searcheditor-button{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper{
  top:5.25rem;
  right:0rem;
  left:0rem;
  min-width:6.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-bottom,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-default{
  bottom:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-align-top{
  top:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress.dxrd-align-left{
  left:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress.dxrd-align-right{
  right:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress{
  border-width:0.0625rem;
  width:9.375rem;
  height:2.5rem;
  border-radius:0.375rem;
  padding:0.8125rem 0.9375rem;
  font-size:0.6875rem;
  box-shadow:0rem 0rem 0.9375rem 0rem rgba(0, 0, 0, 0.12);
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-text{
  margin-bottom:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-bar{
  height:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-progress .dxrd-preview-progress-cancel{
  margin-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview{
  box-shadow:0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  border:0.0625rem solid rgba(0, 0, 0, 0.3);
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview-multipage{
  margin:0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-holder .dxrd-report-preview-active{
  border:0.0625rem solid rgba(42, 125, 243, 0.7);
  box-shadow:0 0.125rem 0.5rem rgba(42, 125, 243, 0.2);
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-preview-surface .dxrd-report-preview-placeholder div{
  margin:1.25rem;
  font-size:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrd-report-preview-brick-selected{
  border:0.125rem solid rgba(42, 125, 243, 0.7);
  margin:-0.125rem 0 0 -0.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container:not(.readonly):hover .dxrp-editing-field-borders,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-container.active .dxrp-editing-field-borders{
  border:0.0625rem solid gray;
  box-shadow:inset 0rem 0rem 0rem 0.0625rem gray;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb:not(.readonly):hover .dxrp-editing-field-borders,
.dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dxrp-editing-field-charactercomb.active .dxrp-editing-field-borders{
  border:0.0625rem solid gray;
  box-shadow:inset 0rem 0rem 0rem 0.0625rem gray;
}
.dx-report-viewer.dx-accessibility .dxrd-preview-export-toolbar-item{
  padding-top:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item{
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item .dxrd-preview-export-item-image-wrapper .dxrd-preview-export-item-image{
  height:1.5rem;
  width:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview-export-toolbar-item .dxrd-preview-export-menu-item .dxrd-preview-export-item-text{
  padding:0.0625rem 0.625rem 0.375rem 0.625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-toolbar{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-overlay-wrapper .dx-context-menu.dxrdp-export-to-menu .dx-submenu{
  max-height:25rem;
}
.dx-report-viewer.dx-accessibility .ui-selectable-helper.dxrd-selection-content{
  border:0.0625rem dotted black;
}
.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-item:not(.dxd-border-primary):not(.dxd-border-accented){
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview-search-result{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-item.dx-accessibility-container-highlight{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility .dx-accessibility-container-highlight .dxrd-preview-search-result-header .dxrd-preview-search-result-header-text{
  outline-width:0.0625rem;
  outline-offset:-0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility [role="button"]:focus,
.dx-accessibility [role="tab"]:focus,
.dx-accessibility [role="toolbar"] button:focus,
.dx-accessibility [role="toolbar"] [role="radio"]:focus,
.dx-accessibility [role="toolbar"] .spinbutton:focus,
.dx-accessibility [role="toolbar"] a:focus,
.dx-accessibility [role="listbox"] [role="option"]:focus,
.dx-accessibility [role="tree"] [role="treeitem"]:focus,
.dx-accessibility [role="dialog"]:focus,
.dx-accessibility .dx-accessibility-page-item:focus,
.dx-accessibility .dx-accessibility-list-item:focus,
.dx-accessibility [role="dialog"] [role="button"]:focus{
  outline-width:0.0625rem;
  outline-offset:-0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility .dx-accessibility-toolbar-item:focus{
  outline-width:0.0625rem;
  outline-offset:-0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility .dxrd-preview.dxrd-designer-wrapper .dxrd-preview-wrapper .dx-accessibility-editing-field-item:focus{
  outline-width:0.0625rem;
  outline-offset:-0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility .dx-accessibility-page-item.dx-accessibility-active-state:focus{
  outline-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-accessibility .dx-collectioneditor .dx-scrollable-content{
  padding-top:0.375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-visually-hidden{
  text-indent:-624.9375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-print-dialog .dx-popup-content{
  margin:1.25rem;
  margin-top:2.1875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-loading{
  margin:0.75rem 0 0 0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-taptosearch{
  height:5rem;
  line-height:5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-taptosearch .dxrdp-taptosearch-text{
  font-size:0.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-editor{
  padding:0 1rem;
  height:5rem;
  line-height:5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-mobile-search .dxrdp-search-editor input{
  font-size:1rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-title{
  height:6.25rem;
  padding-top:2.0625rem;
  padding-left:2.5rem;
  padding-bottom:3.125rem;
  font-size:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll{
  top:6.25rem;
  bottom:5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-selectbox .dx-texteditor-input,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-dropdowneditor .dx-texteditor-input,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-texteditor-input{
  min-height:2.125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-selectbox .dx-placeholder,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-dropdowneditor .dx-placeholder,
.dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-texteditor:not(.dx-multiline):not(.dx-textarea) .dx-placeholder{
  margin-top:0rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field{
  padding:0 2.5rem;
  padding-bottom:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-field-label{
  font-size:0.75rem;
  margin-left:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-group-header-font{
  font-size:0.75rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-scroll .dx-fieldset .dx-field .propertygrid-editor-collapsed{
  top:0.4375rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons{
  width:18.8125rem;
  height:5rem;
  line-height:5rem;
  padding:0 2.5rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon{
  padding:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon.dxrdp-parameters-cancel{
  margin-left:1.5625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-icon.dxrdp-parameters-submit{
  margin-top:0.8125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action{
  margin:0 0 0 0.625rem;
  font-size:1.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action.dxrdp-parameters-reset{
  margin-right:0.625rem;
  left:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile .dxrdp-parameters-buttons .dxrdp-parameter-action.dxrdp-parameters-submit{
  right:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-export-popover .dx-popup-content{
  padding:0.875rem;
  border-radius:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dxrd-menu-export-popover .dxrd-menu-export-item{
  width:4.75rem;
  height:4.75rem;
  line-height:4.75rem;
  font-size:1.125rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-actions{
  bottom:2.8125rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrdp-mobile-action{
  margin-right:0.625rem;
  width:4.375rem;
  height:4.375rem;
  border-radius:2.8125rem;
  background-size:1.5rem 1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-actions .dxrdp-mobile-actions-content .dxrdp-mobile-action svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-paginator{
  bottom:2.5rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-paginator .dxrdp-mobile-paginator-content{
  height:1.875rem;
}
.dx-report-viewer.dx-accessibility .dxrdp-mobile-paginator .dxrdp-mobile-paginator-content .dxrdp-mobile-paginator-text{
  border-radius:1.25rem;
  font-size:0.875rem;
  padding:0 0.625rem;
  height:1.875rem;
  line-height:1.875rem;
}
.dx-report-viewer.dx-accessibility .dxrd-mobile-gallery .dxrd-gallery-block .dxrdp-active-border.dxrdp-page-padding{
  border:0.0625rem solid #404040;
}
.dx-report-viewer.dx-accessibility .dxrd-mobile-gallery .dxrd-gallery-block .dxrdp-active-border.dxrdp-active{
  border:0.0625rem solid rgba(42, 125, 243, 0.7);
}
.dx-report-viewer.dx-accessibility .dxrd-preview.dxrd-designer-wrapper.dxrdp-mobile .dxrd-preview-wrapper.dxrdp-fullscreen.dxrdp-search-pending .dx-scrollview-content .dxrdp-content{
  border:0.0625rem solid #808080;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-filtercontent .dx-picture-editing-filtercontent-images{
  top:2.5rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-imagescontainer .dx-picture-editing-block{
  margin-bottom:0.3125rem;
  padding:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-popup-content{
  padding:1.25rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content-fullscreen.dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-popup-content{
  padding:0rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-mobile-signature-options{
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-width{
  height:5rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-width .dx-picture-editing-line-width-slider{
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color{
  padding-top:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors{
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color{
  width:1.4375rem;
  height:1.4375rem;
  padding:0.0625rem;
  border:0.0625rem dotted transparent;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color .dx-picture-editing-brush-options-color-cell{
  width:1.1875rem;
  height:1.1875rem;
  border:0.0625rem solid #a6a6a6;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-brush-options .dx-picture-editing-line-color .dx-picture-editing-brush-options-colors .dx-picture-editing-brush-options-color.selected{
  border:0.0625rem dotted #404040;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode .dx-picture-editing-sizemode-values{
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-alignment{
  padding-top:0.9375rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-alignment .dx-picture-editing-alignment-values{
  padding-top:0.3125rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content > .dx-overlay-content.dx-popup-normal .dx-picture-editing-sizemode-alignment .dx-picture-editing-sizemode-alignment-value{
  width:2.5rem;
  height:2.5rem;
  padding:0.25rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-edit-popup-content .dx-picture-editing-text{
  font-size:0.6875rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing canvas,
.dx-painter canvas{
  top:0rem;
  left:0rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-active{
  width:3rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-active .dx-picture-editing-toolbar{
  width:3rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item{
  width:3rem;
  height:3rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item .dx-picture-editing-toolbar-item-icon{
  width:3rem;
  height:3rem;
}
.dx-report-viewer.dx-accessibility .dx-picture-editing-active .dx-picture-editing-toolbar .dx-picture-editing-toolbar-item .dx-picture-editing-toolbar-item-icon svg{
  width:1.5rem;
  height:1.5rem;
}
.dx-designer .dx-designer-viewport.dx-report-viewer.dx-accessibility .dx-popup-content .dxrv-daterange-editor-popup-container{
  margin:1.25rem;
}
.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-popup-container{
  height:18.75rem;
  width:47rem;
}
.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-popup-container .dxrv-daterange-editor-list{
  width:9.375rem;
  border-width:0.0625rem;
}
.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-popup-container .dxrv-daterange-editor-list .dxrv-daterange-editor-list-item{
  padding:0.375rem 0.3125rem 0.3125rem 0.3125rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-item{
  margin:0.25rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrv-daterange-editor-item .dx-calendar-cell{
  border-radius:0rem;
  padding:0rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-title{
  width:17.625rem;
  left:0.1875rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll{
  top:5.125rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field{
  width:17.625rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-header{
  font-size:0.625rem;
  margin-bottom:0.375rem;
  margin-left:0.1875rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-selectbox,
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column{
  margin:0.1875rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column{
  width:8.0625rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dx-fieldset-column .dx-fieldset-column-separator{
  width:0.5rem;
  height:0.125rem;
  margin-left:-0.8125rem;
  margin-top:1.0625rem;
}
.dx-designer-viewport.dx-report-viewer.dx-accessibility .dxrd-menu-parameters-popup .dx-popup-content .dxrdp-parameters-mobile.dxrv-preview-date-range-mobile-popup .dxrdp-parameters-scroll .dx-fieldset .dx-field .dxrv-daterange-editor-item{
  top:5rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/devexpress-reporting/dist/css/dx-reportdesigner.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
* DevExpress HTML/JS Reporting (dist\css\dx-reportdesigner.css)
* Version:  21.1.5
* Build date: Aug 2, 2021
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
.dx-ltr.dxrd-designer-wrapper.dxcd-designer .dxrd-toolbar-wrapper {
  left: 326px;
}
.dx-rtl.dxrd-designer-wrapper.dxcd-designer .dxrd-toolbar-wrapper {
  right: 326px;
}
.dxrd-designer-wrapper.dxcd-designer .dxrd-surface-wrapper {
  top: 0;
  height: 100%;
}
.dxrd-designer-wrapper.dxcd-designer .dxrd-surface-wrapper .dxrd-surface {
  height: 100%;
  display: inline-block;
}
.dxrd-designer-wrapper.dxcd-designer .dxrd-surface-wrapper .dxrd-surface .dxrd-viewport {
  overflow: auto;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.dxrd-designer-wrapper.dxcd-designer .dxrd-right-panel {
  top: 1px;
}
.dx-ltr.dxrd-designer-wrapper.dxcd-designer .dxrd-right-panel {
  right: 1px;
}
.dx-rtl.dxrd-designer-wrapper.dxcd-designer .dxrd-right-panel {
  left: 1px;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel {
  border-right-width: 1px;
  border-right-style: solid;
  width: 326px;
  height: 100%;
  position: absolute;
  top: 1px;
}
.dx-ltr.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel {
  left: 1px;
}
.dx-rtl.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel {
  right: 1px;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxcd-indicators-list {
  letter-spacing: normal;
  height: 300px;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxcd-indicators-list .dx-list-search {
  border-top: none;
  border-right: none;
  border-left: none;
  height: 36px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 0;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxcd-indicators-list .dx-list-search .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxcd-indicators-list .dx-list-search .dx-placeholder {
  font-size: 14px;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxrd-right-panel {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-left: none;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxrd-right-panel .dxcd-chart-structure {
  height: 100%;
}
.dxrd-designer-wrapper.dxcd-designer .dx-chart-left-panel .dxrd-right-panel .dxcd-chart-structure .dx-treelist-item .dx-treelist-image-empty {
  display: none;
}
.dxrd-designer-wrapper.dxcd-designer .propertygrid-editor-checkbox {
  left: 0;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg:hover .dxcd-summaryFunction-remove {
  pointer-events: auto;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg:hover .dxcd-summaryFunction-remove .dxcd-summaryFunction-remove-icon {
  display: block;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg:hover .dx-texteditor {
  margin-right: 30px;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg .dxcd-summaryFunction-remove {
  pointer-events: none;
  cursor: pointer;
  float: right;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg .dxcd-summaryFunction-remove .dxcd-summaryFunction-remove-icon {
  display: none;
  background-size: 24px;
  background-position: center;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 0;
}
.dxcd-summary-function-content .dxcd-summaryfunction-arg .dx-texteditor {
  transition: all ease-in-out 0.1s;
}
.dxcd-summary-function-content .dxrcd-summaryfunction-addnew {
  cursor: pointer;
  border-bottom: 1px dashed;
}
.dx-designer {
  /*override Bootstap styles*/
  /*revert Devextreme styles*/
  /*
        ***not used border-box***
        .dx-quill-container
        .dx-htmleditor-content
        .dx-filemanager-progresspanel
        .dx-filemanager .dx-filemanager-container 
    */
  /*
        ***not used content-box***
        .dx-datagrid-drag-header 
        .dx-pivotgrid td
        .dx-treelist-drag-header
        .dx-calendar-body td 
        .dx-resize-frame
        .dx-scrollview-pull-down
    */
}
.dx-designer *,
.dx-designer *:before,
.dx-designer *:after {
  box-sizing: content-box;
}
.dx-designer svg {
  vertical-align: baseline;
}
.dx-designer .dx-widget,
.dx-designer .dx-widget *,
.dx-designer .dx-widget :after,
.dx-designer .dx-widget :before,
.dx-designer .dx-widget:after,
.dx-designer .dx-widget:before,
.dx-designer .dx-fieldset,
.dx-designer .dx-fieldset *,
.dx-designer .dx-scrollable-content,
.dx-designer .dx-sortable-placeholder,
.dx-designer .dx-overlay-wrapper,
.dx-designer .dx-overlay-wrapper *,
.dx-designer .dx-overlay-wrapper :after,
.dx-designer .dx-overlay-wrapper :before,
.dx-designer .dx-overlay-wrapper:after,
.dx-designer .dx-overlay-wrapper:before {
  box-sizing: border-box;
}
.dx-designer .dx-radiogroup .dx-widget .dx-radiobutton-icon:before {
  box-sizing: content-box;
}
.dx-designer .dx-searchbox .dx-icon-search:before,
.dx-designer .dx-toolbar .dx-button .dx-icon,
.dx-designer .dx-toolbar-item,
.dx-designer .dx-toolbar-menu-container,
.dx-designer .dx-overlay-content .dx-popup-content {
  box-sizing: content-box;
}
.ui-selectable-helper.dxrd-selection-content {
  box-sizing: content-box;
}
.dxrd-image-surface-barcode {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNTAgMzciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1MCAzNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzNEM0QzRDt9DQo8L3N0eWxlPg0KPGc+DQoJPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMzciLz4NCgk8cmVjdCB4PSI0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjI2IiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjMyIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjQyIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjYwIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjY2IiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9Ijg4IiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9Ijk0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjEwMCIgY2xhc3M9InN0MCIgd2lkdGg9IjQiIGhlaWdodD0iMzciLz4NCgk8cmVjdCB4PSIxMDYiIGNsYXNzPSJzdDAiIHdpZHRoPSI0IiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMTIyIiBjbGFzcz0ic3QwIiB3aWR0aD0iNCIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjEzMiIgY2xhc3M9InN0MCIgd2lkdGg9IjQiIGhlaWdodD0iMzciLz4NCgk8cmVjdCB4PSIxNDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI0IiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMTQiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMTgiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMjIiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMzgiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iNDgiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iNTYiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iNzYiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iODAiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iODQiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMTEyIiBjbGFzcz0ic3QwIiB3aWR0aD0iMiIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjExNiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMzciLz4NCgk8cmVjdCB4PSIxMjgiIGNsYXNzPSJzdDAiIHdpZHRoPSIyIiBoZWlnaHQ9IjM3Ii8+DQoJPHJlY3QgeD0iMTM4IiBjbGFzcz0ic3QwIiB3aWR0aD0iMiIgaGVpZ2h0PSIzNyIvPg0KCTxyZWN0IHg9IjE0OCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMzciLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
}
.dxrd-image-surface-picturebox_placeholder {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzRDNEM0Q7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDB2MTBoMTJWMEgweiBNMywxYzAuNiwwLDEsMC40LDEsMWMwLDAuNi0wLjQsMS0xLDFTMiwyLjUsMiwyQzIsMS40LDIuNCwxLDMsMXogTTExLDlIMVY4bDItMmwxLDFsNC00bDMsM1Y5DQoJeiIvPg0KPC9zdmc+DQo=);
}
.dxrd-image-surface-bounded:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii01IDcgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTUgNyAxMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzNEM0QzRDt9DQo8L3N0eWxlPg0KPGc+DQoJPGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9IjEiIGN5PSI4IiByeD0iNCIgcnk9IjEiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNSwxMGMwLDAuNS0xLjgsMS00LDFzLTMuOS0wLjQtNC0wLjlWMThjMCwwLjUsMS44LDEsNCwxczQtMC40LDQtMVYxMEw1LDEwTDUsMTB6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.dxrd-image-surface-bounded-notvalid:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9Ii01IDcgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTUgNyAxMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRjAwMDA7fQo8L3N0eWxlPgo8Zz4KCTxlbGxpcHNlIGNsYXNzPSJzdDAiIGN4PSIxIiBjeT0iOCIgcng9IjQiIHJ5PSIxIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNSwxMGMwLDAuNS0xLjgsMS00LDFzLTMuOS0wLjQtNC0wLjlWMThjMCwwLjUsMS44LDEsNCwxczQtMC40LDQtMVYxMEw1LDEwTDUsMTB6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.dxrd-image-surface-bounded-warning:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9Ii01IDcgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTUgNyAxMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnJnYmEoMjQwLCAxNzMsIDc4LCAxKTt9Cjwvc3R5bGU+CjxnPgoJPGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9IjEiIGN5PSI4IiByeD0iNCIgcnk9IjEiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LDEwYzAsMC41LTEuOCwxLTQsMXMtMy45LTAuNC00LTAuOVYxOGMwLDAuNSwxLjgsMSw0LDFzNC0wLjQsNC0xVjEwTDUsMTBMNSwxMHoiLz4KPC9nPgo8L3N2Zz4K);
}
.dxrd-image-ghost-bounded {
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii01IDcgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTUgNyAxMiAxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzNEM0QzRDt9DQo8L3N0eWxlPg0KPGc+DQoJPGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9IjEiIGN5PSI4IiByeD0iNCIgcnk9IjEiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNSwxMGMwLDAuNS0xLjgsMS00LDFzLTMuOS0wLjQtNC0wLjlWMThjMCwwLjUsMS44LDEsNCwxczQtMC40LDQtMVYxMEw1LDEwTDUsMTB6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}
.dxrd-pivot-content {
  direction: ltr;
}
.dxrd-surface-rtl .dxrd-pivot-content {
  direction: rtl;
}
.dxrd-pivot-content .dxrd-pivot-filter-area {
  background: #dddddd;
  border-bottom: 1px solid #bbbbbb;
  height: 28px;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-filter-area {
  background: transparent;
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-fields-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 20px;
  width: 100%;
  padding: 4px;
  margin-right: -1px;
  text-align: left;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-fields-wrapper {
  margin-left: -1px;
  margin-right: 0px;
  text-align: right;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-fields-wrapper {
  text-overflow: inherit;
}
.dxrd-pivot-content .dxrd-pivot-fields-wrapper .dxrd-pivot-field {
  text-align: left;
}
.dxrd-pivot-content-rtl.dxrd-pivot-content .dxrd-pivot-fields-wrapper .dxrd-pivot-field {
  text-align: right;
}
.dxrd-pivot-content .dxrd-pivot-field {
  overflow: hidden;
}
.dxrd-pivot-content .dxrd-pivot-field .dxrd-pivot-field-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 100%;
  padding: 1px 4px 0px 4px;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-field .dxrd-pivot-field-content {
  text-overflow: inherit;
}
.dxrd-pivot-content .dxrd-pivot-field-wrapper {
  border: 1px solid #bbbbbb;
  background: #eeeeee;
  display: inline-block;
  height: 18px;
  margin-right: 1px;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-field-wrapper {
  background: transparent;
  border-color: transparent;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-field-wrapper {
  margin-left: 1px;
  margin-right: 0px;
}
.dxrd-pivot-content .dxrd-pivot-field-selected {
  background: #A9A9A9;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-field-selected {
  background: transparent;
}
.dxrd-pivot-content .dxrd-pivot-total-wrapper {
  min-width: 100px;
  border-top: 1px solid #bbbbbb;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-total-wrapper {
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-total {
  border-bottom: 1px solid #bbbbbb;
  background: #eeeeee;
  padding: 1px 4px 0px 4px;
  min-height: 19px;
  border-right: 1px solid #bbbbbb;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-total {
  border-left: 1px solid #bbbbbb;
  border-right: 0;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-total {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.dxrd-pivot-content-rtl.dxrd-pivot-content .dxrd-pivot-total {
  text-align: right;
}
.dxrd-pivot-content:not(.dxrd-pivot-content-rtl).dxrd-pivot-content .dxrd-pivot-total {
  text-align: left;
}
.dxrd-pivot-content .dxrd-pivot-grid-area-left {
  float: left;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-grid-area-left {
  float: right;
}
.dxrd-pivot-content .dxrd-pivot-rows-area {
  position: relative;
  overflow: hidden;
}
.dxrd-pivot-content .dxrd-pivot-rows-header {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  padding-top: 22px;
  min-width: 100px;
  border-bottom: 1px solid #bbbbbb;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-rows-header {
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-grid-area-right {
  position: relative;
  overflow: hidden;
}
.dxrd-pivot-content .dxrd-pivot-columns-header {
  height: 28px;
  position: relative;
}
.dxrd-pivot-content .dxrd-pivot-data-area {
  overflow: hidden;
  white-space: nowrap;
}
.dxrd-pivot-content-rtl.dxrd-pivot-content .dxrd-pivot-data-area {
  text-align: right;
}
.dxrd-pivot-content:not(.dxrd-pivot-content-rtl).dxrd-pivot-content .dxrd-pivot-data-area {
  text-align: left;
}
.dxrd-pivot-content .dxrd-pivot-data-field {
  float: left;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-data-field {
  float: right;
}
.dxrd-pivot-content .dxrd-pivot-data-header {
  border-left: 1px solid #bbbbbb;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-data-header {
  border-color: transparent;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-data-header {
  border-right: 1px solid #bbbbbb;
  border-left: 0;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-data-header {
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-field-empty {
  background: white;
  border-bottom: 1px solid #bbbbbb;
  height: 20px;
  line-height: 19px;
  border-right: 1px solid #bbbbbb;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-field-empty {
  border-left: 1px solid #bbbbbb;
  border-right: 0;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-field-empty {
  border-color: transparent;
  background: transparent;
}
.dxrd-pivot-content .dxrd-pivot-text {
  color: #808080;
  display: inline-block;
  font-size: 11px;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-text {
  color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-text-wrapper {
  line-height: 27px;
  padding-left: 4px;
  text-align: left;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-text-wrapper {
  text-align: right;
  padding-right: 4px;
}
.dxrd-pivot-content .dxrd-pivot-data-field > .dxrd-pivot-field-wrapper {
  border: none;
  display: block;
  height: 20px;
  border-right: 1px solid #bbbbbb;
  margin-right: 0px;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-data-field > .dxrd-pivot-field-wrapper {
  border-left: 1px solid #bbbbbb;
  margin-left: 0px;
  border-right: 0;
  margin-right: 0px;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-data-field > .dxrd-pivot-field-wrapper {
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-data-field > .dxrd-pivot-field-wrapper > .dxrd-pivot-field {
  border-bottom: 1px solid #bbbbbb;
  height: 18px;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-data-field > .dxrd-pivot-field-wrapper > .dxrd-pivot-field {
  border-color: transparent;
}
.dxrd-pivot-content .dxrd-pivot-filter-area > .dxrd-pivot-fields-wrapper > .dxrd-pivot-field-wrapper {
  min-width: 100px;
}
.dxrd-pivot-content .dxrd-pivot-columns-header > .dxrd-pivot-fields-wrapper > .dxrd-pivot-field-wrapper {
  min-width: 100px;
}
.dxrd-pivot-content .dxrd-pivot-columns-header > .dxrd-pivot-fields-wrapper {
  padding-left: 0px;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-columns-header > .dxrd-pivot-fields-wrapper {
  padding-right: 0px;
}
.dxrd-pivot-content .dxrd-pivot-rows-area > .dxrd-pivot-total {
  border-right: none;
}
.dxrd-surface-rtl .dxrd-pivot-content .dxrd-pivot-rows-area > .dxrd-pivot-total {
  border-left: none;
}
.dxrd-selection .dxrd-pivot-content .dxrd-pivot-rows-area > .dxrd-pivot-total {
  border-color: transparent;
}
.dxrd-reportdialog .dx-popup-content {
  margin-bottom: 0;
}
.dx-designer .dx-designer-viewport .dxrd-reportdialog .dx-popup-content {
  padding: 20px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-easy-content {
  margin: 40px 60px 35px 60px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content {
  margin: 16px 60px 64px 60px;
  max-width: 100%;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-image-exlamation-icons {
  padding: 30px 24px;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  position: relative;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-image-exlamation-icons svg {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: normal;
  cursor: default;
  width: 462px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text .dxrd-reportdialog-toggle-link {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text .dxrd-reportdialog-toggle-link:hover {
  text-decoration: none;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text .dxrd-reportdialog-content-confirm-message {
  display: table-cell;
  height: 66px;
  vertical-align: middle;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text .dxrd-reportdialog-scroll-view-content {
  height: 193px;
  margin-top: 10px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-converter-content .dxrd-reportdialog-content-text .dxrd-reportdialog-scroll-view-content .dxrd-reportdialog-scroll-view-content-text {
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 15px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content {
  margin: 10px 10px 5px 10px;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content .dx-texteditor-container .dx-texteditor-input,
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content .dx-texteditor-container .dx-placeholder {
  font-size: 14px;
  margin-top: 0;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content .dxrd-reportdialog-urls .dx-list-item {
  border: none;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content .dx-fieldset {
  margin: 0 0 6px 0;
  padding: 0;
}
.dxrd-reportdialog .dx-popup-content .dxrd-reportdialog-content .dx-fieldset .dx-field {
  padding: 0;
  background-color: transparent;
}
.dxrd-reportdialog .dx-popup-bottom {
  padding: 0 30px 30px;
}
.dxrd-reportdialog .dx-popup-bottom .dx-toolbar-item {
  padding-right: 6px;
}
.dx-designer .dxrd-parameters-dialog.dxrd-parameters-edit-dialog .dxrd-parameters-popup-content {
  padding: 10px 24px 25px 40px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content {
  width: 100%;
  height: 100%;
  padding: 4px 24px 25px 24px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor {
  height: 100%;
  border-color: inherit;
  position: relative;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor > div {
  border-color: inherit;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-collectioneditor-header-text {
  opacity: 0.75;
  float: left;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-collectioneditor-header-text .propertygrid-editor-collapsed {
  display: none;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-accordion-content {
  position: absolute;
  top: 36px;
  border-color: inherit;
  border-width: 1px;
  border-style: solid;
  bottom: 0px;
  width: 100%;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-accordion-content .dx-scrollable-scroll {
  padding: 0;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-accordion-content .dx-collectioneditor-items {
  height: 100%;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-collectioneditor .dx-accordion-content .dx-collectioneditor-items .dxrd-parameter-editing-collection-item {
  padding: 5px 10px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dx-group-header-font {
  padding-left: 0px;
  opacity: 0.5;
  text-transform: none;
  font-size: 12px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dx-field {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dx-field .dx-field-label {
  font-size: 12px;
  opacity: 0.75;
  right: 250px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dx-field .dx-field-value {
  height: auto;
  width: 250px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dx-field .dx-field-value .dx-texteditor {
  height: 30px;
  border-radius: 0px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dx-field .dx-field-value .dx-texteditor .dx-texteditor-input {
  font-size: 12px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameters-checkbox {
  min-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 24px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameters-checkbox .dx-field-value {
  height: 24px;
  min-height: 24px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameters-checkbox .dx-field-value .propertygrid-editor-checkbox {
  margin: 0;
  float: none;
  width: 100%;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameters-checkbox .dx-field-value .propertygrid-editor-checkbox .dx-checkbox-icon {
  font-size: 12px;
  width: 16px;
  height: 16px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameters-checkbox .dx-field-value .propertygrid-editor-checkbox .dx-checkbox-text {
  font-size: 12px;
  opacity: 0.75;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-edit-content-grid {
  width: calc(50% - 16px);
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-edit-content-grid.dxrd-parameters-properties {
  float: left;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-edit-content-grid.dxrd-parameters-settings {
  float: right;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-group-editor.dxrd-parameters-group-offset {
  padding-top: 22px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-group-editor .dx-accordion-header {
  right: 0px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-group-editor .dx-field {
  padding-top: 3px;
  padding-bottom: 3px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-group-editor .dx-accordion-content {
  border: none;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-lookup-values-collectioneditor {
  height: 305px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-popup-content .dxrd-parameter-edit-content .dxrd-parameter-values-collectioneditor {
  height: 148px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content {
  width: 100%;
  height: 100%;
  min-width: 714px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameters-content-list {
  width: 346px;
  padding-right: 46px;
  height: 100%;
  float: left;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameters-content-list .dx-collectioneditor-empty {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -37px;
  text-align: center;
  overflow: hidden;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content {
  width: 810px;
  float: right;
  margin-top: 30px;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content.dx-empty {
  position: relative;
}
.dx-designer .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameters-content-empty {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
}
.dx-designer .dx-popup-bottom.dx-toolbar {
  padding: 0px 30px 26px 30px;
}
.dx-designer .dx-popup-bottom.dx-toolbar .dx-toolbar-item {
  padding: 0 6px 0 0;
}
.dx-designer .dx-popup-bottom.dx-toolbar .dx-toolbar-item .dx-button {
  height: 30px;
  font-size: 12px;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-popup-content {
  padding-right: 0px;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameters-content-list {
  width: 306px;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content {
  width: 410px;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content-grid {
  width: auto;
  padding-right: 24px;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content-grid.dxrd-parameters-properties {
  float: none;
}
.dx-designer-viewport:not(.dx-designer-viewport-xl) .dxrd-parameters-dialog .dxrd-parameters-content .dxrd-parameter-edit-content-grid.dxrd-parameters-settings {
  float: none;
}
.dxrd-scripts {
  width: 100%;
  height: 100%;
}
.dxrd-scripts .dxrd-designer-wrapper .dxrd-toolbar-wrapper {
  left: 0;
  right: 0;
}
.dxrd-scripts .dxrd-designer-wrapper .dxrd-toolbar-wrapper .dxrd-toolbar-selectbox {
  vertical-align: top;
  padding-top: 18px;
}
.dxrd-scripts .dxrd-designer-wrapper .dxrd-scripts-wrapper {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
}
.dxrd-scripts .dxrd-designer-wrapper .dxrd-scripts-wrapper .dxrd-scripts-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
.dxrd-summaryeditor-popup .propertygrid-editor-checkbox {
  width: 100%;
}
.dxrd-summaryeditor-popup .dx-editors .dx-fieldset .dx-field {
  padding-right: 30px;
}
.dxrd-summaryeditor-popup .dx-fieldset {
  padding-top: 24px;
}
.dxrd-summaryeditor-popup .dx-editors .dx-editor .dx-field-label.dx-accordion-header {
  left: 30px;
}
.dxrd-summaryeditor-popup .dx-checkbox-text {
  padding-left: 33px;
}
.dxrd-summaryeditor-popup .dx-field-value:not(.dx-widget) > .dx-checkbox {
  margin: 0;
}
.dxrd-summaryeditor-popup .dxrd-first-checkbox {
  padding-top: 3px;
}
.dx-editors .dx-checkbox-text {
  font-size: 11px;
}
.minor-graduation {
  stroke: #eeeeee;
  stroke-width: 1px;
}
.major-graduation {
  stroke: #dbdbdb;
  stroke-width: 1px;
}
.ruler {
  fill: #fee7ab;
}
.ruler-mark {
  fill: gray;
  font-size: xx-small;
  cursor: default;
}
.ruler-graduation {
  stroke: gray;
}
.dx-designer .dxrd-page-color-scheme-colorpicker .dx-popup-content {
  padding: 20px;
}
.dx-designer .dxrd-page-color-scheme-colorpicker .dxrd-page-color-scheme-colorpicker-editor-container {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.dx-designer .dxrd-page-color-scheme-colorpicker .dxrd-page-color-scheme-colorpicker-buttons {
  margin-top: 20px;
  text-align: right;
}
.dx-designer .dxrd-page-color-scheme-colorpicker .dxrd-page-color-scheme-colorpicker-buttons .dxrd-page-color-scheme-colorpicker-button {
  width: 100px;
  float: right;
  margin-left: 8px;
}
.dxrd-wizard.dxrd-master-detail-report-wizard .dxrd-wizard-navigation .dxrd-wizard-btn {
  min-width: 100px;
}
.dxrd-wizard.dxrd-master-detail-report-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.right {
  margin-left: 8px;
}
.dxrd-wizard.dxrd-master-detail-report-wizard .dxrd-wizard-navigation .dxrd-wizard-btn.left {
  margin-right: 8px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 20px 21px 20px 21px;
  padding: 0;
  height: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-wizard-connections {
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-wizard-connections .dxrd-wizard-list {
  height: 100%;
}
.dxrd-multiqueries-sqldatasource-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page {
  margin: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-add-queries-page {
  position: absolute;
  top: 40px;
  height: auto;
  bottom: 0px;
  left: 0;
  right: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-datasourceoperation {
  position: absolute;
  height: 65px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-availabledatasources {
  position: absolute;
  top: 65px;
  width: 100%;
  bottom: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-left-panel,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-right-panel {
  width: 45%;
  position: absolute;
  height: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-left-panel .dxrd-wizard-panel-content,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-right-panel .dxrd-wizard-panel-content {
  position: absolute;
  top: 42px;
  bottom: 0px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-left-panel {
  left: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-right-panel {
  right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-splitter {
  width: 64px;
  height: 223px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dxrd-wizard-splitter-action {
  width: 24px;
  height: 24px;
  display: block;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page {
  width: 360px;
  height: 209px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list {
  padding-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page {
  width: 360px;
  margin: 0 auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list {
  padding: 50px 0 25px 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list > div {
  width: 240px;
  display: inline-block;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list .dxrd-wizard-selectlabelproduct-list-label {
  width: 115px;
  position: relative;
  top: -6px;
  padding-bottom: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectproduct-props > div {
  padding: 5px 0 5px 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectproduct-props > div > span:first-child {
  width: 115px;
  display: inline-block;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props {
  height: 50px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize {
  width: 305px;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > span {
  top: -5px;
  position: relative;
  width: 130px;
  display: inline-block;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div {
  display: inline-block;
  width: 150px;
  height: 24px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  font-size: 7pt;
  clear: both;
  opacity: 0.5;
  margin-left: 135px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit {
  width: 329px;
  float: right;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit .dx-radio-value-container:first-child {
  padding-left: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props {
  width: 305px;
  line-height: 22px;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props .dxrd-wizard-customizelabel-prop-whis-top-margin {
  margin-top: 8px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div {
  display: inline-block;
  width: 150px;
  height: 24px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > span {
  width: 130px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-pic {
  border-width: 1px;
  border-style: solid;
  float: right;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-pic .dxrd-wizard-customizelabel-pic-element {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUUAAADKCAMAAAAFO6LWAAABJlBMVEX///8Rq4Hz8/MMo+LcW7OHzusbqONNvp+34NXk7vIgsIkvtZCo280+uZhcw6dZvujV6eQ6s+WX0+xKuOf43vDk7uuK0b4rruRow+nG5dzU6PHF4/CZ1sXlh8e13u6m2O3zyObeZrhryK96zbb99Pry8vLhcb3qndHOzs766fXlhMb21uzf39/vstzQ0NDS0tJ4yOroksz20+vxveHsqNbjfMK9vb329va/v7/d3d3Kysr7+/vPz8+3t7fs7Ozn5+fV1dVGt+a64da53+9KvZ674de63+/9/f22traCz7p/y+rtrdlJvZ1Ft+b8/Pz+/v709PS+vr65ubnm5ubNzc3Ly8u8vLzg4OC4uLjr6+vAwMCsrKyhoaHe3t6tra2ioqLx8fGwsLAcAF5lAAAJP0lEQVR4Xu3d127jShIGYFY1c6ZyznLOYXLO+cSwObz/S2w1qfEY2MGOKMpSa7b+C/nQ8MEUPnQ1Kciu1rB4ODenyIqct8UVOc/gZWFFzgd4UVyRlyLAy8KKvBQBXhRW5MDm3l1Y8QGqnQesWCSsyIqsyIr4/6jIik6O769MsboRioZoIYoGYskU5gliJERi4IkQ7URQGii/Rg4a8meiOtYFpYyOEK30f74hRQ8oFnZccMeIIUDQWYPiq6c5FXuiXkpECSOzF4lWyyw7vX4/MduOaRqRiNAgV6nY65tJv4eGSeS5FJ++yqNo+27g2zZ4nQA6GLq2BfGKFclQiLkV260WKRIdOiKRUIboodlAxD6pGqKPWBaOIcp1qYhYLyNiEtFlLkUhyDFHr3gWYkh0VQgw9NAHe8WK78ScSRWzxq1LoLJJmok4wVSxZUaIDeEgNXibtM2TK8W26JdE+0pRzJl3ORU9DxEtF0N37Hkr7+jnH3OsxX67TYplqWUmGJmGMDLFpO7gtbXolESSKUrWclk0cq7Fj88xp6IFVUQ3IMWRX125onTMuS/2RbkfyX2xLlee3Bcb4qTXox2yXjpJ90WHMD8r1hPDSExJ3GvjfJGGeRV9sPxQ7oveptyjDVOYBkpFp57Ie/Ss1Xt1enVSRRLNFHvEjSXRM9L7dY7kVMSaC24NVVPk58XiioV811tfddMUqZXNqHXV04bsddFryyYu129UMYQAMQawSQ0gRqwBeCO6GLngdhDAasqf6EB1ExRPSqIh7y/9koj6LUMkpZP2ShRdoqu5pEiv7lgq+mPokG7oj30cgd0EqG2KYgnrSfbEmD70mJmt0WrdtKJFRoElFYPQ8qRi3IRaE0KkZFcWxBuiWI5E6UrREY1MUeamFcMghg4pNsHvQJPcAgirPvix61qZoh9YG6KYnLTxShEzuragrk5uWtGHkWWT4hgsC0bkViM9G0ZV3wsyRWpqa1M6GlHui5liJKK+sZp90UIXOlLRC2q1wJVuPtTQc8c2KY4loU2Ym6Mo79GZohMJYfZWpDiCKina0EGkziZFDN04tgCCWnaPlnumAor8vMifGLAiK/InqazIiqzIiqzIiqyY4zeSWbHYb8ezYvG/1GDFlf/VECviW/yuFPl9NCs+yJl/y5edW//458M3a8/Pf/ntYPo1xenff/vpJupbakf/cefBL7dfa2vPpx9/2blzsML6lqg4Pf71z5oyefTr8TRHfcooHj+5rymU+0+OC9T3fvmK7+ZRPNghRKUYdw4Wrm9f31+24ivxHL+ZnVuPNMXy6PfpovXt6XvLVnwqPuI38/uRplyO7i5Y376u51uM8yxFMcdi/Otj9RQf31uwvj1S3Fuu4lMh5liMf7utnuLtWwvXpy//7iLw2/nTa/UUXz/MUZ8Sim80BfMmT32syIqsyIqsyIqsyIqsyIqsyIqsyIqsyIqsyIqsyIqsyIrqhBVZkRVZkRVZkRVZkRVZkRVZkRVZUdXfji+ueKafawP9VKvoA13vakNd39qeDHSZyumWJr/Pit/MRN/WtvUt7VCfbOtn2rB7fql3dwfb+uFgskbFyeSGFJ1vKu7vLcDY3dK2uvru6SVB7mrDbU27pK8DvaJpp1u7u4MFFPf2cynKf1fTt+mrrm9fUA9oZ5fUEtQG51l5OqU7p2JSTwcetoUQ9Wwm/mzyfTr9q0//fYLYT4fRRfX/ViRDXc+PSHYVndp66+JKkb4zU9QpCyjqOjkuong+qOwOu5OKvnV4vn2leDYYXg7O5lQ0sonibdHo92Yz8bPJ93ISXVuYhlGSfqL3dcX3+gLRZMueDrXLU/3sSrGrT2aKw0rlPFXUc+d9HsXK7m6qWJlosoJTaoS0ssPdXVLUqFnm7uiWMLCcyOlzjjObiT+bfG82MCJiiiMMuljqWtSGw1PtYkhyF+m+ODil5vrc0YS8irVImXX0uVTc2tK2h8Ozii6TU5EIHVFC2dHRbCb+F8V65lYSrYYpFZe3L2pdKv1M7juf79GHWj7F4vvioFJJFc8qE1KUzVC5oAv9olK5zKtYEoZw0q2xlc3Ev6ZYzsbeJ6JcF/2vKSqY/Pvi4CzdF8/17oBIs30xr6IjTDJryxn4s5n4maLcF0siKZX6LREZhhmRca/X+g4VqRvSe/ThUB92K4spYlmUpCJlNhM/U5T36GxWfgobCScSQhjf9XuXibby50V+B1hckBWXNQ2fPzEoPg2fFYtPw2fFZU3DZ8Xi0/BZsfg0fFbMMQ2fFZV4XmRFZEVW5IkHrLiSsCIrsiIrsiIrsiIrsiIrsiIrsiIrsiIrsiIrsiIrsuLP99WeNC3rU1/xzo9qTz2X9amveE/xCfz3ck/gX4fiXcVPg7ib+zSIdShOVTyZ5F+L1idPJlmHIh7sfFIL8dPOwcL17ev761HE4yc/qIT4w5PjAvW919akOD3aUaipH+0cTYvUtyZFysGdo8e3FViQP9x+fHTnIEd9Sini9O49OrVw7Xn4072701XWtwxFjiqKrMhZxulhnGWcZMdZxqmKnGWc8MlZzmmzrKh4WJEVH+SN4ufq40acq4+Kn6uPG3GuPip9rv71+pRWVPxc/aw+5RXVPlc/q095xani5+rL+lRQ3PxPUtVXVP9T/U1QvKX2ufpUn9KKm3+ufvHwX5mzIiuyIiuyIiuyIiuyIiuyIiuyYughYhMAPAwBwPeAYi2kyIoj38bQ9f3Y9t3AtxdSZMVOtSpBZTxr4Y7mjg4xBNeNCyiyYq0Zpx1dXUiRFV3bjpswtu0CHc2KALQQgaKYIj8vsmJ1XkVWDCFAjAFsUgOIEWsA3oguRi64HQSwmvInOlD9H4qs6BJdzSVFenXHUtEfQ4d0Q3/s4wjsJkDta4qs+PLFlaJFRoElFYPQ8qRiLB93IERKdmVBfE3xxUtkxdQQ4ItiGMTQIcUm+B1oklsAYdUHP3ZdK1P0A+uaIgA5suJb+JxU0YeRZZPiGCwLRuRWIz0bRlXfCzJFampLKsJV3rIiPvtwfS2iCx2p6AW1WuBKNx9q6LljmxTHktAmzOtr8cMzZMXU8ZriCKqkaEMHkTqbFDF049gCCGrZPVrumV8UpSEr8vMiv3dhRVZkRVZkRVZkRVZkRVZkxfWFFVmRFVmRFVmRFVnxP2AABA2cY45vAAAAAElFTkSuQmCC);
  width: 327px;
  height: 204px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-labelscounttext {
  padding-top: 10px;
  font-size: 14px;
  margin-top: 6px;
  float: right;
  text-align: right;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page {
  width: 646px;
  margin: auto;
  height: 345px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pagesizetext-inline {
  display: none;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props {
  height: 55px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > span {
  top: -6px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div {
  height: 26px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props {
  line-height: 30px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div {
  height: 26px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > span {
  top: -6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-columns-page .dxrd-wizard-available-fields {
  float: left;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-columns-page .dxrd-wizard-available-fields .dxrd-wizard-available-fields-title {
  margin-bottom: 7px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-columns-page .dxrd-wizard-available-fields .dxrd-wizard-available-fields-title .dxrd-wizard-available-fields-checkbox {
  display: inline;
  margin-left: 10px;
  margin-right: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-columns-page .dxrd-wizard-selected-fields {
  float: right;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-columns-page .dxrd-wizard-selected-fields .dxrd-wizard-selected-fields-title {
  margin-bottom: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page {
  height: 100%;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 212px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options-titles {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-left: 190px;
  padding-top: 35px;
  padding-bottom: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options-titles > div {
  width: 82px;
  display: inline-block;
  text-align: center;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-columns {
  border-right-width: 1px;
  border-right-style: solid;
  width: 189px;
  min-height: 209px;
  float: left;
  padding-top: 15px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-columns .dxrd-wizard-summary-column-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  padding-left: 70px;
  padding-right: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options {
  padding-top: 15px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options .dxrd-wizard-summary-options-values {
  height: 30px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options .dxrd-wizard-summary-options-values > div {
  width: 82px;
  text-align: center;
  margin-top: 3px;
  display: inline-block;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-ignore-null-values {
  margin-top: 21px;
  margin-left: 70px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-tree {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-tree .dxrd-wizard-report-tree-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding-bottom: 5px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-tree .wizard-list-title {
  margin-top: 8px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-title {
  position: absolute;
  height: 60px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content {
  position: absolute;
  top: 60px;
  width: 100%;
  bottom: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container {
  position: absolute;
  top: 40px;
  bottom: 0px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-list-title {
  position: absolute;
  height: 32px;
  padding-top: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-ignore-null-values {
  position: absolute;
  bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-ignore-null-values .dx-checkbox-text {
  line-height: 22px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dx-texteditor {
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dx-texteditor .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 35px;
  overflow: hidden;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos.dxrd-wizard-summary-infos-paragraf .dxrd-wizard-summary-infos-fields,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos.dxrd-wizard-summary-infos-paragraf .dxrd-wizard-summary-infos-summaries,
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos.dxrd-wizard-summary-infos-paragraf .dxrd-wizard-summary-infos-removebtn {
  font-size: 14px;
  padding: 7px 9px 8px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos.dxrd-wizard-summary-infos-paragraf .dxrd-wizard-summary-infos-removebtn {
  height: 34px;
  border-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-fields {
  border-right-width: 1px;
  border-right-style: solid;
  width: 250px;
  position: absolute;
  left: 0px;
  height: 35px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-fields .dx-texteditor.dx-selectbox {
  border: 1px solid transparent;
  height: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-summaries {
  border-right-width: 1px;
  border-right-style: solid;
  left: 250px;
  position: absolute;
  right: 28px;
  height: 35px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-summaries .dx-texteditor.dx-selectbox {
  border: 1px solid transparent;
  height: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-removebtn {
  top: 0;
  right: 0;
  height: 34px;
  width: 28px;
  border-right: 0px;
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-removebtn .dx-button {
  padding: 4px;
  border-radius: 0px;
  height: 34px;
  width: 28px;
  border: 1px solid transparent;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-removebtn .dx-button .dx-icon {
  width: 12px;
  height: 12px;
  font-size: 12px;
  background-size: 12px 12px;
  line-height: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dx-state-active {
  z-index: 1;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dx-state-focused {
  z-index: 1;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dx-state-focused.dx-texteditor.dx-selectbox {
  border-width: 1px;
  border-style: solid;
  height: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-texteditor {
  height: 36px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-texteditor .dx-texteditor-input {
  font-size: 14px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-page .dx-texteditor .dx-placeholder {
  font-size: 14px;
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-list-title {
  position: absolute;
  height: 32px;
  padding-top: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-title {
  position: absolute;
  height: 60px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-content {
  position: absolute;
  top: 60px;
  width: 100%;
  bottom: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-content .dxrd-wizard-splitter {
  text-align: center;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-content .dxrd-wizard-splitter-action {
  float: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dx-fieldset .dx-field {
  padding: 4px 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dx-fieldset .dx-field .dx-field-label {
  font-size: 14px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dx-fieldset .dx-field.dxd-back-primary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  min-height: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dx-fieldset .dx-field.dxd-back-primary .dx-field-label {
  padding: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dx-fieldset .dx-field.dxd-back-primary:first-child {
  margin-top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-actions {
  position: absolute;
  width: 120px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-actions {
  right: 0;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-actions {
  left: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-actions > div {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 2px;
  cursor: pointer;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-choozer {
  width: calc(100% - 130px);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-groups-page .dxrd-wizard-masterdetail-groups-page-section-content .dxrd-wizard-groups-item .dxrd-wizard-groups-addgroup {
  text-decoration: underline;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-dataMember {
  border-width: 1px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-reportdata-column {
  width: 393px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-reportdata-title {
  position: absolute;
  height: 30px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-add-queries-page {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 30px;
  bottom: 0px;
  width: 100%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-select-reportdata-page .dx-first-column {
  margin-right: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items {
  margin-top: 23px;
  margin-bottom: 47px;
  display: inline-block;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item {
  width: 105px;
  height: 135px;
  cursor: pointer;
  display: block;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item > div:first-child {
  margin-left: 11px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-alignleft1 {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAEDUlEQVR4Xu2dMUskTRCG7253PW/vYw9FOD68H2PuD5CL/QH+AANDQwMDQzMNDMREE0HQwEgEEwURAwMx0UBBNuqbB7qW3sZhW1YbZuZ9oZjuqe2FeaypKUeb+vJOfW2clWp8cN+aZuMCjsG1Cmt76zTQ7NpbMeBUkAZworDvhf0orFvYzwZal+v3HCYMrLFKAfl3hMlGADWQHRa4UkkeZmcANJLlSEJ4MgmmYMKpbTn0LZjkhP+SYAomnCbKYLZ8ku0lwRTMnufVegtm2z+1ppJgCuaU59Uug0kZMJ0EUzDh1DWYcb7s+LpqJhXm0dFR3ew9MGc8r47lzSwwBVOqLEzBfHl5cYeHhxyH5o+Pj0Nj1O/3bT4YPzw8DHzHx8fMB+O7uztnsrmNb25uGIbzekTm2dkZYBzieHp6OuTb398fQMBMFxcXbm9vD3hD34Gurq7czs4OPj5n34GAio8flvn4XD1gAgMowDA4gQCBDwClPoMTivP48Vl0h9GIb2trC1+tcia3GRfGsdRHtMUiyvARYbGAhI9IjwT42FeryCRSyiITs8iMoy+KzFJfIyLT8p2BYx7nTIMT50x89sCJc2acT+OcaT6gVh5m/DAIb02eyozDfMdnmLOGcRhVgMFHSrDP8R1h5AM4/I7QR5pQnak6U6rj7+Z60SGY0vgwJcEUTME8ODhwS0tL7v7+3m1ubrrl5WUc4Zgjc8EcpefnZzc/P+8WFhbc3NycOzk5cej6+po55/EzF8zU6AQcERpqfX2d8xxdogRzcXGR6AOcOz8/x8FtzzkzIlgwR4lcCCzgAZXb2vIkY4O6uroqmJWUYAomebJ2NiRFpnKmYFIK8UR/enri9ZXb3t7GEY45MhfMUXp9faXscWtra25lZcVdXl5ancmc8/iZC2ZqdAKOCI1/M+I8x0QJ5sbGBtEHOHd7e+sQtz3nzIjgBOlvQMACHlC5rS1PMjaou7u7gll7CaZeDuda04iXw7nW1P7lcK41jXk5nGtNI14O51yj0qjepZGkl8MfKUWmYAom21LYHGAbnGwDQDjmyDzXmsrCtH/sZ2cEGwPYMBBuFOA8fua51lQSZrxpisiJt7RwnmPONZWGaRumbMtKuE3FjMjKtaayMMlRtg/IdqhZ/mJsgNiWl2tNZWBKgqnSSKWRSiOVRiqNVBqpNJIEU6WRSiOVRiqNVBqpNFJpJAlmuVQaqTRSaaTSSKWRSiOVRpJgCqZgCub4jULUKOQzWtiohc34zZXUXOkz236p7VfckG6UyeKGdOWtEkmsv3yZ9Luw/wubLexPA22W6/ccZjyXbmmrRIMZAZ30odzzyXYauA20aX/9Pc9jMgSJfVB7WbWXzdP4WI2P1ZI7tgw9z5tk6foHg3tlOPSloJMAAAAASUVORK5CYII=);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-alignleft2 {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABd9JREFUeNrsXclKBEkQzV5cBncdcd93RA8KnlUY8OB5YAY/wh/wG7x51YPMYbyIVxUFwYOigiKuuO+Kiruj3T39Yrpq0rLaKlspu6rjQZKVGVW2/ToyMiKyknSJz8ElYg8Bszd6P0lcLJJpmmDvB4TJtYs1k+rAR6S6whDpDl1r61glE8WvU78h1BWGyN95JBviby2h2mHuDhURCAT+Yr7CTCYu158KTxKhaodLKh6myxQ8Gt5UMmVyvcyTaU/IrSVPaLTTzTyZwrtJWUumm4f5p4a5OxyZIobdn4jmIS1XXo0R5WEe2TB3GYWThpicnHQcQ62trV+akX7kg52qqoxoIPP5+VksLS1RLbfv7+/fXAOvr69qW7m+ublRZSsrK9RWri8vL9XPkdu4Pjs7eyOT27YlMyEhQSQnJ4v19XVqo05MTBRJSUmqbG1tjWQbGxvC6/WSDHVaWhrJQN7+/j7Vqampqmx1dZX69vb2xOPjo8jMzKS/k5OTIzY3N+nH0spsP8yLiorE09MTaRrqsrIyVaZcQ3Z1dSWqqqpUWXFxsfB4PKRZx8fHorq6WpXl5+eLlJQUsbi4KA4ODkRNTY0qA3EZGRlieXlZ7O7ukgw/gCPIxBcpKSkR19fXVGu/WGFhIclKS0vfydAHGe6BJssoLy8nk5CdnU3arCfLzc19J7M1mRiK0BB8KdRoy4BmQbazs/NOdnh4KNLT0+kexe4q2NraItn5+bmuDH/z5OREtcmOIBP2DnayqamJhi3aCra3t6mGDMMWdlMB7N3Ly4uoq6ujYavYXeDo6IhMBmR5eXlvZJiIYDIaGxtJoxWbbHsy8cVkewf7BS3DrAyNgUyxd7gHJOAZaJps72BLb29vaVaGDFqsyBSbDIIhw8RUW1urynw+H/0w0RRfKnnM+GD5JVh+4+TwB6T9lxweDZbHYPknWHzBEmCn/RvBsTnH5hyb8zD/CG1tbY4jZGJi4mfI/OqHRxu+qhw8zKPRZi4sLIi+vj6KtcfHx8XAwAD1y9eo0WabaQCEfoODg6K3t1ecnp6K7u5u6q+vrxdDQ0MUWt7d3YmOjg7WTCMgPu/q6iIiETcj5AOQ2ens7KR+2CS0mUwTGBsbo2wO8pCIrwEMe0xS6EeNOJvJNABsIVJiPT09oqKiQvT391P/8PAwZdzRD4yMjDg7bg+RGhcsyLT+Gix/BEwgGAEFnASz3wf8hHhKCvFGa+jsGkXTbO7EKOhHyHRS9MOJDqeSCVcIM/rDwwMtw05NTVG/fI0abR7mBigoKBAzMzNidHSU1nPa29vVfoSaytpPQ0MDa6YR4uLiREtLCxGJFUW8SABguRYhJfqxcIY2k2kCeDsjPj6eViWx3g1g2GOJF/2osbzLZBoAthDahzg8KytLTE9PU//c3By9rYF+YH5+3tHRDy/1fpY0Xuq10TCPJDls1TO2c40iSQ5b9YztNDOS5LBVz9jSNYokOWzVM7YiM5LksFXPsGvErlFs49tm82hMEludb/Xa9R93fKKDyfwm4H10Zbca3jFHBgmQr1HL759b9YztyMRmJ2SN4Pvh5X/sJAOQQbq4uBCzs7O0QQBtq5+xHZnY/VBZWUnOMhLAyhY8ONHYYoJ+JI3lTVBWPWNLm4ltK9gLhGhE2WSK4YhkMfpR6226suIZW5EJGwWtaG5uJq1QNjthNxmWNNAPKButrHyGIyAbRkDf5mdG4zYWq3eDeO36j7PTzmSy085OOzvt7LSz085OOzvt7LSz085OOzvt7LSz085OOzvt7LSz085OOzvt7LSz085+JoPJZDKZzNgFJiDtgWt+psUU/BJnVLSaqXeCHUMf77hya4T+kAPKMIZP0k5dMnmYRzbMdZ123PAqhUyM8HjVKp723EnlqMQ4qXik/lg9xNMvmcAXqfjloa6nmUK60Sf+P1ctVk+xUsjySSPXJxGpq5lym4+X1Z9LTB8vq+3jg4/fkhXQXAthcPCxkYzPNw/fx2dMRkimLv4VYAASLnNECzgeygAAAABJRU5ErkJggg==);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-columnar {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAADwUlEQVR4Xu2dsUocURSGk+yuMZuwQRFCMA9j7wNIwM4H8AF8AB/AB7CzsbLRxkoLKxGsBLGyEBsbbba6mQ/uP9y9ZMYJky1m5//hMPfOmV2YzzNnDseF8+Ef9bF3Vqn24D71zdoCzsENChtGG/XQdO+DHHBTkAK4VNjnwr4UNi7saw9tzP1HDksCK1ZNQP6uN9t7QAVyBIBQKSvCHJVAMylHEsLLjWAaJpyGyqF/g0lO+NYIpmHCaakK5iAm2UkjmIY5ibwGf4M5jG+tlUYwDXMl8hpWwaQMWG0E0zDhNBbMPF+OYl211gimYa5FXiPlzVYw397ewvn5OceZ/cvLy8waTadT7cv18/Nz6bu4uGBfrh8fH4OkvdYPDw9yad99mOj6+howAXG8urqa8Z2enpYQMOn29jacnJwAr/wO6e7uLhwfH+PjOn0HAio+/ljycd1iwAQGUIAhOIkAgQ8AtT7gpOI8fnyK7jQa8R0dHcnXeZgSjxk3xrHSR7TlIsrwEWGZgIRPkZ6nl9y3UJFJpFRFJqbIzKMvjcw6Xy8iU/lO4NjnOVNw8pyJTy+cPGdW5VPlTPmA2nmY+csgfTR5K7NO8x3XsAeGHtP0TY+PlKDr+I408gGcfkfqI010EaZlmIY5fxmmYRqmZZiGaZjb29sLZzNyZDpnGubZ2VnY3d0NT09P4fDwMOzt7QWUrjmyT9dcz+cuLy/r2no0ONQEVpMkXXNkn67V4acH0C2Yr6+vYXNzM2xtbYWNjY0Szv39PXvO42cfEE0Kncf4fIXU/KCRQVNEcNRM4bwaKeo06bw6Tt2CqegEEJGW6uDggPMcQ6qdnR2Bb9p0JtLyth/nOea90xR892ACh+gD0M3NTUA8xpyTKQLxAxIfUN+Rmspq66WtPJkiED8g8QG1ezDJf4ABHnB4dJUbWQvq/v5+QKzxCSowKkT+U69UXXzlRtaCqn9dsMYnqDz2HYBpGaZLI5dGLo1cGrk0cmnk0sgyTJdGLo1cGrk0cmnk0silkWWYhmmYiybD9M9j/PMYyzDd6HCjw40ONzrc6HCjw40OyzBdGrk0cmnk0silkUsjl0aWYdbLpZFLI5dGLo1cGrk0cmlkGaZhGqZhGqZhGqZhWoZpmIZpmP9zUIgHhbQfYeMRNvMaruThSu3HfnnsV+1Aunqz5QPp6kYlkli/xzLpR2E/C1sv7FcPbZ37jxzWIpdx5ahEwcyALsdQnsRkuwrcHtpqvP9J5LGcgsTmMF7W42VbDj724OP5j+T2SG4Pi28L7g8oFElCHTJtlwAAAABJRU5ErkJggg==);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-justified {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAETklEQVR4Xu2dsUsjQRTG70ziebkjhyIch/ePWNvbp7e2T29vby02CmKTIgiCIFYiWIlgJRY2qdKkmtsP5lsmg8NG5mZvbvf74LEz89Y88ru3M3t5A/Ppg/rcOgsqHtxK2ywWsA+uU1jXWq+Fxu/e8QEvC5IAVwv7UtjXwvqFfWuh9fH9LYdVgiWrZUAOK0xWAZQgewhggpIszB6BvgdyxabwWjVMwbScupxD34OJOeF7NUzBtJxWQzA7dpIdLAVTMAeWV+c9mF27aq0vBVMw1y2vbghmv7CNapiCaTn1CdOfL3v2vWpzKZiCuWl59ThvRsGczWbm8vIS14X+dDpdaEPz+Zz9sv329lb6rq+v0S/bLy8vhmKf7efnZ7rY/79hUnd3dwBjIFxvb28XfOPxuIQAox4eHszFxQXglZ9BPT4+mtPTU/hwHz8DAlT48I9FH+5rBkzAABTAIBxHAAEfAAR9hOMK4/DDx+x2sxG+k5MT+hoBE8Jjhi+Ga9CHbKPcLIMPGeYJkOBjpvvTi+9rVGYiU0KZCWNm+tnnZWbQ14rM5HxHcOj7cybh+HMmfFxw/DkzNJ9yzqQPMRsB010M3EcTqzLa7nyHe9AHDD6m7koPH6YE3seVnpkPwO5nuD5ME9nDlARzeQmmYAqmJJiCKZhnZ2dNs38L8/X1NbXVFafRMAXz+PjY7O3tmfv7e3N4eGj29/fhc9u4or/Qxv34u/Pzcx9Aqjj5w3x6ejI7Oztmd3fXbG9vl3Bubm7Qxzj86GPcHB0dcRyGv/fBpYqTP0xmDQAhA1zfwcEBxnFdGB8Ohy4Q31LFyR8m4SArAGgymcCHxwtjNGYG/AACH6AGYCaIkztMzlkAA3iAg0eKcxbahDoajTCONnyEisfRh5YqjlZzvRoJpv4HVCvMq6srE6vM4jQRpmCyTo5qIndcsCLptnFF321zOw2KZXXFyR4mK42oGqICSTisXGKcVUuWdTnO8m5dcbKG6e/iQAb4NXaM4+pvVCCQmuPkD5M7OFhDd+vmNGYG/AACH6DWFSd7mJyzuDGBW2Y4Z6FNqNwnhDZ8hIrHse44+a/mWs0FUzUg1YDyM8EUzAT1HMH8e/UcwUxQzxHMyHqOYCap5wimVnPBVA1INSBINaDspBoQVR0nQm2pAVHVcSLUihoQVRknQm2qAVHVcSLUkhoQVR0nP5hazQVTr0YR8uNoe0yE3DjaHhMpP462x0TIj6PtMRHS9pjsJJh6NQor/atR4341ilf6V7D8X42iFP9q1MhfjcJK/2rUuF+Nwkr/aqTVXKt5lASzSZYappQ/TMGUBFMwBVMw4w8K0UEhKY6w0RE28Ycr6XCllMd+6dgv/0C6KpP5B9KFj0rExPrDrlg/C/tV2FZhv1toW/j+lsOm5dIPHpVImB7QNZvKAzvZbgBuC23Dfv+B5bHmgoQlOF5Wx8tGHnysg4/TH8mtI7l1WHwsuD9M8d35I6uw9gAAAABJRU5ErkJggg==);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-outline1 {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAEF0lEQVR4Xu2dMUskTRCG7253PW/vYw9FOD68H2PuD5CL/QH+AANDQwMDQzMNDMREE0HQwEgEEwURA4NlEw0UZKO+eaBraRuHGRlsmJn3hWK6u7YX5rGmthxo6ssH9bV1lqvq4L61zaoCjsF1Mut667XQ7N47MeCyIA3gVGbfM/uRWT+zny20PvfvOUwZWGNVBuTfApMVADWQPTa4XEkeZm8CNJLlSEJ4uhRMwYRT13LoezDJCf+VgimYcJrKg9nxSXZQCqZgDjyvznswu/5Xa6YUTMGc8by6eTApA2ZLwRRMOPUNZpwve76umisL8+TkpGn2EZhznlfP8mYSmIIp1RamYL68vLjj42Oub+aPj49vxmg8Htt8Mh6NRhPf6ekp88n44eHBmWxu47u7O4bhvBmReXFxARiHuJ6fn7/xHR4eTiBgpqurK3dwcAC8yXeYbm5u3N7eHj4+Z9+BgIqPP5b5+FwzYAIDKMAwOIEAgQ8AuT6DE4p1/PgsusNoxLezs4OvUTmTx4wb45rrI9piEWX4iLBYQMJHpEcCfOxrVGQSKXmRiVlkxtEXRWaurxWRafnOwDGPc6bBiXOm5TvW45wZ59M4Z5oPqLWHGf8YhI8mv8qMw3zHZ5izh3EYVYDBR0qwz/EdYeQDOPyO0EeaUJ2pOlNq4v/metEhmFJ1mJJgCqZgHh0duZWVFTccDt329rZbXV3FEY65MhfMIj0/P7vFxUW3tLTkFhYW3NnZmUO3t7fMWcfPXDDLRifgiNBQm5ubrHN1JSWYy8vLRB/g3OXlJQ4ee9bMiGDBLBK5EFjAAyqPteVJxgZ1fX1dMGspwRRM8mTTTJFZXsqZgkmZxK/909MTr7bc7u4ujnDMlblgFun19ZWSyG1sbLi1tTV3fX1tNShz1vEzF8yy0Qk4IjT+r4l1riUlmFtbW0Qf4Nz9/T0OHnvWzIhgwSwSuRBYwAMqj7XlScYGdX9/XzAbIMEUzOovl1PtqQHM6i+XU+2pAcxqL5dT7qkBzOovl1PtqQHM6i+XU+1JALNNEkzB1MvhxkswBZNjLRwMsANSdoAgHHNlnmpPbWHawQAOAHBggMMD4UED1vEzT7WnljDjQ1dETnwkhnWuKffUGqYduLIjL+ExFzMiK9We2sIkR9k5IjvhZvmLsQHiWF+qPclgSoKp0kilkUojlUYqjVQaqTSSBFOlkUojlUYqjVQaqTRSaSQJZr5UGqk0Ummk0kilkUojlUaSYAqmYApm9UYhahTyGS1s1MKmenMlNVf6zLZfavsVN6QrMlnckC6/VSKJ9Zcvk35n9n9m85n9aaHNc/+ew5zn0s9tlWgwI6DTPpQHPtnOAreFNuvvf+B5TIcgsU9oL6v2shUaH6vxcZqW3GrJrWbxVcH9A7k7ZTgcyFAAAAAAAElFTkSuQmCC);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-outline2 {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAEH0lEQVR4Xu2dMUscURDHk9ydMZdwQRFCMB/G3g8gqf0AfgALS0sLC0s7LSzERhtB0MJKBBsFEQsLsdFCQa7a7G95c7x7ZNkXFtfs7n9g2Pfe3DvYn7Pz5laG+fCP8rF1mivlwX1qm5YFHILrpNp12muh2r13QsCxIA3gRKqfU/2Saj/Vry3UPvfvOEwYWGMVA/J3gUoLgBrIHhuSXJE4mL0R0EAsRuLCk1EwBRNOXYuhf4NJTPgWBVMw4TSRB7PjguwgCqZgDhyvzt9gdt2pNRUFUzCnHK9uHkzSgOkomIIJp77BDONlz+VVM1EwBXPG8epZ3CwF8+joqGlaAUxJrWAK5svLS3J4eMh1bP74+Dg2RobDoc1H44eHh5Ht+PiY+Wh8d3eXmNjcxjc3Nwz9eTM88+zsLAODcD09PR2z7e/vjyCgJhcXF8ne3h7wxr4Dubq6SnZ2drDxOfsOBKjY+GOZjc81AyYwgAIMg+MJILABINdmcHxhHTs2827fG7FtbW1ha1TM5DHjxrjm2vC2UPAybHhYIEDCZp4ehpfQ1ijPxFPyPBM1zwy9L/DMXFsrPNPinYFjHsZMgxPGTGx24IQxM4ynYcw0G1BrDzM8DPxHk1OZsR/v+Axz9thj6p/02AgJ9jn/pAcsgP3v8G2EiVrClLw/TMHUb3N5pmKmYM7NzTVN3xdmg6SRMAXz4OAgWVpaSu7v75PNzc1keXkZw9iYK/MCEczn5+dkfn4+WVhYyNZPTk4S5Pr6mjnr2LN5gQimeSdreKgv6+vrrGfXSBHMxcVFvC9bPz8/x8Bjz9pI8eACEUxiIbCAB1Qea4uTjA3q6upqrWDqNBdMwYxS/QKSNB6mYJImcdo/PT1l7wy3t7cx+GOuzAWzSF5fX7OUaG1tLVlZWUkuLy8tB2XOOnbmghnrnYDDQ8NfTaxzjRTB3NjYwPsycLe3txh47FkzxYMFM+Z/RcACHlB5rC1OMjaou7u7gtkIEUzBLPFCuYI9NYNZ4oVyBXtqCTP+hXKVe2oMM/6FclV7agezxAvlCvZUALM9IpiCqZfDjRfBFEzKWigMsAIpKyDwx1yZV7WntjCtMIACAAoGKB7wCw1Yx868qj21hBkWXeE5YUkM61yr3FNrmFZwZSUvfpmLKZ5V1Z7awiRGWR2RVbhZ/GJsgCjrq26PTnOd5ipdkQimknYl7UralbQraVfSrqRd8t/BVNIuEUwl7UralbQraVfSrqRdSXv7REm7knZ5pkQwBVMwBbN8oxA1CnmLFjZqYVO+uZKaK71l2y+1/Qob0hWpNGxIl98qkcD63Z1YP1L9mepsqr9aqLPcv+Mw47j0c1slGswA6KRz5YELttPAbaFOu/sfOB6TPkj0DdrLqr1sicbHanxcTUtuteRWs/iy4P4A3ZkaVoufd+IAAAAASUVORK5CYII=);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-stepped {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAADq0lEQVR4Xu2dv4oiQRDG79Y/53mHx4pwHHsPY+4DLBfvA+wD+AA+gA9gZrKRiSZGbmAkgpEgRhuIiYmbbNQ339AftDM3OEfTwTjfB8V0T0nD/LampqAW6tN/6nPpLFP+4O7KZn6A0+AqkVWt1UpofPZKEnBekARYj+xLZF8ja0b2rYTWxPNbDnWCJas8IP9cMdkVoARZAwCTKcnCrDlAUyDvbAg3csEUTHCqMoemYNqc8D0XTMEEp3oWzIpNsq1cMAWzZXlV/gWzar9a97lgCua95VXNgokyoJ0LpmCCU5Mwk/myZuuqTi6YgtmxvGrMm14w39/fzXw+x/VifzqdLtbQx8cH91yb4/FIn1ksFvGe67e3N0Nxz/V+v6eL+2LDpFarVQwGwnW5XF74ptMpIcRGbTYbM5lMYng8g9put+bl5QU+/I5nQIAKH/5Y9OGM24AJGIACGITjCCDgA4BMH+G4wn344WN0u9EI33g8pq/wMCm8ZngwXDN9iDbKjTL4EGEJARJ8jPRkekn6bioyESlZkQljZCajLxGZmb5SRCbzHcFhn8yZhJPMmfDxg5PMmVn5lDmTPkAtOMz0x8B9NfFVxpr5jq8m9oDB19T90sOHlMDf4Qw38gHYPcP1IU0UEaYkmIIZXoIpmIIpCaZgCuZsNjPPz8/mcDiY0Whk+v2+gdw1rthDBT4zPMzz+Wx6vZ55fHw03W7XvL6+Gmi322GP+/DHe6jAZ4aHyUgCOESTq+FwiPvxlSr4meFhPj09IVJicOv12kB4nXCPhsiACnpmeJjMOYAFeACA14X5B2sCGAwGBiramSqNVBoJJvLPrZkiU6+5YKY7j+jPsIfNHo+7xhX7KxJM9m7Qh0FPh70Z9oJwn30gwczfM0eEprqWuI9rTgkme+LsSrqdSBoi+IoEE7mQrV7+EwLzJNaEulwuBVMSTMH0LLcE07/cEszw5ZZg+pdbgulfbgmmSiNJMP3LLcH0L7cE07/cEszw5ZZg+pdbgqnSKLwEU6WRSiOVRoKp0kilkSSYaqipoaaGmhpqaqgJphpqkmCmJZhqqKmhpoaaYKqhpoaaJJiCqdJIpZFKI5VGKo1UGklFhimYguk/KESDQkKMsNEIG//hShquFG7sl8Z+pQfSXTFZaiBd9qhEJNYftkz6GdmvyB4i+11Ce8DzWw4dy6WZOSqRMBNAGzaUWzbZtgG3hNa2z9+yPBouSFiA8bIaL+s5+FiDj8OP5NZIbg2L9wX3F12uUiuc0M0yAAAAAElFTkSuQmCC);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-image-tabular {
  width: 83px;
  height: 98px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAABiCAYAAAAslO8IAAAEC0lEQVR4Xu2dMUokQRSGd50Z151dZlGEZXEPY+4BZGMP4AE8gAfwAGYmRiaaGGlgJIKRIEYGYmIyJhPV9tfUD2VhYy/NUOz0/+DRVfXaLvrbV9X/8gbq0z/a5955o3UHt9Q37wo4BzeofBh91EPXuw9ywG1BCuBy5V8q/1r5uPJvPfQx7x85LAusWLUB+ecDt38AVCBHAAiNZoswRwL6HsilmMIrrWAaJpyG2kPfg8me8L0VTMOE03ITzEHcZCetYBrmJPIavAdzGL9aq61gGuZq5DVsgokMWGsF0zDhNM5hSqCPoq5abwXTMNcjr5GEfCeYr6+v4fz8nOub/svLy5s2NpvN1Fc7PD8/KxYuLi7qvtqPj49Bpr7aDw8PCqn//8PErq+vazAY16urqzex09NTQahddnt7G05OTmp4eobs7u4uHB8fE+M+PQMDKjH+sRTjvsWACQygAENwEgMEMQA0xgQnNcaJE1N2p9lI7OjoSLGFgImxzHgxro0xsi03sowYGZYZkIgp0/PtJY8tVGaSKU2ZiSsz8+zLMrMx1ovM1H4ncPTzPVNw8j2TmD44+Z7ZtJ9qz1QMqAsBM/0YpEuTrzLtdL/jHvrA0DJNv/TE2BJ0H89IMx/A6TPSGNvEfwDTZpiGWcAM0zAN02aYhmmYZ2dnYXd3Nzw9PYXDw8Owt7cXsLTNlX7a5n7+7vLyUu36WTc3N3X7/v6+xJxlYU6n07C1tRW2t7fD5uZmDQcDBn3GiQsO/3vROM7fY/v7+3oOIErNWRamMgVAZEtqBwcHjNfX1HZ2dgQhB8Q4WVNqzvIwgSMQLBkMIIzJlQ3EgUAMqJiWqMYBUWDO8jCBAADgAYclo32KtqCypDDaxASVJQgE2gClnwAqPqelkaWRYbI8Fs6dmV7mhplXHqnPqIatGk/a5ko/besHCpQf1OZZlCr0Q4UScxaFqdoNdRhqOsBJa0GMqw6kQpnG00omJVs9BxCl5iwGM6+Lky151ZJxrnnpVxByQIyTNYXmLA9TNXFVJdNKpFzZQBwIxICaln01DogSc5aHCQSVevUjBO1TtAWVJYXRJiaoKt/SBih9ASowZwGYNsO0NLI0sjSyNLI0sjSyNLIZpqWRpZGlkaWRpZGlkaWRzTAbzNLI0sjSyNLI0sjSyNLIZpiWRpZGlkaWRpZGlkaWRjbDtDSyNLI0sjSyNLI0sjSyGaZhGuaCmWEapmHaDNMwDdMwux8U4oNC5nGEjY+w6X64kg9XmuexXz72Kz+Q7iO35wfSNR+VyMb6I8qkn5X/qnyj8t899A3eP3JYj1zGjUclCmYGdCWm8iRutmvA7aGvxfefRB4rKUh8DsfL+njZjgcf++Dj+R/J7SO5fVh8V3B/Aey2IC+ZWkNFAAAAAElFTkSuQmCC);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item .dxrd-report-layout-type-text {
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dx-radiogroup {
  margin-bottom: 27px;
  margin-left: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dx-widget.dx-checkbox {
  margin-top: 41px;
  position: absolute;
  text-align: left;
  left: 34px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-five-items .dx-radiogroup {
  margin-left: 17px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-report-layout-type-page .dxrd-report-layout-type-five-items .dx-widget.dx-checkbox {
  left: 17px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page {
  padding: 50px 30px 20px 90px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container {
  height: 100%;
  width: 410px;
  padding-top: 6px;
  float: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image {
  width: 371px;
  height: 231px;
  padding-top: 48px;
  padding-left: 43px;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXMAAADnCAYAAADsOrZzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAGx1JREFUeF7tnQWULMd1hp+YmdEW2WIGWyxLshTJVqQIbIWZmdlhZubEYY7CzMwMCjM7iZM4UU7A+a88te7tNzNbPX3vrZ6Z751zz3tvd+ZW1dd/f1unt2dm3z7/PweoJQUDMkAGyMDyDPjbd4WOHCROVDJABshAXAZW0HL9U2oO3IFqR8GADJABMlCXgRqv1lu64pHzBuwfrIPUh4IBGSADZGBYBvounefbCk0vf0i/aXfQcsAOVotSh+jfFAzIABkgA3UZ6PqzOLXr2b6DV5J6t0lp3he4HbBDZ3WY/rY6nIIBGSADZGDPDBRnFoeaT4vc+2Lv+niQ0BeJ3AYqAi/iPkJfO3JWR+nvozt1jP5NwYAMkAEy8LoMdP1ovizuNI/aRti8anIvYjepl830YKH3RW7NrPHVqkdUT1IwIANkgAyEZ8B8a941/xapDxJ6ebD9NLAGthu/5qmnnnrla17zmle9NvDP008/Hdid1hCAAAT8CET7ynxr3jX/zjzcF/rSyy1dkReZ20+FR5955plX+2GY3ykaTvT86Q8BCGwPgQxfmXfNv73dubm5uHqu0BddXrFrOE9mHKIMOBnrYAwIQGDzCWT5anY5yzxcfbll3uUVuxBvF+aR+eZnkxVCAAIDCCTL3DxsPrbL3ntebunL3H4K2E8D+40rMh9wkHkoBCCw+QSSZW4eXrQ733WppX+JxexfduV2Ow0y3/xsskIIQGAAgWSZm4e7u/PudXPz986feZdY7KeA3QN5LDIfcIR5KAQgsBUEkmVuHjYfm5eXXmqZd4nFbmC3G9yPR+ZbkU0WCQEIDCCQLHPzsPnYvDzvF6Fzd+b9SywnIPMBR5iHQgACW0EgWebm4WWXWpbKvFxiORGZb0U2WSQEIDCAQLLMzcPlUku5q2Xu/eblMkt5xWe5Xn6cGpyMzAccYR4KAQhsBYFkmZuHzcf96+b7vXjIvtB9xWe5JdGu0yDzrYgmi4QABIYQaCBz8/GiWxSfvcyy1y8/T2FnPuQQ81gIQGAbCCTL3Dy85y9Bl8ncLrqfisy3IZqsEQIQGEIgWebmYfPx0jtakPmQI8hjIQABCIjAOsncboNhZ05sIQABCMwh0Ejm5uWF95ov2pkjcyIMAQhAYAEBZL4kGllwSCcEIACBsQSyfGW/s5z97rK8cIid+diDx/MhAAEIFALInJ05ZwMEILABBJA5Mt+AGLMECEAAmSNzzgIIQGADCCBzZL4BMWYJEIAAMkfmnAUQgMAGEEDmyHwDYswSIACBtZW5TZyCARkgA2QgNwPcZ87GAQIQgEAggbXdmQcy2WmdBSdjLYwBAQhsNoEsX7Ez3+wcsToIQKAxAWTOL0AbR5DhIQABDwLIHJl75IgeEIBAYwLIHJk3jiDDQwACHgSQOTL3yBE9IACBxgSQOTJvHEGGhwAEPAggc2TukSN6QAACjQkgc2TeOIIMDwEIeBBA5sjcI0f0gAAEGhNA5si8cQQZHgIQ8CCAzJG5R47oAQEINCaAzJF54wgyPAQg4EEAmSNzjxzRAwIQaEwAmSPzxhFkeAhAwIMAMkfmHjmiBwQg0JgAMkfmjSPI8BCAgAcBZI7MPXJEDwhAoDEBZI7MG0eQ4SEAAQ8CyByZe+SIHhCAQGMCyByZN44gw0MAAh4EkDky98gRPSAAgcYEkDkybxxBhocABDwIIHNk7pEjekAAAo0JIHNk3jiCDA8BCHgQQObI3CNH9IAABBoTQObIvHEEGR4CEPAggMyRuUeO6AEBCDQmgMyReeMIMjwEIOBBAJkjc48c0QMCEGhMAJkj88YRZHgIQMCDADJH5h45ogcEINCYADJH5o0jyPAQgIAHAWSOzD1yRA8IQKAxAWSOzBtHkOEhAAEPAsgcmXvkiB4QgEBjAsgcmTeOIMNDAAIeBJA5MvfIET0gAIHGBJA5Mm8cQYaHAAQ8CCBzZO6RI3pAAAKNCSBzZN44ggwPAQh4EEDmyNwjR/SAAAQaE0DmyLxxBBkeAhDwIIDMkblHjugBAQg0JoDMkXnjCDI8BCDgQQCZI3OPHNEDAhBoTACZI/PGEWR4CEDAgwAyR+YeOaIHBCDQmAAyR+aNI8jwEICABwFkjsw9ckQPCECgMQFkjswbR5DhIQABDwLIHJl75IgeEIBAYwLIHJk3jiDDQwACHgSQOTL3yBE9IACBxgSQOTJvHEGGhwAEPAggc2TukSN6QAACjQkgc2TeOIIMDwEIeBBA5sjcI0f0gAAEGhNA5si8cQQZHgIQ8CCAzJG5R47oAQEINCaAzJF54wgyPAQg4EEAmSNzjxzRAwIQaEwAmSPzxhFkeAhAwIMAMkfmHjmiBwQg0JgAMkfmjSPI8BCAgAcBZI7MPXJEDwhAoDEBZI7MG0eQ4SEAAQ8CyByZe+SIHhCAQGMCyByZN44gw0MAAh4EkDky98gRPSAAgcYE1lnm/yd2oSU4of2j50//2HzAF75TykCWr/bt2/ek6lTVCapjVIerDlEdpDpQdcCsdv5hX7Rv2oPswfYke7I1ebkg/m90CU74GNFroH98TmAM4ylkIMtX5l9vmf+PAIaW4IT2j54//WPzAV/4TikDWb6KkPl/C2RoCU5o/+j50z82H/CF75QykOUrT5mfomYvE8T/ii7BCR8jeg30j88JjGE8hQxk+cr8qzIPj75mXmT+jACGluCE9o+eP/1j8wFf+E4pA1m+8pL58bOfCE8I4n9Gl+CEjxG9BvrH5wTGMJ5CBrJ8JQc/MfOw+Xjlu1m6Mv8PAQwtwQntHz1/+sfmA77wnVIGsnzlIfOj1aTI/HFB/PfoEpzwMaLXQP/4nMAYxlPIgJOv/k1rWVry8OOdnbl5efB95n2Z7znoXpPa6/uCEz7GXnPg+8uDBR/49DLwr/r/VpZ8tcq6Xy1eg0ryfsxT5o8NncAqjxecQYtcZQyeMyxIW8DrX7RGqp7BP4sXJQbyVQ2HfxKvUSWRP+ot8/DAC074GBt24taEice8Xj6jTqqxJ+UaPv9VmjO1gIF81Wfzj+LlXmNlfpgadC+zPBoUxF0w5sAhSLuD5B6UiPBNqOc/aC5UPYO/Fy+qkoF89XfiFV5y8SO9nbn5ufq9WboyP9l+MjidoEtPLMHhxNt94nFiVZ5YMwmFn1gZJ2/iGH+rsag6Bn8jVrtKvtrva/3HePx/JnPzsN2QYpvsUTJ/ZIWADQ6J4Ax+zgaFMSUYHuGaSI+/1jyoegZ/JV6UIwP5KoWn5P2w6iQvmT9cceKMXlgWnImE+i81DwoGURn4C+WLqmfw5+I1qOSrQY8f2r88XhJ/aCbz48bszO3Jtr03mfdD5x4UwXHvSaDX8oROOUlWPbkm+Lw/05yoegZ/Kl6jS74a3aNmHh2ZH+sh84cywiI4mxLIlINcE4Q1ecyfaJ5UPYM/Fi+qnsEfiZd7yVfuPefNUwJ/6WxnPljmB88usNuFdtuZ27Uak3l4eAQnfIygdaQc1IhANur5hxqXqmfwB+JF1TH4fbFKKfkqZZyezI+a+dk8vecnDfVlfqI1ywiT4KxDYFMOYFYgE8Z5WmNQ9Qx+T7yoega/K15NSr5KGVf+fVBlHrad+UoytyfZk63JSzJOSMGZ4knPiVV/YhmrlIBv0Di/o7VQa8hAuko5bj2ZH7nKzrwr8wczApcFZ8laflvfo2AQlYHfUr6oega/KV6TLfkqZW6S9wOdnflomT+QATULTsZaNnSM39C6qHoGvy5eVD2DXxOvtSn5KmWuEvn9Y2VuPwHKZZb7M0IpONHBT4G/ToHcY66/qu9T9Qx+RbyoOga/LFZrXfJVyvzl4fs8ZG6famHXzE3m4SEVHM8xUkCveyA78/8l/ZuqZ/CL4kVtMQP5KvL4/4Ly9Wx1ZG4+Xukyiz2pyPy+jOCOhLOz+AKBv18XBsqFwc+LI1XP4OfEa6NLvvJc38+K19ySh++dbaqLzA/V/wfdmlhkbp8I/eKMA+MMxxP0uvdaGJRFAdryr/+M1k/VM/hp8dq6kq9WXfNPiVd1yb/3qMzDg2R+4Mz49q5cXZnfmxFuwVl0Aq0KbVufVx2UIaHa4Mf+pNZG1TP4CfHa+pKvUhgskbn52uqAWe38o3yjvGioK/N7MsIuOOWESoG0QYH8ca2FgkFEBn5M2aLmMJCv5nH5UfFyLYn6btXxc3bmVTK3azJdmd+dcUAXwCFIu4PkGhTv4E2w349oTlQ9gx8WL6qCgXxlnH4ouuTiF/Vkbh9MYZvuapkfMftJYNdqTOZeJ8TCoMzgEKTdQQoPS3QYk/v/oMajYBCVgR9Qvp4t+Wrn3+VrEX/Lv3d1ZG5eHiXzu1Y8QQYtNgtOBHCnnt+vPhQMojLwfcoXVc/ge8VrYclXS7+/7LlDvid53+kh8/I5oHdmhEBwti1oKWEYEpyJP/Z7ND+qnsF3ixcVxEC+SmErkd+hKh9MMXhnbtt4e1KR+R0LQvFd+rpbCY5bL895Ofb6TvWiYBCRge9Qtqh6Bt8uXqNKvhr1/Nrx5eHbvWRuPxFuzwiK4GxSGFMOdG0g1uBxT2mOVD2DbxMvqp7Bt4qXa8lXrv0WzU/+vc1T5rdlBEdw1jmcKQfWO5AN+32LxqZgEJWBb1a+Qku+Cu1f5i+R3+op81ujwVj/LDgZa2GMXSfSN4kHVc/gG8WLqmfwDeKVXvJVypgS+S0zmdvbklddM7dXEZVXgHavmds7J96SASsLzgpr+Xo9h4JBVAa+Tvmi6hl8rXg1L/kqZQ7y782q8ilDfZmXV3/a3zuvAJ0n8/IBFTdnwMuCk7GWLRvja7Reqo7BV4sVtQEM5KuU4yhHv3Amc3shZ5F5//M/l8r8cD2xK/PwiWfB6Z1MX6X/UzCIysBXKl9UPYNXitdalHyVMs+ezM3LduVkZZm/IANwFpyMtWzQGF+htVD1DL5cvKgtYCBfpRxnifumzs58tMxvUkC/LLoEx3uML9WcKRhEZeBLlC+qnsEXi9fGlHyVshaJ/MZVZW7bd9vG20+A8mZbN2aEVnDGnhgpcDcokF+ktVAwiMrAFypfG1vylffavkC89it5+AZVeS/zQTvzeTK/IeOgBMDxhr3u/eaGZV6A+NprP18MqHoGnydeW1XyVcp6JfLrx8jc3l6xuzO/PuNA7QHnczUHCgZRGfgc5YuqZ/DZ4rXVJV+lrF8uvq4n83kfGTf3bhbbmReZl7fBNZmHB11wumOkgNqgQH6W1kLBICoDn6l8UR0G8tUyHp8hXi7Vkbn52DbZK8vc3mzrOq+JLesjOC6Lz5hr4zE+XeNT9Qw+TbwoGLhmQL4q/T5V+Qor+fdalXl4ZZnb54CWd0681vlkmLtwwQkDEgmb3nFBXpHtp+h5VD2DTxYvaiAD+SqFmTx8dUfm5uXBO/OuzK8ZeXJULToLzhoE95M0RwoGERn4RGWLqmfwCeI1t+Srhd9b9JxVvi55XzVH5v2PjFt6zbwr86tWmcTQ52TBGTqv4Md/vPpT9Qw+TrwoGERl4GOVr6qSr6oeV9tv0eMk8is9ZX7lkhPIbUFZcMbC5fl1YXfi9DHqQ8EgKgMfrXytVPLVSs8bOp5EfoWHzMv7s1wxm8BH6e+wEpyw3pHzprdbJj5SLKl6Bh8hXlQjBvJVCnuJ/HKVvU+W+bhcMx98maUr8/CJZ8EJPAFeod4UDKIy8OHKFzURBvJVyrEYI/Pynub2E6DI/HKF6MOiS3DCx3Bew4eqHwWDiAx8iLJFTZiBfJVyfOThyzo780Nnd7NU7cznyfyyjGBlwVlxLR+s51EwiMrABylfVD2DDxSvpiVfpYwveV86Vub2E6DszC/NAJcFp3ItH6DHUTCIysD7K19UPYP3E69JlXyVMh95+BKVvemh+XilnXmRuTW5JANkFpyMtWz4GO+r9VEwiMrA+yhfky/5KmWO8u/FY2Ru789iMrfr5ibziwX3vaNLcMLHiF7DhvZ/L62LgkFUBt5T+Vq7kq9S5iz/Pn/mYfOxebl8ypBdEl/6GaD2gHkyD594Fpx1DE7inN9DY1EwiMrAuytfG1HyVco6ZjK3t1ZxkfnzdADeLboEJ3yM6DWsYf931ZwpGERl4F2Ur40s+SplXZL4Raoi8+7nf660MzeZh088C07GWiY8xjtrbhQMojLwTsrXVpR8lbJOT5nbT4SLdIDeMboEJ3yM6DVMrP87aD4UDKIy8PbK19aWfJWydvn3Qq+ducn8woyDlgUnYy2Nxng7jUvBICoDb6t8UTMG8lUKC/n3gtltiXbNfOllFn3/2T/lt6LlF6D2JPvNqcn8Ah3Et4kuwQkfI3oNyf3fWuNRMIjIwFspW9QSBvJVCh/59/yZzM3HXZkXZxeH7/y9TObnZxzYLDgZawkY4y3Vk4JBVAbeQvmiBjCQr1J4ydDnecncXnV0ng70m0eX4ISPEb0Gx/5vpl4UDMjANDLwpjofd5V8td/X+o/x+L/8+1xvmYdPPAuOB2DnHm+ifhQMyMA0MvDGOh/3LPlqz8fU9NnrMd4yf84eAz6p748uwRndw2Me9Bh/LJ0Zvlz9KBhEZeBlytfgkq8GP2eVcSTzcz135ibzLsiQRWTBWQUozxke9hWZPaHnUTCIysDjypdLyVcuffaaz0zm5dWf5cOcd72Mv/8b0O4vQO2OFvutqZVdMz9XAz4WXYITPkb0Gugfn5MtZ/yo1k9NgIF8lXIc5N9zVOW2RJP5fq/8rJW5NTlHAXqj6BKc8DGi10D/+JxsGeNHtF5qggzkq5TjIv+ePVbm9hPAduYm87MVqIejS3DCxxi5hjfU8ykYkIFpZOAhnY/NSr5KGVv+PWtVmdvllvJpQ0XmZ2VAy4IzYC0v1WMpGJCBaWTgJTofJ1PyVcpc5OMzPWV+piA+GF2CEz5G9Bq2qP8DWisFg63NgHyVsvYImb+BTt7QEpzQ/tHzp39sPtaM7/2aL7XBDOSrlOMrmZ/hsTO36+b2fgBnKJj3RZfgRI7xYs2fggEZmEYG7tX5uNYlX6XMX/49feZh8/Ggu1m618yLzE/PAJ8FJ2MtazbGPZovBYOoDNytfG1cyVcpa/KW+Wk6GC+KLsEJHyN6DfSPz0kDxndpTAoGuzIgX6VkQjI/zXNnfmpGmAfAuVPzoWBABtpn4A6di1tZ8lXKuiXyU8fK3D7UuVxmMZmHT3wBnNs1NgUDMjCNDNym85ESA/kqhYM8fEpH5ubl6leAlmvmReZ2r/kpOoC3RpfghI8RvQb6x+dkJONb9HwKBqMzIF+N7lGTRfn35NkLOMv7soyWecTEb9Zidkpwdv2/+z3+/XpOsIBFUAZeqL5UJQP5KoVVR+a2wR68M7fdeXdnfrIO8guiS3DCx4heg3P/m9SPggEZmGAG5KuU4yIXnzTbmReZd98x0f6935/+A7oyP0lSuTG6BCd8jOg10D8+JzPGN+hvCgbNMiBfpYztKXO7TnNixYlzvR4zqgRn1PPHjs/zxx0/+E2K33U6HlQgA/kqha/5d3Yzyqidedmdn6BgXBtdghM+RvQa6O+Wk2vEkoLBZDMgX6XMTSI/wVvmV+vkCi3BCe0fPX/6x+YDvjt8rxILqjED+SrlGEjkx4+Vud3+Unbmx2eEJwtOwFquVE8KBmRgizIgX6Uc757M+7clVv0CtC/zKySs0BKc0P7R86d/bD62hO/lWie1Bgzkq5TjJJkf19mZV8ncbm/p3tFSZG678+MUsMuiS3DCx1hhDZfqORQMyAAZ2JUB+SolEzOZV99jXu5TXCTzYyW0S6JLcMLHiF4D/eNzsuaML9b8qQ1gIF+lHEfJ+djZJe+qFwzVyDx84llwOifT8/VvCgZkgAwMzoB8Nfg5q/jGW+bHaBLPiy7BCR8jeg30j8/JhBlfpLlRW8JAvko51pL5MZ47c5P5hdElOOFjRK9hjftfoLlTMCADlRmQr1JYSeRHe8i8/BL0aJ3o50eX4ISPEb0G+sfnBMZrwfg8HaeNLvkqZX0dmZuP93zHxEXXzIvMj8o4MFlwMtYywTGeqzlRMCADThmQr1JYSs5HzXbmK8u8+77mJvPnRJfghI8RvQb6x+cExs0Zn6tjsPUlX6Uw6Ml8z3dMnLcz78r8yIyDlwUnYy3JY5yj8SgYkIHEDMhXKbwl5yM7O3MXmZ8tYYSW4IT2j54//WPzAV/4TikDM1+dpTmFlkR+xOxaefWrP5fda24789AJW3/BCR8jYx2MEZ+VJYzP1PcoGIRnQL4KH8OyvETmxdkL/+6/CtR+GhyhpmdEl+CEjxG9BvrH5wTGMJ5CBrJ85S3zwwXv9OgSnPAxotdA//icwLia8WliRQUxkK9S2Ermhy+4zDJoZ15+CWoynzfxU/V1txIct16e86KX3zGGJSw3JQNZvurIvPqXn8vuaDlMB+CU6BKc8DGi10D/+JzAGMZTyECWryTmw+a8WGju+5j3t+p9+9s1c5P5ydElOOFjRK+B/tU5sQ8Jp2CwthmQr1Lm7i3zQ3Xi2Yc6h5bghPaPnj/9Y/MBX/hOKQNZvpLMD/XcmSPz4B9kUwqpw1zsA8ApGGx0BiTzlPV5ytwuuxyik9M+BzS0BCe0f/T86R+bD/jCd0oZyPKV+VfVv/xddc3crqH3n2gyPy66BCd8jOg10D8+JzCG8RQykOWrBTLf87bERXe0mMzto+NCS3BC+0fPn/6x+VgTvvbe/9QWMJCvUo5zhMzDJ54Fh5MN2ZABMjA2A1m+8pb5wVq4fUBFaAlOaP/o+dM/Nh/wXTu+9tbZG1vyVcraJPOD51z6Xvkyi8k8fOIrwLE3AKNgQAbIQHoG5KuUMWXtgzxlflCGNLPgZKyFMfghSwY2OwNZvhor8/4dLSZze+fE0BKc0P7R86d/bD6c+dr7DVEwWDkD8tXKzx2SvTkyr77EMu+OFpN5+MSz4GSshTHi8wJjGLfMQJavvGV+oKDZ+7OEluCE9o+eP/1j8wFf+E4pA1m+mvNS/lE7c5O5vaQ/tAQntH/0/Okfmw/4wndKGcjylYfMu9fNTeb2wqHQEpzQ/tHzp39sPuAL3yllIMtXPZkP3pX3r5ubzO32xNASnND+0fOnf2w+4AvfKWUgy1deMt/ZnWdAzIKTsRbGQDxkYLMzkOWrzj3mK+/Kd+3OFUy7oyW0BCe0f/T86R+bD/jCd0oZyPKVp8yf3Z0Lol1qCS3BCe0fPX/6x+YDvvCdUgayfDWT+ehd+c7uPANiFpyMtTAG4iEDm52BLF9Vy1yB20fBgAyQATKw3hlA5PwwIwNkgAxsQAb+H7cx8KOAaTzvAAAAAElFTkSuQmCC);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image div {
  vertical-align: top;
  transform: rotate(0);
  padding: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image > div {
  text-align: left;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.bold .title {
  font-family: 'Times New Roman';
  font-size: 20pt;
  font-weight: bold;
  color: maroon;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.bold .caption {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: maroon;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.bold .data {
  font-family: 'Times New Roman';
  font-size: 10pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.casual .title {
  margin-left: 3px;
  font-family: Tahoma;
  font-size: 24pt;
  font-weight: bold;
  color: teal;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.casual .caption {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.casual .data {
  font-family: Arial;
  font-size: 10pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.compact .title {
  font-family: 'Times New Roman';
  font-size: 21pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.compact .caption {
  font-family: 'Times New Roman';
  font-size: 10pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.compact .data {
  font-family: Arial;
  font-size: 9pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.corporate .title {
  font-family: 'Times New Roman';
  font-size: 20pt;
  font-weight: bold;
  font-style: italic;
  color: navy;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.corporate .caption {
  font-family: 'Times New Roman';
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  color: navy;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.corporate .data {
  font-family: Arial;
  font-size: 8pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.formal .title {
  font-family: 'Times New Roman';
  font-size: 24pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.formal .caption {
  font-family: 'Times New Roman';
  font-size: 10pt;
  font-weight: bold;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.formal .data {
  font-family: 'Times New Roman';
  font-size: 8pt;
  color: black;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-items {
  margin: 55px 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item {
  padding: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-caption,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-caption {
  height: 23px;
  line-height: 23px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-collapsedbutton {
  height: 23px;
  margin-left: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-action.dx-button,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-action.dx-button {
  margin-left: 6px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-treelist-item .dx-treelist-image,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-treelist-item .dx-treelist-image {
  display: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button),
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-field-value-static,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-field-value-static {
  width: 75%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-wizard-add-queries-page .dx-treelist .dx-editors .dx-fieldset .dx-field,
.dxrd-wizard .dxrd-wizard-content .dxrd-configure-query-parameters-page .dx-treelist .dx-editors .dx-fieldset .dx-field {
  padding-top: 3px;
  padding-bottom: 2px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview {
  position: absolute;
  left: 21px;
  width: 270px;
  top: 20px;
  padding: 10px;
  bottom: 60px;
  text-align: center;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page .dxrd-wizard-preview-margin-top {
  border-top: 1px dashed grey;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page .dxrd-wizard-preview-margin-right {
  border-right: 1px dashed grey;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page .dxrd-wizard-preview-margin-bottom {
  border-bottom: 1px dashed grey;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-page .dxrd-wizard-preview-margin-left {
  border-left: 1px dashed grey;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content {
  position: absolute;
  left: 321px;
  right: 21px;
  top: 20px;
  bottom: 20px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field {
  height: 36px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-label {
  padding-right: 5px;
  font-size: 14px;
  width: calc(15% - 3px);
  position: absolute;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-label {
  left: 0;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-label {
  right: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-value {
  height: 36px;
  position: absolute;
  width: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-value .dx-texteditor-input {
  font-size: 14px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-value {
  right: 0px;
  left: calc(15% - 3px);
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset .dx-field .dx-field-value {
  left: 0px;
  right: calc(15% - 3px);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset.dxrd-page-setup-long-group {
  padding-left: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dx-fieldset.dxrd-page-setup-long-group .dx-field {
  padding-right: 3px;
  height: 36px;
  padding-left: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset {
  width: 100%;
  display: block;
  vertical-align: top;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset {
  padding-left: 10px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset {
  padding-right: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset.dxrd-page-setup-pagemode {
  width: 248px;
  margin-top: 4px;
  position: absolute;
  top: 0px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset.dxrd-page-setup-pagemode {
  right: 0;
  left: auto;
  padding-left: 0px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset.dxrd-page-setup-pagemode {
  right: auto;
  left: 0;
  padding-right: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset .dx-field {
  padding-right: 5px;
  height: 34px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset .dx-field .dx-field-value {
  right: 256px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset .dx-field .dx-field-value {
  left: 256px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset .dxrd-page-setup-landscape-item {
  width: 120px;
  height: 120px;
  margin-left: 3px;
  display: inline-block;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset .dxrd-page-setup-landscape-item .dxrd-page-setup-landscape-item-icon {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-group-caption {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-group-caption {
  margin-right: 3px;
  padding-left: 10px;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-group-caption {
  margin-left: 3px;
  padding-right: 10px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting {
  min-height: 26px;
  height: 124px;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins {
  height: 84px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset .dx-field .dx-field-label {
  width: calc(15% - 3px);
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset .dx-field .dx-field-value {
  right: calc(50% + 15px);
  left: calc(15% - 3px);
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset .dx-field .dx-field-value {
  left: calc(50% + 15px);
  right: calc(15% - 3px);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-left {
  position: absolute;
  top: 0px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-right {
  position: absolute;
  top: 0px;
}
.dx-ltr .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-right {
  left: 50%;
}
.dx-rtl .dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-right {
  right: 50%;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-pagemode-compact {
  display: none;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme {
  letter-spacing: -3px;
  position: absolute;
  top: 0;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  height: auto;
  max-height: 288px;
  bottom: 0;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile {
  width: 120px;
  height: 76px;
  line-height: 75px;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  text-align: center;
  border-radius: 3px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content {
  display: block;
  height: 100%;
  position: relative;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-selected {
  background: transparent;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-width: 2px;
  border-radius: 3px;
  border-style: solid;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-title {
  right: 0px;
  left: 0px;
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-title {
  right: 46px;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit {
  position: absolute;
  right: 0;
  height: 100%;
  width: 46px;
  background-color: rgba(0, 0, 0, 0.1);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit.dxrd-page-color-scheme-tile-content-edit-active {
  background-color: rgba(0, 0, 0, 0.3);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit.dxrd-page-color-scheme-tile-content-edit-active:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit .dxrd-page-color-scheme-tile-content-edit-icon {
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.dxrd-wizard .dxrd-wizard-content .dxrd-page-color-scheme .dxrd-page-color-scheme-tile .dxrd-page-color-scheme-tile-content .dxrd-page-color-scheme-tile-content-custom .dxrd-page-color-scheme-tile-content-edit .dxrd-page-color-scheme-tile-content-edit-icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.dxrd-wizard .dxrd-masterDetail-editor-complete-wizard {
  height: 286px;
}
.dxrd-master-detail-report-wizard.dxrd-wizard .dxrd-masterDetail-editor-complete-wizard {
  height: 390px;
}
.dx-popover-wrapper .dx-list .dx-list-item {
  border-top: none;
}
.dx-popover-wrapper .dx-list .dx-list-item .dx-text-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dx-overlay-wrapper .dxrd-wizard-customizelabel-select-customtemplate .dx-list-item-content {
  padding: 7px 5px;
}
.dx-overlay-wrapper .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template {
  margin: 0;
  padding: 0;
  position: relative;
}
.dx-overlay-wrapper .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span {
  display: inline-block;
  font-size: 14px;
}
.dx-overlay-wrapper .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span:first-child {
  width: 100px;
}
.dx-overlay-wrapper .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span:last-child {
  position: absolute;
  width: 92px;
}
.dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span {
  text-align: left;
}
.dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span:last-child {
  right: 10px;
}
.dx-rtl .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span {
  text-align: right;
}
.dx-rtl .dxrd-wizard-customizelabel-select-customtemplate .dxrd-wizard-customizelabel-select-template > span:last-child {
  left: 10px;
  right: auto;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dx-button {
  margin: 0;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-columns {
  border-left-width: 1px;
  border-left-style: solid;
  float: right;
  border-right: none;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-columns .dxrd-wizard-summary-column-name {
  padding-left: 5px;
  padding-right: 70px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-summary-options-titles {
  padding-right: 190px;
  padding-left: 0px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-summary-options-page .dxrd-wizard-ignore-null-values {
  margin-left: 0px;
  margin-right: 70px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-right-panel {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-left-panel {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-splitter {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-splitter-action {
  transform: rotateY(180deg);
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dxrd-report-layout-type-items .dxrd-report-layout-type-item > div:first-child {
  margin-right: 11px;
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dx-radiogroup {
  margin-right: 34px;
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dx-widget.dx-checkbox {
  right: 34px;
  text-align: right;
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dxrd-report-layout-type-five-items .dx-radiogroup {
  margin-right: 17px;
}
.dxrd-wizard .dx-rtl .dxrd-report-layout-type-page .dxrd-report-layout-type-five-items .dx-widget.dx-checkbox {
  right: 17px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-report-style-page {
  padding: 50px 90px 20px 30px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image {
  padding-right: 43px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image.casual .title {
  margin-right: 3px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-content .dxrd-wizard-report-style-page .dxrd-wizard-report-style-image-container .dxrd-wizard-report-style-image > div {
  text-align: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit {
  float: left;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit .dx-radio-value-container:first-child {
  padding-right: 0px;
  padding-left: 10px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  margin-right: 135px;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props {
  float: right;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-pic {
  float: left;
}
.dxrd-wizard .dx-rtl .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-labelscounttext {
  float: left;
  text-align: left;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-page-setup-content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  width: auto;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-reporttitle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-preview-pagecontainer {
  width: 100%;
  height: calc(100% - 56px);
  position: relative;
  margin-top: 56px;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-rows-container {
  top: 40px;
  position: absolute;
  width: 100%;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-rows-container .dxrd-wizard-preview-row {
  height: 20px;
  width: 100%;
  letter-spacing: -4px;
}
.dxrd-report-wizard .dxrd-wizard-content .dxrd-page-setup-page .dxrd-wizard-preview .dxrd-wizard-rows-container .dxrd-wizard-preview-row .dxrd-wizard-preview-column {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding: 2px 0px 0px 2px;
  height: 20px;
  outline: 1px solid;
  letter-spacing: normal;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-reportdata-title {
  display: none;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-add-queries-page {
  top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content {
  top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container {
  top: 0px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos {
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-fields {
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-fields .dx-texteditor {
  border: 1px solid transparent;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-summaries {
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-summaries .dx-texteditor.dx-selectbox {
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-masterdetail-summary-options-content .dxrd-wizard-list-container .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-removebtn {
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-wizard-masterdetail-groups-page {
  border-width: 1px;
  border-style: solid;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-wizard-selectlabelproduct-page,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page .dxrd-wizard-customizelabel-page {
  right: auto;
  bottom: auto;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group.dxrd-page-color-setup-group {
  margin-top: 16px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group.dxrd-page-color-setup-group .dxrd-page-setup-setting {
  max-width: 704px;
  margin: auto;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset.dxrd-page-setup-pagemode {
  display: none;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-pagemode-compact {
  display: block;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-group-fieldset {
  right: 3px;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting {
  height: 170px;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting.dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-left,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-page-setup-content .dxrd-page-setup-group .dxrd-page-setup-setting.dxrd-page-setup-setting-page-margins .dxrd-group-fieldset.dxrd-group-fieldset-right {
  position: relative;
  width: 100%;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset .dx-field .dx-field-value {
  right: 0;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset.dxrd-group-fieldset-left,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset.dxrd-group-fieldset-right {
  right: 3px;
  left: 0;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset .dx-field .dx-field-value {
  left: 0;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset.dxrd-group-fieldset-left,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-report-page-tile .dxrd-report-page-tile-content .dxrd-wizard-page.dxrd-page-setup-page .dxrd-group-fieldset.dxrd-group-fieldset-right {
  left: 3px;
  right: 0;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-select-reportdata-page .dxrd-wizard-reportdata-column {
  width: 100%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list {
  width: 400px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list > div {
  height: 36px;
  line-height: 36px;
  display: block;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list > div:not(.dxrd-wizard-selectlabelproduct-list-label) {
  margin-top: -42px;
  position: absolute;
  width: calc(100% - 156px);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list > div:not(.dxrd-wizard-selectlabelproduct-list-label) {
  right: 12px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list > div:not(.dxrd-wizard-selectlabelproduct-list-label) {
  left: 12px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectlabelproduct-list .dxrd-wizard-selectlabelproduct-list-label {
  width: 130px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-selectlabelproduct-page .dxrd-wizard-selectproduct-props > div > span:first-child {
  width: 130px;
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props {
  width: 60%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div {
  height: 36px;
  margin: 4px 0;
  position: relative;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  margin-left: 24%;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  margin-right: 24%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize {
  width: 60%;
  height: 42px;
  position: relative;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div {
  height: 36px;
  position: absolute;
  width: calc(60% - 10px);
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div,
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div {
  right: 10px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > div,
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > div {
  left: 10px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize > span,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props > div > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: absolute;
  top: 0;
  width: 40%;
  height: 36px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pic,
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-labelscounttext {
  position: absolute;
  width: calc(40% - 10px);
  float: none;
  float: initial;
  overflow: hidden;
}
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit,
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pic,
.dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-labelscounttext {
  right: 10px;
}
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit,
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pic,
.dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-labelscounttext {
  left: 10px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit {
  top: 15px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pic {
  top: 70px;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-labelscounttext {
  top: 275px;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-props-container .dxrd-wizard-customizelabel-props,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-select-papersize {
  width: 100%;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-radiounit,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pic,
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-labelscounttext {
  display: none;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-pagesizetext-inline {
  display: block;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-ltr.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  margin-left: 40%;
}
.dx-designer-viewport:not(.dx-designer-viewport-lg):not(.dx-designer-viewport-xl) .dx-rtl.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-customizelabel-page .dxrd-wizard-customizelabel-head-props .dxrd-wizard-customizelabel-pagesizetext {
  margin-right: 40%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-fields {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 45%;
}
.dx-fullscreen-wizard .dxrd-wizard .dxrd-wizard-content .dxrd-wizard-masterdetail-summary-options-page .dxrd-wizard-summary-infos .dxrd-wizard-summary-infos-summaries {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  left: 45%;
}
.dx-designer .dxrd-localization-editor {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  line-height: 1.35715;
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-property-gread-search-collapsed .dx-property-grid-search-box {
  display: none;
}
.dx-designer .dxrd-localization-editor.dx-ltr {
  left: 50px;
  right: auto;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dxrd-left-localization-panel .dxrd-localization-panel-header .dxrd-localization-panel-title {
  padding-left: 30px;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset {
  padding: 20px 30px 22px 16px;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field {
  padding-right: 0px;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-property-grid-search-box {
  right: 0px;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header {
  padding-right: 10px;
  padding-left: 16px;
}
.dx-designer .dxrd-localization-editor.dx-ltr .dx-list-item-content {
  padding-left: 24px;
  padding-right: 30px;
}
.dx-designer .dxrd-localization-editor.dx-rtl {
  left: auto;
  right: 50px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header {
  height: 120px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dxrd-localization-panel-title {
  padding-right: 30px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset {
  padding: 20px 16px 22px 30px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field {
  padding-left: 0px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-property-grid-search-box {
  left: 0px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-field-value {
  right: 97px;
  left: 36px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-header .dxrd-localization-panel-button {
  float: left;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header {
  padding-right: 16px;
  padding-left: 10px;
}
.dx-designer .dxrd-localization-editor.dx-rtl .dx-list-item-content {
  padding-left: 30px;
  padding-right: 24px;
}
.dx-designer .dxrd-localization-editor .dx-field {
  padding-left: 0px;
  padding-right: 0px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dxrd-localization-panel-title {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 30px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-field-value {
  position: absolute;
  left: 97px;
  right: 36px;
  width: auto;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-field-value-shortened {
  right: 72px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dxrd-localization-panel-button {
  float: right;
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dxrd-localization-language {
  width: calc(100% - 36px);
  position: relative;
  display: inline-block;
  transition: width 0.25s;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dxrd-localization-language.dx-property-gread-search-uncollapsed {
  width: calc(50% - 5px);
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dxrd-localization-language.dx-property-gread-search-uncollapsed .dx-field-label {
  visibility: hidden;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dxrd-localization-language.dx-property-gread-search-uncollapsed .dx-field-value {
  width: calc(100% - 36px);
  left: 0px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-property-grid-search-group {
  width: calc(50% - 5px);
  float: right;
  position: relative;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-property-grid-search-group.dx-property-gread-search-collapsed {
  width: 26px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-header .dx-fieldset .dx-field .dx-property-grid-search-group .dx-property-grid-sorting-action {
  width: 26px;
  height: 26px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content {
  height: calc(100% - 135px);
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header {
  display: table;
  padding: 30px 10px 15px 10px;
  width: calc(100% - 20px);
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header .dx-fieldset {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  width: 100%;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header .dx-fieldset .dx-field {
  min-height: inherit;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-content-header .dx-fieldset .dx-field .dxrd-localization-language {
  width: calc(50% - 15px);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 11px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-empty-message {
  text-align: center;
  padding: 20px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-default:not(.dxrd-localization-panel-textbox-full) {
  margin-right: 15px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dxrd-localization-panel-current {
  margin-left: 15px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-field-value:not(.dx-checkbox):not(.dx-button) {
  width: 100%;
  font-size: 0;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-field-value:not(.dx-checkbox):not(.dx-button) .dx-selectbox {
  width: 100%;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-field-label {
  max-width: 150px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-list .dx-list-item {
  border-top: 0px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-list .dx-list-item .dx-list-item-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-list .dx-field-value .dx-texteditor {
  width: calc(50% - 15px);
  display: inline-block;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-list .dx-field-value .dx-texteditor.dxrd-localization-panel-textbox-full {
  width: 100%;
}
.dx-designer .dxrd-localization-editor .dxrd-left-localization-panel .dxrd-localization-panel-content .dx-field {
  padding-top: 0px;
  padding-bottom: 0px;
}
.dx-designer .dxrd-localization-editor .dxrd-multi-area-container {
  display: flex;
  max-height: 72px;
}
.dx-designer .dx-localization-combobox-content .dx-culture-code {
  width: 75px;
  opacity: 0.6;
}
.dx-designer .dx-localization-combobox-content .dx-culture {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  text-overflow: ellipsis;
  max-width: calc(100% - 80px);
}
.dxrd-image-leaf-node {
  padding: 4.5px;
}
@media screen and (min-width:0\0) {
  .dxd-track-cursor {
    background-color: rgba(255, 255, 255, 0);
  }
}
.dxrd-image-ghost-formattingrule,
.dxrd-image-ghost-stylemodel {
  border-width: 0px;
  border-style: none;
  border-width: 0;
  position: absolute;
}
.dx-designer .dxrd-designer-wrapper .dxrd-control-border-box {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
}
.dxrd-designer-wrapper .dxrd-editormenu-box.dxrd-editormenu-expressions {
  height: 12px;
  width: 12px;
}
.dxrd-designer-wrapper .dxrd-editormenu-box.dxrd-editormenu-expressions svg {
  position: absolute;
}
.dxrd-designer-wrapper .dx-field-value .dx-font-style-button.dxd-border-accented {
  border-style: solid;
  border-width: 1px;
}
.dxrd-designer-wrapper .dx-field-value.dxd-border-accented .dx-texteditor,
.dxrd-designer-wrapper .dx-editor-content .dx-field.dxd-border-accented .dx-texteditor,
.dxrd-designer-wrapper .dx-field-value.dxd-border-accented .dx-checkbox,
.dxrd-designer-wrapper .dx-editor-content .dx-field.dxd-border-accented .dx-checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}
.dxrd-designer-wrapper .dxrd-image-ghost-bounded {
  border-width: 0px;
  border-style: none;
  border-width: 0;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-expressions-tab .dx-property-grid-header .dx-property-grid-header-content .dx-property-grid-selected-component .dxrd-properties-focused-item {
  height: 28px;
}
.dxrd-designer-wrapper .dxrd-drag-helper-source {
  display: none;
  max-width: 100px;
}
.dxrd-designer-wrapper .dxrd-image-ghost-report {
  position: absolute;
  z-index: 2;
}
.dxrd-designer-wrapper .dxrd-image-ghost-report .dxrd-drag-helper-source-reorder-treelist {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  line-height: 30px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
.dxrd-designer-wrapper .dxrd-image-ghost-report .dxrd-drag-helper-source-reorder-treelist .dx-treelist-image-empty {
  display: none;
}
.dxrd-designer-wrapper .dxrd-image-ghost-report .dxrd-drag-helper-treelist-image {
  float: left;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 9px 0;
  background-position: center;
  box-sizing: content-box;
  margin: 0 4px;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-image-ghost-report .dxrd-drag-helper-treelist-image svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-designer-wrapper .dxrd-image-ghost-report .dxrd-drag-helper-treelist-text-wrapper .dxrd-drag-helper-treelist-text {
  width: 100%;
  white-space: nowrap;
  padding-right: 2px;
  padding: 0 16px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper {
  position: absolute;
  top: 84px;
  left: 64px;
  right: 375px;
  bottom: 0;
  text-align: center;
  min-width: 100px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-surface-wrapper {
  left: 375px;
  right: 64px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-margin-resizable {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-margin-resizable .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-margin-resizable .ui-resizable-e {
  width: 5px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface {
  height: 100%;
  display: inline-block;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel {
  width: 100%;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper {
  overflow: hidden;
  background: #fff;
  right: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-vruler {
  position: relative;
  width: 20px;
  float: right;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-vruler svg {
  position: absolute;
  top: 0;
  left: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker {
  width: 60px;
  right: 20px;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker .dxrd-band-marker-content {
  border: 1px solid #a7a7ab;
  width: 100%;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker .dxrd-band-marker-rotation {
  height: 100%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker .dxrd-band-marker-rotation .dxrd-band-marker-rotation-text {
  position: absolute;
  top: 100%;
  padding-left: 1em;
  white-space: nowrap;
  padding-top: 0.5em;
  opacity: 0.75;
  cursor: default;
  color: #000000;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-header {
  background-color: #B4E1DB;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-header:hover {
  background-color: #C9F0EB;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-header-focused {
  background: #93D3CA;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-body {
  background-color: #B3DCEE;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-body:hover {
  background-color: #C7ECF9;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-body-focused {
  background: #92CBE6;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-footer {
  background-color: #C5CCE7;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-footer:hover {
  background-color: #D7DDF3;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker.dxrd-band-marker-footer-focused {
  background: #AAB4DB;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-hscroller-space {
  height: 20px;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper {
  right: 0;
  height: auto;
  top: 0;
  bottom: 20px;
  position: absolute;
  float: left;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-content-panel {
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper {
  overflow: hidden;
  top: -20px;
  height: 20px;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper .dxrd-hruler {
  position: absolute;
  height: 20px;
  background: yellow;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper .dxrd-ruler-shadow {
  position: absolute;
  top: 0;
  background: gray;
  opacity: 0.5;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper .dxrd-vscroller-space {
  width: 20px;
  height: 1px;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper .dxrd-margin-resizable .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-hruler-wrapper .dxrd-margin-resizable .ui-resizable-e {
  width: 10px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport {
  height: inherit;
  width: inherit;
  top: -20px;
  overflow: auto;
  position: relative;
  background: white;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin-resizable {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin-resizable .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin-resizable .ui-resizable-e {
  width: 5px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin {
  position: absolute;
  z-index: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin .dxrd-flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-leftMargin .dxrd-flip .dxrd-band-content {
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment {
  position: absolute;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container {
  position: absolute;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-bands-content.dxrd-selection {
  height: 100%;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-bands-content.dxrd-selection .dxrd-bands-content-offset {
  position: relative;
  height: 100%;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-rightMargin-resizable {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  width: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-rightMargin-resizable .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-rightMargin-resizable .ui-resizable-e {
  width: 5px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-rightMargin-border {
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-ghost-containment .dxrd-ghost-container .dxrd-snap-line-holder-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-collapsed {
  position: absolute;
  background: #EEEEEF;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid #B6B6BA;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-size: 10px;
  font-weight: bold;
  color: #747474;
  box-sizing: border-box;
  cursor: default;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content svg {
  position: absolute;
  top: 0;
  left: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content .dxrd-band-content-grid {
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content .dxrd-band-content-spasing {
  background-color: #FFF;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content .dxrd-band-content-greyarea {
  background-color: #CCC;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content .dxrd-band-content-watermark {
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content.dxrd-vertical-bands-container {
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content.dxrd-vertical-bands-container .dxrd-band-content-greyarea {
  display: inline-block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content.dxrd-vertical-band {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 29px;
  bottom: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  top: 0;
  border-top: 1px dashed #a7a7ab;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #a7a7ab;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content-selected::before {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-content-selected::after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-subbands-wrapper {
  width: 100%;
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-band-subbands-wrapper::before {
  content: '';
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 1px dashed #a7a7ab;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-control {
  position: absolute;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-control .dxrd-table-row-control {
  position: absolute;
  width: 100%;
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-control .dxrd-table-row-control .dxrd-table-cell-control {
  position: absolute;
  height: 100%;
  line-height: 100%;
  box-sizing: border-box;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-control .dxrd-table-row-control .dxrd-table-cell-control.dxrd-table-cell-over-rowSpan .ui-resizable-handle {
  height: 0;
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control {
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  direction: ltr;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control .dxrd-chart-panel {
  position: absolute;
  right: 2px;
  left: 2px;
  top: 2px;
  height: 25px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control .dxrd-chart-panel .dxrd-chart-panel-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background-color: #2a2a2a;
  color: #fff;
  line-height: normal;
  padding: 5px 8px 5px 8px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  height: 25px;
  box-sizing: border-box;
  max-width: 100%;
  float: right;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control .dxrd-chart-panel-text:hover {
  background-color: #444444;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control.dxrd-control-rtl .dxrd-transform-origin-left-top {
  direction: rtl;
  unicode-bidi: embed;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .inline-text-edit {
  -position: absolute;
  width: 100%;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .inline-text-edit .dx-texteditor-input {
  background-color: white;
  color: black;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main {
  letter-spacing: -2px;
  position: absolute;
  display: inline-block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-checkbox-checkstate {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  position: relative;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-checkbox-checkstate svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-checkbox-checkstate .dxrd-checkbox-custom-glyph {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-skeleton {
  box-sizing: border-box;
  letter-spacing: normal;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-image {
  position: absolute;
  width: 25%;
  height: 24px;
  left: 15%;
  top: 25%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-image-fill-container {
  left: 40%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info {
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
  padding-left: 3px;
  position: absolute;
  right: 5px;
  width: 50%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info .dxrd-control-content {
  text-align: left;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info-fill-container {
  width: 100%;
  left: 5px;
  right: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info-certificate-name {
  position: absolute;
  left: 5px;
  width: 50%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info-certificate-name .dxrd-control-content {
  text-align: left;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-main .dxrd-pdf-signature-info-certificate-name-fill-container {
  width: 100%;
  right: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control-content-select-main {
  position: absolute;
  display: inline-block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-cross-band {
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-cross-band.dxrd-intersect {
  box-sizing: content-box;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection {
  z-index: 5;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected.dxrd-pagebreak .dxrd-control-border-box,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused.dxrd-pagebreak .dxrd-control-border-box {
  border-width: 1px;
  border-style: solid;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .dxrd-control-border-box,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .dxrd-control-border-box {
  border-width: 2px;
  border-style: solid;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-pagebreak.dxrd-selected.dxrd-locked {
  border: 2px solid orangered;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected {
  z-index: 10;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-handle,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-handle,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-handle {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 1px;
  border: 1px solid #333;
  visibility: inherit;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-nw,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-nw,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-nw {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-n,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-n,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-n {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-ne,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-ne,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-ne {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-w,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-w {
  top: 50%;
  margin-top: -4px;
  left: -8px;
  cursor: w-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-e,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-e,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-e {
  top: 50%;
  margin-top: -4px;
  right: -8px;
  cursor: e-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-sw,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-sw,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-sw {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-s,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-s,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-s {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-focused .ui-resizable-se,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected .ui-resizable-se,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-of-contents-selected .ui-resizable-se {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-richedit-selected {
  visibility: visible;
  overflow: hidden;
  z-index: 11;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-richedit-selected .dxrd-control-content-main {
  letter-spacing: normal;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-richedit-selected-content {
  position: relative;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-richedit-selected-content .dxreControl {
  border-width: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-locked {
  border: 1px solid orangered;
  box-sizing: border-box;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected:not(.dxrd-focused):not(.dxrd-intersect) > .ui-resizable-handle {
  background: black;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-intersect {
  border: 1px solid #e04a6f;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-intersect > .ui-resizable-handle {
  border: 1px solid #e04a6f;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-intersect:not(.dxrd-selected) > .ui-resizable-handle {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-selected.dxrd-intersect:not(.dxrd-focused) > .ui-resizable-handle {
  background: #e04a6f;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control {
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control {
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-focused .ui-resizable-handle {
  visibility: inherit;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-table-row-selection {
  height: 100%;
  position: absolute;
  top: -1px;
  width: 10px;
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-table-row-selection-left {
  left: -6px;
  cursor: url(data:application/octet-stream;base64,AAACAAEAICAQABQADwDoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////+/////n///wA///8AH///AD////5////+//////////////////////////////////////////////////////////////////w==), pointer;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-table-row-selection-right {
  right: -6px;
  cursor: url(data:application/octet-stream;base64,AAACAAEAICAQAAoADwDoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////////////////v////z////4Af//8AH///gB///8/////v//////////////////////////////////////////////////////////////////w==), pointer;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-table-cell-control.dxrd-focused,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-selected {
  overflow: visible;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-table-cell-control.dxrd-focused .ui-resizable-handle,
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-row-control .dxrd-selected .ui-resizable-handle {
  visibility: inherit;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-column-selection {
  margin-left: -1px;
  height: 10px;
  position: absolute;
  /*border: solid 1px blue;*/
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-column-selection-top {
  top: -6px;
  cursor: url(data:application/octet-stream;base64,AAACAAEAICAQAA8AFQDoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////7////8f///+D////Af///8f////H////x////8f////H////x////8f////////////////////////////////////////////////////////////w==), pointer;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-table-control .dxrd-table-column-selection-bottom {
  bottom: -6px;
  cursor: url(data:application/octet-stream;base64,AAACAAEAICAQAA8ACgDoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////////////////////////////////////////////////////////8f////H////x////8f////H////x////8f///8B////g////8f////v///////////////////////////////////////////////////////w==), pointer;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-vertical-band-marker {
  height: 27px;
  border: 1px solid #a7a7ab;
  position: relative;
  overflow: hidden;
  background-color: #B3DCEE;
  text-align: left;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-vertical-band-marker .dxrd-banding-marker-text {
  position: absolute;
  padding-left: 1em;
  padding-top: 0.5em;
  opacity: 0.75;
  cursor: default;
  color: #000000;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-vertical-band-marker:hover {
  background-color: #C7ECF9;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection .dxrd-vertical-band-marker.dxrd-vertical-band-marker-focused {
  background-color: #92CBE6;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main {
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content::before {
  content: '';
  position: absolute;
  border: 1px solid silver;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-intersect {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-intersect::before {
  border: 1px solid rgba(255, 0, 0, 0.5);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text {
  overflow: hidden;
  height: 100%;
  line-height: inherit;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text table {
  border-width: 0px;
  border-style: none;
  vertical-align: top;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text table td {
  vertical-align: top;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text .dxrd-control-content-line-text {
  white-space: nowrap;
  padding-right: 7px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text .dxrd-control-content-number {
  white-space: nowrap;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control .dxrd-tocLevel-border {
  position: absolute;
  z-index: 1;
  bottom: 0;
  background-color: silver;
  left: 0;
  right: 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content .dxrd-control:last-child .dxrd-tocLevel-border {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-control-rtl .dxrd-control .dxrd-control-content.dxrd-control-content-multiline {
  display: block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-control-rtl .dxrd-control-content.dxrd-control-content-multiline::after {
  content: "\200E‎";
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-control-rtl .dxrd-control-table-of-content-levelsElements .dxrd-control-content .dxrd-control-content-level-text .dxrd-control-content-line-text {
  padding-left: 7px;
  padding-right: 0px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control.dxrd-control-table-of-content.dxrd-control-rtl .dxrd-control-content-line-text::after {
  content: "\200E‎";
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-intersect {
  border: 1px solid rgba(255, 0, 0, 0.5);
  background-color: rgba(255, 0, 0, 0.1);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control .dxrd-control-content {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: normal;
  box-sizing: border-box;
  letter-spacing: normal;
  cursor: default;
  overflow-wrap: break-word;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-control-content-multiline {
  word-wrap: break-word;
  white-space: pre-wrap;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-charactercomb-cell {
  display: inline-block;
  vertical-align: top;
  float: left;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-cross-band {
  background-color: transparent;
  overflow: hidden;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-cross-band .dxrd-control {
  background-color: transparent;
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-cross-band .dxrd-cross-band-intersect {
  stroke: rgba(255, 0, 0, 0.2);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-main .dxrd-print-across-bands-placeholder {
  position: absolute;
  opacity: 0.5;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected .dxrd-control-border-box {
  border-width: 2px;
  border-style: solid;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected .ui-resizable-handle {
  bottom: -6px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected.dxrd-intersect .ui-resizable-handle {
  border: 1px solid #e04a6f;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected.dxrd-intersect .ui-resizable-resizing .ui-resizable-handle {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected.dxrd-intersect .dxrd-control-line-ui-resizeble .ui-resizable-handle {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected .dxrd-control-line-ui-resizeble .ui-resizable-s {
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 4px;
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-table-of-contents-selected .ui-resizable-resizing .ui-resizable-s {
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 4px;
  border-width: 0px;
  border-style: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAIAAAAW4yFwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXYwADBgYAAAgAAWnvujMAAAAASUVORK5CYII=) repeat-x 3px 0;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection.ghost .dxrd-focused {
  border: black 2px dotted;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection.ghost .dxrd-selected {
  border: black 2px dotted;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-selection.ghost .ui-resizable-handle {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-image-surface-base {
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-image-surface-bounded:before {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right top;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: " ";
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-image-surface-bounded-notvalid:before {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right top;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: " ";
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-image-surface-bounded-warning:before {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right top;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: " ";
  z-index: 1;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-image-surface-picturebox_placeholder {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left top;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-control-rtl.dxrd-image-surface-bounded:before {
  background-position: left top;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface .dxrd-control-rtl.dxrd-image-surface-picturebox_placeholder {
  background-position: right top;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface:not(.dxrd-surface-rtl) .dxrd-content-panel-wrapper .dxrd-viewport .dxrd-control.dxrd-control-rtl .dxrd-pivot-content {
  direction: ltr;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode {
  transition: width, left, right, 0.35s ease-in-out;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-band-content-grid {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-table-row-control:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-control:not(.dxrd-uiselected):before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-table-row-control:not(.dxrd-uiselected):before {
  display: block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-control.dxrd-uiselected:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-table-row-control.dxrd-uiselected:before {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-control:not(.dxrd-uiselected) .dxrd-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-table-row-control:not(.dxrd-uiselected) .dxrd-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-control:not(.dxrd-uiselected) .dxrd-table-row-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-table-row-control:not(.dxrd-uiselected) .dxrd-table-row-control:before {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected {
  z-index: 2;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-control:not(.dxrd-uiselected):before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-table-row-control:not(.dxrd-uiselected):before {
  display: block;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-control.dxrd-uiselected:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-table-row-control.dxrd-uiselected:before {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-control:not(.dxrd-uiselected) .dxrd-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-table-row-control:not(.dxrd-uiselected) .dxrd-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-control:not(.dxrd-uiselected) .dxrd-table-row-control:before,
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-bands-content.dxrd-main .dxrd-uiselected .dxrd-table-row-control:not(.dxrd-uiselected) .dxrd-table-row-control:before {
  display: none;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper.dxrd-surface-localization-mode .dxrd-band-marker:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface:not(.dxrd-surface-rtl) .dxrd-bands-content.dxrd-selection {
  left: -8px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface:not(.dxrd-surface-rtl) .dxrd-bands-content.dxrd-selection .dxrd-bands-content-offset {
  left: 8px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface-rtl .dxrd-bands-content.dxrd-selection {
  right: -8px;
}
.dxrd-designer-wrapper .dxrd-surface-wrapper .dxrd-surface-rtl .dxrd-bands-content.dxrd-selection .dxrd-bands-content-offset {
  right: 8px;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper {
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  padding: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper {
  right: 64px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper {
  left: 64px;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab {
  border-width: 1px;
  border-style: solid;
  margin: 4px;
  height: 42px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab,
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab {
  padding-right: 21px;
  float: right;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab,
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab {
  padding-left: 21px;
  float: left;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content {
  vertical-align: middle;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-icon,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-icon {
  font-size: 14px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-icon,
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-icon {
  float: left;
  margin-left: 4px;
  margin-right: 11px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-icon,
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-icon {
  float: right;
  margin-left: 11px;
  margin-right: 4px;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper {
  overflow: hidden;
  max-width: 312px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper,
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper {
  float: right;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper,
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper {
  float: left;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title,
.dx-rtl.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title {
  padding-left: 12px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title,
.dx-ltr.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab .dx-tab-content .dx-tab-title-wrapper .dx-tab-title {
  padding-right: 12px;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab-selected,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab-selected {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: default;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab-selected:after,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab-selected:after {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-focused:after,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-tab.dx-state-focused:after {
  border-width: 0px;
  border-style: none;
}
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-tabs-wrapper .dx-state-focused,
.dxrd-designer-wrapper .dxrd-navigation-panel-wrapper .dx-tabs .dx-indent-wrapper .dx-state-focused {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper {
  right: 0;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper {
  left: 0;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper .dx-overlay-content {
  width: 100%;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper.dxrd-wizard.dxrd-report-wizard {
  left: 0;
  right: 50px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dx-overlay-wrapper.dxrd-wizard.dxrd-report-wizard {
  right: 0;
  left: 50px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  position: relative;
  width: 100%;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-title-text {
  padding-right: 27px;
  padding-left: 52px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-title-text {
  padding-left: 27px;
  padding-right: 52px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-button {
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-button svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-back-button {
  position: relative;
  width: 100%;
  height: 100%;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-close-button {
  position: absolute;
  top: 16px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-close-button {
  left: 6px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-report-menu-title .dxrd-report-menu-close-button {
  right: 13px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-menu-item {
  margin-top: 0px;
  height: 48px;
  line-height: 48px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-menu-item .dxrd-menu-item-image {
  height: 48px;
}
.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-menu-item .dxrd-menu-item-text {
  font-size: 13px;
  line-height: 48px;
}
.dx-rtl.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-menu-item .dxrd-menu-item-text {
  padding-right: 21px;
}
.dx-ltr.dxrd-designer-wrapper .dxrd-menubutton-part .dxrd-menu-container .dxrd-menu-item .dxrd-menu-item-text {
  padding-left: 21px;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper {
  right: 0;
  float: right;
  left: auto;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-content-panel-wrapper {
  float: right;
  left: 0;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper {
  left: 0;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-vruler {
  float: left;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker {
  left: 20px;
  right: auto;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker .dxrd-band-marker-rotation {
  margin-left: 100%;
}
.dxrd-designer-wrapper.dx-rtl .dxrd-surface-wrapper .dxrd-surface .dxrd-bands-panel-wrapper .dxrd-bands-panel .dxrd-band-headers .dxrd-band-marker-wrapper .dxrd-band-marker .dxrd-band-marker-rotation .dxrd-band-marker-rotation-text {
  bottom: 0;
  top: auto;
  padding-bottom: 0.5em;
  padding-top: inherit;
}
.dxrd-chartdesigner-popup .dx-popup-content {
  padding: 0;
}
.dxrd-chartdesigner-popup .dxrd-chartdesigner-popup-content {
  height: 100%;
  box-sizing: border-box;
}
.dxrd-add-dataSource-popup-content .dx-popup-content .dxrd-list-item-ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dx-dropdownlist-popup-wrapper .dxrd-checkbox-style-combobox-item .dxrd-checkbox-style-combobox-item-icons svg,
.dx-dropdownlist-popup-wrapper .dxrd-checkbox-style-combobox-item span {
  vertical-align: middle;
  display: inline-block;
}
.dx-dropdownlist-popup-wrapper .dxrd-checkbox-style-combobox-item-icons {
  width: 55px;
  display: inline-block;
}
.dx-dropdownlist-popup-wrapper .dxrd-checkbox-style-combobox-item-icons svg {
  width: 14px;
  height: 14px;
}
.dx-designer .dxrd-rich-surface:focus {
  outline: none;
}
.dx-designer .dxrd-rich-surface .dxreView,
.dx-designer .dxrd-rich-surface .dxrePage {
  background-color: transparent !important;
}
.dx-designer .dxrd-rich-surface.dxrd-richedit-readonly .dxreView {
  overflow: hidden;
}
.dx-designer .dxrd-rich-surface.dxrd-richedit-readonly .dxrePageArea {
  background-color: transparent !important;
}
.dx-designer .dxrd-rich-surface.dxrd-richedit-readonly .dxreInFocus .dxreSelCursor {
  display: none;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line {
  max-width: 216px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-toolbar-elements-line-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: absolute;
  left: 0;
  right: 0;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-rich-toolbar-header {
  padding: 7px 8px 1px;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  opacity: 0.5;
  text-align: left;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-rich-toolbar-value {
  display: flex;
  padding: 2px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-rich-toolbar-value .dx-texteditor-input {
  font-size: 14px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-rich-toolbar-value .dxrd-richedit-toolbar-fontsize {
  width: 210px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dxrd-rich-toolbar-value .dxrd-richedit-toolbar-fontsize .dxrd-richedit-toolbar-fontsize-content {
  width: auto;
  display: inline-block;
  transition: transform 0.4s ease-in-out;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dx-button-has-icon .dx-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  background-size: 16px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dxrd-toolbar-elements-line .dx-button-has-icon .dx-button-content {
  padding: 6px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-button.dx-button-normal,
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-colorbox,
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-selectbox {
  margin: 6px;
  height: 30px;
  width: 30px;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-colorbox,
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-selectbox {
  width: 100%;
}
.dx-popup-wrapper > .dx-overlay-content .dxrd-rich-toolbar-popover-content .dx-button-has-text .dx-button-content {
  font-size: 14px;
  padding: 0;
}
.dx-content-loading-panel {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/codemirror/lib/codemirror.css ***!
  \************************************************************************************************************************************************************************************************************************************/
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumbers {}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }

.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }

.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection, 
.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }

.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }

.cm-fat-cursor { caret-color: transparent; }

@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */

.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}

.cm-s-default .cm-quote {color: #090;}

.cm-negative {color: #d44;}

.cm-positive {color: #292;}

.cm-header, .cm-strong {font-weight: bold;}

.cm-em {font-style: italic;}

.cm-link {text-decoration: underline;}

.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}

.cm-s-default .cm-atom {color: #219;}

.cm-s-default .cm-number {color: #164;}

.cm-s-default .cm-def {color: #00f;}

.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}

.cm-s-default .cm-variable-2 {color: #05a;}

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}

.cm-s-default .cm-comment {color: #a50;}

.cm-s-default .cm-string {color: #a11;}

.cm-s-default .cm-string-2 {color: #f50;}

.cm-s-default .cm-meta {color: #555;}

.cm-s-default .cm-qualifier {color: #555;}

.cm-s-default .cm-builtin {color: #30a;}

.cm-s-default .cm-bracket {color: #997;}

.cm-s-default .cm-tag {color: #170;}

.cm-s-default .cm-attribute {color: #00c;}

.cm-s-default .cm-hr {color: #999;}

.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}

.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}

div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}

.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }

.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  z-index: 0;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */

.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}

.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-gutter-wrapper ::selection { background-color: transparent }

.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */ border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-feature-settings: "calt";
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */

.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }

.CodeMirror-crosshair { cursor: crosshair; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */

.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */

.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */

span.CodeMirror-selectedtext { background: none; }

