@keyframes cx-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.cxb-button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  background-color: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-color: transparent;
  border-width: 0;
  border-radius: 2px;
  border-style: solid;
  user-select: none;
  color: #2196f3;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.cxb-button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: -1px;
}

.cxb-button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: rgb(238.35, 238.35, 238.35);
}

.cxb-button:focus {
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  background-color: rgb(233.25, 233.25, 233.25);
}

.cxb-button:active, .cxb-button.cxs-pressed {
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: rgb(238.35, 238.35, 238.35);
}

.cxb-button[disabled], .cxb-button.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  pointer-events: none;
}

.cxb-button.cxm-primary {
  background-color: #2196f3;
  border-color: transparent;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cxb-button.cxm-primary[disabled], .cxb-button.cxm-primary.cxs-disabled {
  background-color: rgba(33, 150, 243, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.cxb-button.cxm-primary:hover {
  background-color: rgb(18.4846153846, 143.1346153846, 242.2153846154);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.cxb-button.cxm-primary:focus {
  background-color: rgb(12.0615384615, 129.6615384615, 223.1384615385);
}

.cxb-button.cxm-primary:active, .cxb-button.cxm-primary.cxs-pressed {
  background-color: rgb(28.1615384615, 147.7115384615, 242.7384615385);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  top: 0;
}

.cxb-button.cxm-danger {
  background-color: #f44336;
  border-color: transparent;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cxb-button.cxm-danger[disabled], .cxb-button.cxm-danger.cxs-disabled {
  background-color: rgba(211, 47, 47, 0.6);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.cxb-button.cxm-danger:hover {
  background-color: rgb(243.2061320755, 53.4320754717, 39.4938679245);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.cxb-button.cxm-danger:focus {
  background-color: rgb(210.0070754717, 25.0754716981, 11.4929245283);
}

.cxb-button.cxm-danger:active, .cxb-button.cxm-danger.cxs-pressed {
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  top: 0;
}

.cxb-button.cxm-hollow {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  box-shadow: none;
}

.cxb-button.cxm-hollow[disabled], .cxb-button.cxm-hollow.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-button.cxm-hollow:hover {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-button.cxm-hollow:focus {
  background-color: rgba(0, 0, 0, 0.08);
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

.cxb-button.cxm-hollow:active, .cxb-button.cxm-hollow.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.4);
}

.cxb-button.cxm-flat-primary {
  font-size: 14px;
  color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.cxb-button.cxm-flat-primary[disabled], .cxb-button.cxm-flat-primary.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-button.cxm-flat-primary:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-button.cxm-flat-primary:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  box-shadow: none;
}

.cxb-button.cxm-flat-primary:active, .cxb-button.cxm-flat-primary.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.25);
}

.cxb-button.cxm-flat-accent {
  font-size: 14px;
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.cxb-button.cxm-flat-accent[disabled], .cxb-button.cxm-flat-accent.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-button.cxm-flat-accent:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-button.cxm-flat-accent:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  box-shadow: none;
}

.cxb-button.cxm-flat-accent:active, .cxb-button.cxm-flat-accent.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.25);
}

.cxb-button.cxm-float {
  color: #ffffff;
  background-color: #ffc107;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.45);
  padding: 0;
  width: 50px;
  height: 50px;
}

.cxb-button.cxm-float[disabled], .cxb-button.cxm-float.cxs-disabled {
  box-shadow: none;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  background-color: rgba(33, 150, 243, 0.5);
}

.cxb-button.cxm-float:hover {
  background-color: #ffc107;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.45);
}

.cxb-button.cxm-float:focus {
  background-color: rgb(241.6, 181.2, 0);
}

.cxb-button.cxm-float:active, .cxb-button.cxm-float.cxs-pressed {
  background-color: rgb(255, 196.825, 22.3);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45);
}

.cxe-button-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-button-baseline {
  display: inline-block;
  min-width: 24px;
}

.cxb-button.cxs-icon {
  padding: 8px 20px 8px 44px;
}

.cxb-button.cxs-icon.cxs-empty {
  padding: 8px 8px 8px 8px;
}

.cxb-button.cxs-icon.cxs-empty .cxe-button-icon {
  left: 50%;
  margin-left: -12px;
}

.cxb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0 solid transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.cxb-list.cxs-focused {
  outline: none;
}

.cxb-list.cxm-bordered {
  border-width: 1px;
}

.cxb-list.cxm-bordered > .cxe-list-item:not(:first-child) {
  border-top-width: 1px;
}

.cxe-list-item {
  margin: 0;
  border: 0 solid transparent;
  color: inherit;
}

.cxe-list-item.cxs-pad {
  padding: 8px 14px 7px;
}

.cxs-selectable > .cxe-list-item {
  cursor: pointer;
}

.cxe-list-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.cxe-list-item.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.cxb-list.cxs-focused > .cxe-list-item.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}

.cxe-list-item.cxs-selected {
  background-color: rgba(0, 0, 0, 0.07);
}

.cxe-list-item.cxs-selected.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.1);
}

.cxb-list.cxs-focused > .cxe-list-item.cxs-selected.cxs-cursor, .cxb-list:focus > .cxe-list-item.cxs-selected.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.cxe-list-item.cxs-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
}

.cxe-list-empty-text {
  padding: 8px 14px 7px;
  color: rgba(128, 128, 128, 0.7);
}

.cxb-cxcredit {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.cxb-cxcredit:hover {
  opacity: 1;
}

.cxb-cxcredit.cxm-inline {
  position: relative;
  bottom: auto;
  right: auto;
}

.cxe-cxcredit-icon {
  width: 100%;
  height: 100%;
}

.cxb-section {
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
}

.cxb-section.cxm-card, .cxb-section.cxm-well {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxb-section.cxm-well {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.cxb-section.cxm-warning {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffc107;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxb-section.cxm-primary {
  color: #fff;
  background-color: #2196f3;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxb-section.cxm-success {
  color: #fff;
  background-color: #4caf50;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxb-section.cxm-error {
  color: #fff;
  background-color: #f4511e;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxe-section-header {
  box-sizing: border-box;
  margin: 0 1.5rem;
  padding: 1rem 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(128, 128, 128, 0.3);
}

.cxe-section-body {
  flex: 1 1 auto;
  box-sizing: border-box;
  overflow: auto;
}

.cxs-pad > .cxe-section-body {
  padding: 1rem 1.5rem;
}

.cxe-section-footer {
  box-sizing: border-box;
  margin: 0 1.5rem;
  padding: 1rem 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(128, 128, 128, 0.3);
}

.cxb-heading.cxs-level-1 {
  margin: 0;
  padding: 0;
}

.cxb-heading.cxs-level-2 {
  margin: 0;
  padding: 0;
}

.cxb-heading.cxs-level-3 {
  margin: 0;
  padding: 0;
}

.cxb-heading.cxs-level-4 {
  margin: 0;
  padding: 0;
}

.cxb-heading.cxs-level-5 {
  margin: 0;
  padding: 0;
}

.cxb-heading.cxs-level-6 {
  margin: 0;
  padding: 0;
}

.cxb-flexbox {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cxb-flexbox.cxs-nested {
  overflow: hidden;
}

.cxb-flexbox.cxs-nested > div {
  overflow: auto;
}

.cxb-flexbox.cxs-xsmall-hpad {
  padding-left: 3px;
  padding-right: 3px;
}

.cxb-flexbox.cxs-xsmall-vpad {
  padding-top: 3px;
  padding-bottom: 3px;
}

.cxb-flexbox.cxs-small-hpad {
  padding-left: 5px;
  padding-right: 5px;
}

.cxb-flexbox.cxs-small-vpad {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cxb-flexbox.cxs-medium-hpad {
  padding-left: 10px;
  padding-right: 10px;
}

.cxb-flexbox.cxs-medium-vpad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cxb-flexbox.cxs-large-hpad {
  padding-left: 15px;
  padding-right: 15px;
}

.cxb-flexbox.cxs-large-vpad {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cxb-flexbox.cxs-xlarge-hpad {
  padding-left: 20px;
  padding-right: 20px;
}

.cxb-flexbox.cxs-xlarge-vpad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cxe-flexbox-flexbox {
  display: flex;
  flex: 1 1 auto;
}

.cxe-flexbox-flexbox.cxs-column {
  flex-direction: column;
}

.cxe-flexbox-flexbox.cxs-row {
  flex-direction: row;
}

.cxe-flexbox-flexbox.cxs-row-reverse {
  flex-direction: row-reverse;
}

.cxe-flexbox-flexbox.cxs-xsmall-hspacing {
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.cxe-flexbox-flexbox.cxs-xsmall-hspacing > * {
  margin-left: 1.5px;
  margin-right: 1.5px;
}

.cxe-flexbox-flexbox.cxs-xsmall-vspacing {
  margin-top: -1.5px;
  margin-bottom: -1.5px;
}

.cxe-flexbox-flexbox.cxs-xsmall-vspacing > * {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

.cxe-flexbox-flexbox.cxs-small-hspacing {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.cxe-flexbox-flexbox.cxs-small-hspacing > * {
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.cxe-flexbox-flexbox.cxs-small-vspacing {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.cxe-flexbox-flexbox.cxs-small-vspacing > * {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.cxe-flexbox-flexbox.cxs-medium-hspacing {
  margin-left: -5px;
  margin-right: -5px;
}

.cxe-flexbox-flexbox.cxs-medium-hspacing > * {
  margin-left: 5px;
  margin-right: 5px;
}

.cxe-flexbox-flexbox.cxs-medium-vspacing {
  margin-top: -5px;
  margin-bottom: -5px;
}

.cxe-flexbox-flexbox.cxs-medium-vspacing > * {
  margin-top: 5px;
  margin-bottom: 5px;
}

.cxe-flexbox-flexbox.cxs-large-hspacing {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.cxe-flexbox-flexbox.cxs-large-hspacing > * {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.cxe-flexbox-flexbox.cxs-large-vspacing {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.cxe-flexbox-flexbox.cxs-large-vspacing > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.cxe-flexbox-flexbox.cxs-xlarge-hspacing {
  margin-left: -10px;
  margin-right: -10px;
}

.cxe-flexbox-flexbox.cxs-xlarge-hspacing > * {
  margin-left: 10px;
  margin-right: 10px;
}

.cxe-flexbox-flexbox.cxs-xlarge-vspacing {
  margin-top: -10px;
  margin-bottom: -10px;
}

.cxe-flexbox-flexbox.cxs-xlarge-vspacing > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cxe-flexbox-flexbox.cxs-align-center {
  align-items: center;
}

.cxe-flexbox-flexbox.cxs-align-start {
  align-items: flex-start;
}

.cxe-flexbox-flexbox.cxs-align-end {
  align-items: flex-end;
}

.cxe-flexbox-flexbox.cxs-align-baseline {
  align-items: baseline;
}

.cxe-flexbox-flexbox.cxs-wrap {
  flex-wrap: wrap;
}

.cxe-flexbox-flexbox.cxs-justify-center {
  justify-content: center;
}

.cxe-flexbox-flexbox.cxs-justify-start {
  justify-content: flex-start;
}

.cxe-flexbox-flexbox.cxs-justify-end {
  justify-content: flex-end;
}

.cxe-flexbox-flexbox.cxs-justify-space-between {
  justify-content: space-between;
}

.cxe-flexbox-flexbox.cxs-justify-space-around {
  justify-content: space-around;
}

.cxe-flexbox-flexbox.cxs-justify-space-evenly {
  justify-content: space-evenly;
}

@media not screen and (min-width: 400px) {
  .cxe-flexbox-flexbox.cxs-target-phone {
    display: block;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing {
    margin-left: -3px;
    margin-right: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-hspacing > * {
    margin-left: 3px;
    margin-right: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xsmall-vspacing > * {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-hspacing > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-small-vspacing > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-hspacing > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-medium-vspacing > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-hspacing > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-large-vspacing > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-hspacing > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-phone.cxs-xlarge-vspacing > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media not screen and (min-width: 800px) {
  .cxe-flexbox-flexbox.cxs-target-tablet {
    display: block;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing {
    margin-left: -3px;
    margin-right: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-hspacing > * {
    margin-left: 3px;
    margin-right: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xsmall-vspacing > * {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-hspacing > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-small-vspacing > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-hspacing > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-medium-vspacing > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-hspacing > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-large-vspacing > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-hspacing > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-tablet.cxs-xlarge-vspacing > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media not screen and (min-width: 1300px) {
  .cxe-flexbox-flexbox.cxs-target-desktop {
    display: block;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing {
    margin-left: -3px;
    margin-right: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-hspacing > * {
    margin-left: 3px;
    margin-right: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing {
    margin-top: -3px;
    margin-bottom: -3px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xsmall-vspacing > * {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing {
    margin-left: -5px;
    margin-right: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-hspacing > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-small-vspacing > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-hspacing > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-medium-vspacing > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-hspacing > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-large-vspacing > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-hspacing > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .cxe-flexbox-flexbox.cxs-target-desktop.cxs-xlarge-vspacing > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cxb-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.cxb-label {
  display: inline-block;
  padding: 7px 0;
  font-size: 12px;
  font-family: inherit;
  font-weight: normal;
  line-height: 24px;
  color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: transparent;
}

.cxb-label.cxs-disabled {
  color: #bdbdbd;
}

.cxe-label-asterisk {
  color: #a80000;
}

.cxb-textfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-textfield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-textfield-input {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-textfield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-textfield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-textfield-input:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-textfield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-textfield-input:focus {
  box-shadow: none;
}

.cxe-textfield-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-textfield-input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-textfield-input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-textfield-input::-ms-clear {
  width: 0;
  height: 0;
}

.cxs-icon > .cxe-textfield-input {
  padding-left: 31px;
}

.cxs-clear > .cxe-textfield-input {
  padding-right: 25px;
}

.cxe-textfield-left-icon {
  pointer-events: none;
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}

.cxe-textfield-left-icon:hover {
  opacity: 1;
}

.cxe-textfield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-textfield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxe-textfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-textfield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-numberfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-numberfield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-numberfield-input {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-numberfield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-numberfield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-numberfield-input:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-numberfield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-numberfield-input:focus {
  box-shadow: none;
}

.cxe-numberfield-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-numberfield-input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-numberfield-input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-numberfield-input::-ms-clear {
  width: 0;
  height: 0;
}

.cxe-numberfield-input::-webkit-inner-spin-button, .cxe-numberfield-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cxs-icon > .cxe-numberfield-input {
  padding-left: 31px;
}

.cxe-numberfield-tool {
  pointer-events: none;
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-numberfield-tool:hover {
  opacity: 1;
}

.cxe-numberfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-numberfield-left-icon {
  pointer-events: none;
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}

.cxe-numberfield-left-icon:hover {
  opacity: 1;
}

.cxe-numberfield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-numberfield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxe-numberfield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-calendar {
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0 0 10px;
  border-width: 0px;
  font-size: 13px;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.5);
  color: black;
  outline-offset: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 18em;
}

.cxb-calendar:focus {
  border-color: rgba(77, 144, 254, 0.8);
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #f7f7f7;
}

.cxb-calendar.cxs-error {
  border-color: rgba(220, 0, 9, 0.8);
}

.cxb-calendar.cxs-error:focus {
  box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
}

.cxb-calendar table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
  font-size: inherit;
}

.cxb-calendar td,
.cxb-calendar th {
  text-align: center;
  width: 2em;
  line-height: 2em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cxb-calendar th {
  font-weight: 500;
  font-size: inherit;
}

.cxb-calendar tbody td {
  user-select: none;
  font-size: 11px;
  background-color: transparent;
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.cxb-calendar .cxe-calendar-header {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #2196f3;
}

.cxb-calendar td.cxs-today {
  background-color: rgba(255, 193, 7, 0.6);
}

.cxb-calendar td.cxs-today:hover {
  background-color: rgba(33, 150, 243, 0.3);
  outline: none;
  cursor: pointer;
}

.cxb-calendar td.cxs-outside {
  color: rgba(0, 0, 0, 0.3);
}

.cxb-calendar td.cxs-unselectable {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.cxb-calendar td.cxs-cursor,
.cxb-calendar .cxe-calendar-header td:hover {
  background-color: rgba(33, 150, 243, 0.3);
  outline: none;
  cursor: pointer;
}

.cxb-calendar td.cxs-selected {
  background-color: #2196f3;
  color: #fff;
}

.cxb-calendar:not(.cxs-disabled) td {
  cursor: pointer;
}

.cxb-calendar td:not(.cxe-calendar-year-option):first-child,
.cxb-calendar td:not(.cxe-calendar-year-option):last-child {
  display: none;
  pointer-events: none;
}

.cxb-calendar:focus td.cxs-cursor,
.cxb-calendar:focus .cxe-calendar-header td:hover {
  background-color: rgba(33, 150, 243, 0.3);
}

.cxb-calendar:focus td.cxs-selected {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}

.cxb-calendar.cxs-disabled {
  background-color: transparent;
  border-color: transparent;
  color: rgb(209.1, 209.1, 209.1);
  pointer-events: none;
  opacity: 0.9;
}

.cxe-calendar-header td {
  line-height: 0;
}

.cxe-calendar-icon-next-year,
.cxe-calendar-icon-prev-year,
.cxe-calendar-icon-prev-month,
.cxe-calendar-icon-next-month {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  user-select: none;
}

.cxe-calendar-year-name {
  cursor: pointer;
}

.cxe-calendar-year-picker {
  user-select: none;
  overflow-y: scroll;
  width: 100%;
  max-height: 24em;
  height: auto;
}

.cxe-calendar-year-option {
  cursor: pointer;
  font-size: 11px;
  background-color: transparent;
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.cxe-calendar-year-option.cxs-active {
  background-color: rgba(255, 193, 7, 0.6);
}

.cxe-calendar-year-option:hover {
  background-color: rgba(33, 150, 243, 0.3);
  outline: none;
  cursor: pointer;
}

.cxe-calendar-year-option.cxs-selected {
  background-color: #2196f3;
  color: #fff;
}

.cxe-calendar-icon-prev-year {
  transform: rotate(180deg);
}

.cxe-calendar-icon-prev-month {
  transform: rotate(90deg);
}

.cxe-calendar-icon-next-month {
  transform: rotate(-90deg);
}

th.cxe-calendar-display {
  line-height: 1.5;
  padding: 0.5em;
}

.cxe-calendar-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.cxb-lookupfield {
  cursor: pointer;
  width: 180px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.cxb-lookupfield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxb-lookupfield.cxs-multiple {
  min-width: 180px;
  width: auto;
}

.cxb-lookupfield.cxs-readonly {
  pointer-events: none;
}

.cxb-lookupfield.cxs-readonly > .cxe-lookupfield-input {
  padding-right: 0;
}

.cxe-lookupfield-input {
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px 28px 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: inline-flex;
}

.cxe-lookupfield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-lookupfield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxs-disabled > .cxe-lookupfield-input {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-lookupfield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-lookupfield-input:focus {
  box-shadow: none;
}

.cxs-single > .cxe-lookupfield-input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 0%;
  flex-grow: 1;
}

.cxs-icon > .cxe-lookupfield-input {
  padding-left: 31px;
}

.cxe-lookupfield-tags {
  display: flex;
  margin: -3px 4px -3px 4px;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.cxe-lookupfield-tag {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #eee;
  padding: 3px;
  padding-right: 26px;
  border-radius: 20px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}

.cxe-lookupfield-tag:hover {
  background-color: rgb(212.5, 212.5, 212.5);
}

.cxe-lookupfield-tag.cxs-readonly {
  padding-right: 0;
  pointer-events: none;
}

.cxe-lookupfield-placeholder {
  color: rgba(128, 128, 128, 0.7);
}

.cxe-lookupfield-tag-value {
  padding: 0 9px;
  display: inline-block;
}

.cxe-lookupfield-tag-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 2.5px;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-lookupfield-tag-clear:hover {
  background-color: rgba(128, 128, 128, 0.2);
}

.cxe-lookupfield-lookup-options {
  padding: 0;
  margin: 0;
  min-width: 100%;
  width: 100%;
}

.cxe-lookupfield-query {
  box-sizing: border-box;
  width: calc(100% - 10px);
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 5px;
  flex: 0 0 auto;
  height: auto;
}

.cxe-lookupfield-query:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-lookupfield-query:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-lookupfield-query:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-lookupfield-query {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-lookupfield-query:focus {
  box-shadow: none;
}

.cxe-lookupfield-query::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-lookupfield-query::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-lookupfield-query:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-lookupfield-query::-ms-clear {
  width: 0;
  height: 0;
}

.cxs-place-up-right .cxe-lookupfield-query, .cxs-place-up .cxe-lookupfield-query, .cxs-place-up-left .cxe-lookupfield-query {
  order: 1;
}

.cxe-lookupfield-dropdown {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cxe-lookupfield-dropdown:focus {
  outline: none;
}

.cxe-lookupfield-message {
  font-size: smaller;
  padding: 10px;
  color: gray;
  font-style: italic;
}

.cxe-lookupfield-message.cxs-error {
  color: #9e2f2d;
}

.cxe-lookupfield-scroll-container {
  overflow: auto;
  flex: 1 1 auto;
}

.cxe-lookupfield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-lookupfield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxs-focus > .cxe-lookupfield-clear {
  color: #2196f3;
}

.cxs-error > .cxe-lookupfield-clear {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-lookupfield-tool {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-lookupfield-tool:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-lookupfield-tool {
  border-width: 0;
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-focus > .cxe-lookupfield-tool {
  color: #2196f3;
}

.cxs-error > .cxe-lookupfield-tool {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-lookupfield-left-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}

.cxe-lookupfield-left-icon:hover {
  opacity: 1;
}

.cxe-lookupfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-lookupfield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-select.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxb-select .cxe-select-left-icon {
  pointer-events: none;
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
}

.cxb-select .cxe-select-left-icon:hover {
  opacity: 1;
}

.cxe-select-select {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-select-select:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-select-select:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-select-select:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-select-select {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-select-select:focus {
  box-shadow: none;
}

.cxe-select-select::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-select-select::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-select-select:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-select-select::-ms-clear {
  width: 0;
  height: 0;
}

.cxs-icon > .cxe-select-select {
  padding-left: 31px;
}

.cxs-empty > .cxe-select-select {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-select-select::-ms-expand {
  display: none;
  margin: 0;
  padding: 0;
}

.cxe-select-select option {
  background-color: white;
  color: black;
}

.cxe-select-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-select-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxe-select-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-select-tool {
  pointer-events: none;
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-select-tool:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-select-tool {
  border-width: 0;
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-focus > .cxe-select-tool {
  color: #2196f3;
}

.cxe-select-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxb-textarea {
  line-height: 0;
  width: 300px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.cxb-textarea.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-textarea-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-textarea-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
  background-color: rgba(0, 0, 0, 0.009);
}

.cxe-textarea-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
  background-color: rgba(0, 0, 0, 0.015);
}

.cxs-disabled > .cxe-textarea-input {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-textarea-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-textarea-input:focus {
  box-shadow: none;
}

.cxe-textarea-tool {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-textarea-tool:hover {
  opacity: 1;
}

.cxe-textarea-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-textarea-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-checkbox {
  min-width: 18px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
}

.cxb-checkbox.cxs-view-mode {
  line-height: 24px;
  padding: 7px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
}

.cxe-checkbox-checkbox {
  padding: 0;
  margin: 0 !important;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
  display: inline-block;
  position: absolute;
}

.cxe-checkbox-checkbox::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: -1px;
}

.cxe-checkbox-checkbox:focus {
  box-shadow: inset 0 0 1px 1px rgba(77, 144, 254, 0.8), 0 0 2px 2px rgba(77, 144, 254, 0.8);
  background: rgba(77, 144, 254, 0.8);
  outline: 0;
}

.cxe-checkbox-text {
  display: inline-block;
  margin-left: 18px;
  user-select: none;
}

.cxs-disabled > .cxe-checkbox-text {
  opacity: 0.5;
}

.cxe-checkbox-baseline {
  user-select: none;
}

.cxe-checkbox-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxe-checkbox-input {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0;
  border-width: 2px;
  font-size: 14px;
  font-family: inherit;
  border-color: rgb(193.5, 193.5, 193.5);
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  margin: 0 !important;
}

.cxe-checkbox-input:hover {
  border-color: rgb(193.5, 193.5, 193.5);
}

.cxe-checkbox-input:focus {
  border-color: #dbdbdb;
  outline: none;
  box-shadow: none;
}

.cxs-disabled > .cxe-checkbox-input {
  background: rgb(235, 235, 228);
  color: rgb(84, 84, 84);
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

.cxs-error > .cxe-checkbox-input {
  border-color: rgba(220, 0, 9, 0.8);
}

.cxs-error > .cxe-checkbox-input:focus {
  box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
}

.cxe-checkbox-input.cxs-checked {
  background-color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
  border-color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
  color: white;
  opacity: 1;
}

.cxe-checkbox-input.cxs-checked:focus {
  border-color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}

.cxs-disabled > .cxe-checkbox-input.cxs-checked {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0);
}

.cxe-checkbox-input-check {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.cxs-checked > .cxe-checkbox-input-check {
  visibility: visible;
}

.cxb-radio {
  min-width: 18px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
}

.cxb-radio.cxs-view-mode {
  line-height: 24px;
  padding: 7px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
}

.cxe-radio-radio {
  padding: 0;
  margin: 0 !important;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
  display: inline-block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.cxe-radio-radio::-moz-focus-outer {
  border: 0;
}

.cxe-radio-radio:focus {
  box-shadow: 0 0 2px 2px rgba(77, 144, 254, 0.8);
  background: transparent;
  border-radius: 50%;
  outline: none;
}

.cxe-radio-text {
  display: inline-block;
  margin-left: 18px;
  user-select: none;
}

.cxs-disabled > .cxe-radio-text {
  opacity: 0.5;
}

.cxe-radio-input {
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
  display: inline-block;
  position: absolute;
  opacity: 1;
  box-sizing: border-box;
  line-height: 24px;
  padding: 0;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 50%;
  background-color: white;
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0 !important;
}

.cxe-radio-input:focus {
  border-color: #dbdbdb;
  outline: none;
  box-shadow: none;
}

.cxs-disabled > .cxe-radio-input {
  background: rgb(235, 235, 228);
  color: rgb(84, 84, 84);
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

.cxs-error > .cxe-radio-input {
  border-color: rgba(220, 0, 9, 0.8);
}

.cxs-error > .cxe-radio-input:focus {
  box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
}

.cxe-radio-input.cxs-checked {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
  border-color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}

.cxe-radio-input.cxs-checked:hover {
  border-color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}

.cxs-disabled > .cxe-radio-input.cxs-checked {
  color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0.1);
}

.cxe-radio-input:before {
  content: " ";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  visibility: hidden;
  position: absolute;
  margin: 3px;
  box-sizing: border-box;
  background-color: currentColor;
  border-radius: 50%;
}

.cxe-radio-input.cxs-checked:before {
  visibility: visible;
}

.cxb-colorpicker {
  display: inline-flex;
  flex-direction: column;
  line-height: 24px;
  padding: 4px;
  border-width: 1px;
  font-size: 11px;
  font-family: Roboto, "Open Sans", sans-serif;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.5);
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media screen and (min-width: 500px) {
  .cxb-colorpicker {
    flex-direction: row;
  }
}
.cxb-colorpicker input {
  box-sizing: border-box;
  line-height: 14px;
  padding: 2px;
  border-width: 1px;
  font-size: 11px;
  font-family: Roboto, "Open Sans", sans-serif;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: rgba(247, 247, 247, 0.5);
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxb-colorpicker input:focus {
  border-color: rgba(77, 144, 254, 0.8);
  outline: none;
  box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
}

.cxs-disabled > .cxb-colorpicker input {
  background: rgb(235, 235, 228);
  color: rgb(84, 84, 84);
  pointer-events: none;
}

.cxs-error > .cxb-colorpicker input {
  border-color: rgba(220, 0, 9, 0.8);
}

.cxs-error > .cxb-colorpicker input:focus {
  box-shadow: 0 0 2px rgba(220, 0, 9, 0.8);
}

.cxe-colorpicker-picker {
  width: 220px;
  height: 220px;
  margin: 4px;
  position: relative;
  touch-action: none;
  background: -webkit-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%), -webkit-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);
  background: -moz-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%), -moz-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);
  background: -ms-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%), -ms-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);
  background: -o-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0) 50%, hsl(0, 0%, 0%) 100%), -o-linear-gradient(left, hsl(0, 0%, 50%) 0%, hsla(0, 0%, 50%, 0) 100%);
}

.cxe-colorpicker-indicator {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}

.cxe-colorpicker-hue {
  height: 15px;
  position: relative;
  background: -moz-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
  background: -webkit-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
  background: -ms-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
  background: -o-linear-gradient(left, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
  touch-action: none;
}

.cxe-colorpicker-hue .cxe-colorpicker-indicator {
  border-color: rgba(0, 0, 0, 0.5);
  height: calc(100% + 4px);
  border-radius: 2px;
  width: 4px;
  top: -2px;
}

.cxe-colorpicker-alpha {
  height: 16px;
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  position: relative;
  touch-action: none;
}

.cxe-colorpicker-alpha > div:first-child {
  width: 100%;
  height: 100%;
}

.cxe-colorpicker-alpha .cxe-colorpicker-indicator {
  border-color: rgba(0, 0, 0, 0.5);
  top: -2px;
  height: calc(100% + 4px);
  border-radius: 2px;
  width: 4px;
}

.cxe-colorpicker-details {
  width: 220px;
  min-height: 170px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cxe-colorpicker-inputs label {
  width: 25%;
  display: inline-block;
  text-align: right;
}

.cxe-colorpicker-inputs label input {
  margin-left: 2px;
  width: 60%;
  text-align: center;
}

.cxe-colorpicker-pixel-picker {
  display: flex;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  align-items: center;
  margin-top: 4px;
}

.cxe-colorpicker-pixel-picker svg path {
  fill: currentColor;
}

.cxe-colorpicker-pixel-picker:hover {
  cursor: pointer;
}

.cxe-colorpicker-pixel-picker:hover svg path {
  fill: currentColor;
  opacity: 0.5;
}

.cxe-colorpicker-preview {
  display: flex;
}

.cxe-colorpicker-color {
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  height: 64px;
  width: 64px;
  border-radius: 4px;
  align-self: flex-end;
}

.cxe-colorpicker-color > div {
  width: 100%;
  height: 100%;
}

.cxe-colorpicker-values {
  flex-grow: 1;
  margin: 0 8px;
}

.cxe-colorpicker-values input {
  width: 100%;
  display: block;
}

.cxe-colorpicker-values input:not(:last-child) {
  margin: 0 0 4px 0;
}

.cxb-colorfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-colorfield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-colorfield-input {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 24px 7px 31px;
  border-width: 1px;
  font-size: 11px;
  font-family: "Consolas", monospace;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-colorfield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-colorfield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-colorfield-input:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-colorfield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-colorfield-input:focus {
  box-shadow: none;
}

.cxe-colorfield-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-colorfield-input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-colorfield-input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-colorfield-input::-ms-clear {
  width: 0;
  height: 0;
}

.cxe-colorfield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-colorfield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxs-focus > .cxe-colorfield-clear {
  color: #2196f3;
}

.cxs-error > .cxe-colorfield-clear {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-colorfield-right-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-colorfield-right-icon:hover {
  opacity: 1;
}

.cxs-focus > .cxe-colorfield-right-icon {
  color: #2196f3;
}

.cxs-error > .cxe-colorfield-right-icon {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-colorfield-left-icon {
  box-sizing: border-box;
  background-image: linear-gradient(45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(128, 128, 128, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(128, 128, 128, 0.5) 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
}

.cxe-colorfield-left-icon:hover {
  opacity: 1;
}

.cxe-colorfield-left-icon div {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cxe-colorfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-colorfield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-monthpicker {
  display: inline-block;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 10em;
  max-height: 30em;
  height: 100%;
  position: relative;
  overflow-anchor: none;
  touch-action: pan-y;
  vertical-align: top;
  line-height: 24px;
  padding: 0;
  border-width: 1px;
  font-size: smaller;
  font-family: inherit;
  border-color: #eff1f7;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 23em;
}

.cxb-monthpicker:focus {
  border-color: rgba(77, 144, 254, 0.8);
  outline: none;
  box-shadow: 0 0 2px rgba(77, 144, 254, 0.8);
}

.cxb-monthpicker table {
  border-spacing: 0;
  width: 100%;
  font-size: inherit;
}

.cxb-monthpicker th,
.cxb-monthpicker td {
  border-top: 1px solid color-mix(in srgb, #eff1f7 50%, transparent);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cxb-monthpicker tbody:not(:first-child) tr:first-child th,
.cxb-monthpicker tbody:not(:first-child) tr:first-child td {
  border-top: 1px solid #eff1f7;
}

.cxb-monthpicker th,
.cxb-monthpicker td {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.5em 1em;
  line-height: 2em;
}

.cxb-monthpicker th {
  padding: 0 0.5em;
  color: lightgray;
}

.cxb-monthpicker td:hover,
.cxb-monthpicker th:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
}

.cxb-monthpicker th.cxs-unselectable {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.cxb-monthpicker .cxe-monthpicker-year {
  font-size: 120%;
  font-weight: normal;
  color: gray;
}

.cxb-monthpicker td.cxs-outside {
  opacity: 0.5;
}

.cxb-monthpicker td.cxs-unselectable {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
}

.cxb-monthpicker td.cxs-selected {
  border-color: transparent;
  background-color: rgba(123, 190, 255, 0.4);
}

.cxb-monthpicker:focus td.cxs-cursor,
.cxb-monthpicker:focus th.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}

.cxb-monthpicker:focus td.cxs-cursor.cxs-selected,
.cxb-monthpicker:focus th.cxs-cursor.cxs-selected {
  border-color: transparent;
  background-color: rgba(123, 190, 255, 0.3);
  outline: none;
}

.cxb-monthpicker td.cxs-handle {
  touch-action: none;
}

.cxb-monthpicker.cxs-disabled {
  background-color: transparent;
  border-color: transparent;
  color: rgb(209.1, 209.1, 209.1);
  pointer-events: none;
}

.cxb-monthfield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-monthfield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-monthfield-input {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 25px 7px 31px;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-monthfield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-monthfield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-monthfield-input:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-monthfield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-monthfield-input:focus {
  box-shadow: none;
}

.cxe-monthfield-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-monthfield-input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-monthfield-input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-monthfield-input::-ms-clear {
  width: 0;
  height: 0;
}

.cxe-monthfield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-monthfield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxs-focus > .cxe-monthfield-clear {
  color: #2196f3;
}

.cxs-error > .cxe-monthfield-clear {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-monthfield-left-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
}

.cxe-monthfield-left-icon:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-monthfield-left-icon {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
  border-width: 0;
}

.cxs-focus > .cxe-monthfield-left-icon {
  color: #2196f3;
  opacity: 1;
}

.cxs-error > .cxe-monthfield-left-icon {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-monthfield-right-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-monthfield-right-icon:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-monthfield-right-icon {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
  border-width: 0;
}

.cxs-focus > .cxe-monthfield-right-icon {
  color: #2196f3;
}

.cxs-error > .cxe-monthfield-right-icon {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-monthfield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-monthfield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxb-uploadbutton {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  background-color: #f6f6f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-color: transparent;
  border-width: 0;
  border-radius: 2px;
  border-style: solid;
  user-select: none;
  color: #2196f3;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.cxb-uploadbutton::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: -1px;
}

.cxb-uploadbutton:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-color: rgb(238.35, 238.35, 238.35);
}

.cxb-uploadbutton:focus {
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  background-color: rgb(233.25, 233.25, 233.25);
}

.cxb-uploadbutton:active, .cxb-uploadbutton.cxs-pressed {
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: rgb(238.35, 238.35, 238.35);
}

.cxb-uploadbutton[disabled], .cxb-uploadbutton.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  pointer-events: none;
}

.cxb-uploadbutton.cxm-primary {
  background-color: #2196f3;
  border-color: transparent;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cxb-uploadbutton.cxm-primary[disabled], .cxb-uploadbutton.cxm-primary.cxs-disabled {
  background-color: rgba(33, 150, 243, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.cxb-uploadbutton.cxm-primary:hover {
  background-color: rgb(18.4846153846, 143.1346153846, 242.2153846154);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.cxb-uploadbutton.cxm-primary:focus {
  background-color: rgb(12.0615384615, 129.6615384615, 223.1384615385);
}

.cxb-uploadbutton.cxm-primary:active, .cxb-uploadbutton.cxm-primary.cxs-pressed {
  background-color: rgb(28.1615384615, 147.7115384615, 242.7384615385);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  top: 0;
}

.cxb-uploadbutton.cxm-danger {
  background-color: #f44336;
  border-color: transparent;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cxb-uploadbutton.cxm-danger[disabled], .cxb-uploadbutton.cxm-danger.cxs-disabled {
  background-color: rgba(211, 47, 47, 0.6);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.cxb-uploadbutton.cxm-danger:hover {
  background-color: rgb(243.2061320755, 53.4320754717, 39.4938679245);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.cxb-uploadbutton.cxm-danger:focus {
  background-color: rgb(210.0070754717, 25.0754716981, 11.4929245283);
}

.cxb-uploadbutton.cxm-danger:active, .cxb-uploadbutton.cxm-danger.cxs-pressed {
  background-color: rgb(242.941509434, 48.9094339623, 34.658490566);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
  top: 0;
}

.cxb-uploadbutton.cxm-hollow {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  box-shadow: none;
}

.cxb-uploadbutton.cxm-hollow[disabled], .cxb-uploadbutton.cxm-hollow.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-uploadbutton.cxm-hollow:hover {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-uploadbutton.cxm-hollow:focus {
  background-color: rgba(0, 0, 0, 0.08);
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

.cxb-uploadbutton.cxm-hollow:active, .cxb-uploadbutton.cxm-hollow.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.4);
}

.cxb-uploadbutton.cxm-flat-primary {
  font-size: 14px;
  color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.cxb-uploadbutton.cxm-flat-primary[disabled], .cxb-uploadbutton.cxm-flat-primary.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-uploadbutton.cxm-flat-primary:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-uploadbutton.cxm-flat-primary:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  box-shadow: none;
}

.cxb-uploadbutton.cxm-flat-primary:active, .cxb-uploadbutton.cxm-flat-primary.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.25);
}

.cxb-uploadbutton.cxm-flat-accent {
  font-size: 14px;
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.cxb-uploadbutton.cxm-flat-accent[disabled], .cxb-uploadbutton.cxm-flat-accent.cxs-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.cxb-uploadbutton.cxm-flat-accent:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
  box-shadow: none;
  border-color: transparent;
}

.cxb-uploadbutton.cxm-flat-accent:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  box-shadow: none;
}

.cxb-uploadbutton.cxm-flat-accent:active, .cxb-uploadbutton.cxm-flat-accent.cxs-pressed {
  background-color: rgba(153, 153, 153, 0.25);
}

.cxb-uploadbutton.cxm-float {
  color: #ffffff;
  background-color: #ffc107;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.45);
  padding: 0;
  width: 50px;
  height: 50px;
}

.cxb-uploadbutton.cxm-float[disabled], .cxb-uploadbutton.cxm-float.cxs-disabled {
  box-shadow: none;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.45);
  background-color: rgba(33, 150, 243, 0.5);
}

.cxb-uploadbutton.cxm-float:hover {
  background-color: #ffc107;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.45);
}

.cxb-uploadbutton.cxm-float:focus {
  background-color: rgb(241.6, 181.2, 0);
}

.cxb-uploadbutton.cxm-float:active, .cxb-uploadbutton.cxm-float.cxs-pressed {
  background-color: rgb(255, 196.825, 22.3);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45);
}

.cxe-uploadbutton-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-uploadbutton-baseline {
  display: inline-block;
  min-width: 24px;
}

.cxb-uploadbutton.cxs-icon {
  padding: 8px 20px 8px 44px;
}

.cxb-uploadbutton.cxs-icon.cxs-empty {
  padding: 8px 8px 8px 8px;
}

.cxb-uploadbutton.cxs-icon.cxs-empty .cxe-uploadbutton-icon {
  left: 50%;
  margin-left: -12px;
}

.cxe-uploadbutton-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cxe-uploadbutton-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(8, 176, 255, 0.5);
  outline: 1px solid rgba(8, 176, 255, 0.5);
  transition: opacity 0.5s ease-in-out;
}

.cxe-uploadbutton-progress.cxs-done {
  opacity: 0;
}

.cxb-slider {
  width: 180px;
  user-select: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
}

.cxb-slider.cxs-view-mode {
  line-height: 24px;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxb-slider.cxs-vertical {
  width: 28px;
  height: 180px;
}

.cxb-slider.cxs-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.cxe-slider-axis {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 8px;
  box-sizing: border-box;
}

.cxb-slider.cxs-horizontal .cxe-slider-axis {
  left: 8px;
  right: 8px;
  top: calc(50% - 1px);
  height: 2px;
  padding: 0 1px;
}

.cxb-slider.cxs-vertical .cxe-slider-axis {
  top: 8px;
  bottom: 8px;
  width: 2px;
  left: calc(50% - 1px);
  padding: 1px 0;
}

.cxe-slider-space {
  position: relative;
  width: 100%;
  height: 100%;
}

.cxe-slider-range {
  position: absolute;
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-radius: 1px;
}

.cxb-slider.cxs-horizontal .cxe-slider-range {
  height: 100%;
}

.cxb-slider.cxs-vertical .cxe-slider-range {
  width: 100%;
}

.cxe-slider-handle {
  position: absolute;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
  touch-action: none;
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  border-radius: 50%;
}

.cxb-slider.cxs-horizontal .cxe-slider-handle {
  left: 0;
  top: 50%;
}

.cxb-slider.cxs-vertical .cxe-slider-handle {
  left: 50%;
}

.cxe-slider-handle:focus {
  border-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  outline: none;
  box-shadow: none;
}

.cxe-slider-handle:active {
  background: rgb(220, 220, 220);
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}

.cxb-validationerror {
  color: rgb(220, 0, 9);
  font-size: smaller;
}

.cxb-validationerror.cxm-block {
  display: block;
}

.cxb-switch {
  cursor: pointer;
  min-width: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 24px;
  padding: 7px 0 7px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
}

.cxb-switch.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0 7px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
}

.cxb-switch.cxs-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.cxb-switch:focus {
  outline: none;
}

.cxe-switch-text {
  display: inline-block;
  margin-left: 50px;
  padding: 0 7px 0 7px;
}

.cxe-switch-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxe-switch-axis {
  user-select: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  box-sizing: border-box;
  width: 32px;
  left: 9px;
  right: 9px;
  top: calc(50% - 4px);
  height: 8px;
  padding: 0 4px;
}

.cxe-switch-space {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.cxe-switch-range {
  position: absolute;
  background-color: rgba(33, 150, 243, 0.8);
  border-radius: 4px;
  height: 100%;
  left: 0;
  width: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 200ms;
}

.cxs-on .cxe-switch-range {
  width: 100%;
  opacity: 1;
  transform: none;
}

.cxe-switch-handle {
  position: absolute;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  left: 0;
  top: 50%;
  transition: left 200ms;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxs-on .cxe-switch-handle {
  left: 100%;
  background-color: #2196f3;
  border-color: transparent;
}

.cxs-on:active .cxe-switch-handle {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
}

.cxe-switch-handle:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxb-switch:focus .cxe-switch-handle {
  border-color: transparent;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.cxe-switch-handle:active {
  background: rgb(220, 220, 220);
  background-color: #e0e0e0;
  border-color: transparent;
}

.cxb-helptext {
  font-size: smaller;
  opacity: 0.8;
}

.cxb-helptext.cxm-block {
  display: block;
}

.cxb-wheel {
  display: inline-block;
  text-align: center;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  position: relative;
  font-size: 14px;
  user-select: none;
}

.cxb-wheel:focus {
  outline: 0;
}

.cxb-wheel:focus .cxe-wheel-selection {
  border-color: #3c7eff;
  background: rgba(60, 126, 255, 0.1);
}

.cxe-wheel-container {
  position: relative;
  display: inline-block;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  text-align: center;
}

.cxe-wheel-clip {
  position: relative;
  overflow: hidden;
  background: inherit;
  user-select: none;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: transparent;
}

.cxe-wheel-mask {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background: inherit;
  opacity: 0.6;
}

.cxe-wheel-vscroll {
  width: calc(100% + 20px);
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-y;
}

.cxe-wheel-vscroll::-webkit-scrollbar {
  display: none;
}

.cxe-wheel-option {
  padding: 5px 15px;
  flex: 0 0 auto;
}

.cxe-wheel-option.cxs-dummy {
  visibility: hidden;
}

.cxe-wheel-selection {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -2px;
  box-sizing: content-box;
  pointer-events: none;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: transparent;
  background-color: rgba(71.7076923077, 168.3076923077, 245.0923076923, 0.2);
}

.cxe-wheel-container.cxs-active .cxe-wheel-selection {
  border-color: transparent;
  background: rgba(60, 126, 255, 0.1);
  background-color: rgba(71.7076923077, 168.3076923077, 245.0923076923, 0.45);
}

.cxe-wheel-arrow-up,
.cxe-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  cursor: pointer;
}

.cxe-wheel-arrow-up:hover,
.cxe-wheel-arrow-down:hover {
  opacity: 1;
}

.cxe-wheel-arrow-down {
  bottom: 5px;
}

.cxe-wheel-arrow-up {
  transform: rotate(180deg);
  top: 5px;
}

.cxe-wheel-arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.cxb-datetimepicker {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  user-select: none;
  font-size: 14px;
}

.cxb-datetimepicker:focus {
  outline: 0;
}

.cxe-datetimepicker-wheel-container {
  position: relative;
  display: inline-block;
  padding: 30px 5px;
  vertical-align: middle;
  background: inherit;
  text-align: center;
}

.cxe-datetimepicker-wheel-clip {
  position: relative;
  overflow: hidden;
  background: inherit;
  user-select: none;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  border-color: transparent;
}

.cxe-datetimepicker-wheel-mask {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background: inherit;
  opacity: 0.6;
}

.cxe-datetimepicker-wheel-vscroll {
  width: calc(100% + 20px);
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: pan-y;
}

.cxe-datetimepicker-wheel-vscroll::-webkit-scrollbar {
  display: none;
}

.cxe-datetimepicker-wheel-option {
  padding: 5px 15px;
  flex: 0 0 auto;
}

.cxe-datetimepicker-wheel-option.cxs-dummy {
  visibility: hidden;
}

.cxe-datetimepicker-wheel-selection {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -2px;
  box-sizing: content-box;
  pointer-events: none;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: transparent;
  background-color: rgba(71.7076923077, 168.3076923077, 245.0923076923, 0.2);
}

.cxe-datetimepicker-wheel-container.cxs-active .cxe-datetimepicker-wheel-selection {
  border-color: transparent;
  background: rgba(60, 126, 255, 0.1);
  background-color: rgba(71.7076923077, 168.3076923077, 245.0923076923, 0.45);
}

.cxe-datetimepicker-wheel-arrow-up,
.cxe-datetimepicker-wheel-arrow-down {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  cursor: pointer;
}

.cxe-datetimepicker-wheel-arrow-up:hover,
.cxe-datetimepicker-wheel-arrow-down:hover {
  opacity: 1;
}

.cxe-datetimepicker-wheel-arrow-down {
  bottom: 5px;
}

.cxe-datetimepicker-wheel-arrow-up {
  transform: rotate(180deg);
  top: 5px;
}

.cxe-datetimepicker-wheel-arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.cxe-datetimepicker-spacer {
  width: 20px;
  display: inline-block;
}

.cxb-datetimefield {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  line-height: 0;
}

.cxb-datetimefield.cxs-view-mode {
  line-height: 24px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.cxe-datetimefield-input {
  box-sizing: border-box;
  width: 100%;
  line-height: 24px;
  padding: 7px 25px 7px 31px;
  border-width: 1px;
  font-size: 14px;
  font-family: inherit;
  border-color: transparent transparent #dbdbdb;
  border-style: solid;
  border-radius: 0;
  background-color: transparent;
  color: black;
  outline-offset: 0;
  box-shadow: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cxe-datetimefield-input:hover {
  border-color: transparent transparent rgb(203.7, 203.7, 203.7);
}

.cxe-datetimefield-input:focus {
  border-color: transparent transparent #2196f3;
  outline: none;
  box-shadow: none;
  transition: border-color 0.55s ease-in-out;
}

.cxe-datetimefield-input:disabled {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
}

.cxs-error > .cxe-datetimefield-input {
  border-color: transparent transparent #f44336;
}

.cxs-error > .cxe-datetimefield-input:focus {
  box-shadow: none;
}

.cxe-datetimefield-input::-webkit-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-datetimefield-input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-datetimefield-input:-ms-input-placeholder {
  color: rgba(128, 128, 128, 0.7);
  opacity: 1;
}

.cxe-datetimefield-input::-ms-clear {
  width: 0;
  height: 0;
}

.cxe-datetimefield-clear {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #828282;
  border-radius: 2px;
  text-align: center;
}

.cxe-datetimefield-clear:hover {
  background-color: transparent;
  color: hsla(0, 0%, -5%, 0.87);
}

.cxs-focus > .cxe-datetimefield-clear {
  color: #2196f3;
}

.cxs-error > .cxe-datetimefield-clear {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-datetimefield-left-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
}

.cxe-datetimefield-left-icon:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-datetimefield-left-icon {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
  border-width: 0;
}

.cxs-focus > .cxe-datetimefield-left-icon {
  color: #2196f3;
  opacity: 1;
}

.cxs-error > .cxe-datetimefield-left-icon {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-datetimefield-right-icon {
  display: block;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
}

.cxe-datetimefield-right-icon:hover {
  opacity: 1;
}

.cxs-disabled > .cxe-datetimefield-right-icon {
  background: rgb(235, 235, 228);
  color: rgba(117, 117, 117, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-style: dashed;
  border-width: 0;
}

.cxs-focus > .cxe-datetimefield-right-icon {
  color: #2196f3;
}

.cxs-error > .cxe-datetimefield-right-icon {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
}

.cxe-datetimefield-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

.cxe-datetimefield-empty-text {
  color: rgba(128, 128, 128, 0.7);
}

.cxm-cover {
  background-color: white;
  border-color: transparent;
  border-style: solid;
  fill: white;
  stroke: transparent;
}

.cxb-tab {
  box-sizing: border-box;
  display: inline-block;
  color: #757575;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 2px;
  padding: 8px 24px;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  box-shadow: none;
  text-transform: uppercase;
}

.cxb-tab:hover {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

.cxb-tab:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
}

.cxb-tab.cxs-active {
  background-color: #2196f3;
  color: #fff;
  border-color: #ffc107;
}

.cxb-tab.cxs-active:focus {
  background-color: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  outline: none;
  color: #fff;
  border-color: rgb(255, 200.65, 37.6);
}

.cxb-tab.cxs-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.cxb-tab.cxm-classic {
  position: relative;
  border-width: 0 0 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #2196f3;
  border-radius: 0;
  padding: 8px 24px 6px;
}

.cxb-tab.cxm-classic:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(23.3230769231, 145.4230769231, 242.4769230769);
}

.cxb-tab.cxm-classic:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 193, 7, 0.7);
}

.cxb-tab.cxm-classic.cxs-active {
  border-color: #ffc107;
  background-color: #2196f3;
  color: #fff;
}

.cxb-tab.cxm-classic.cxs-active:focus {
  color: #fff;
  background-color: #2196f3;
  border-color: rgb(255, 200.65, 37.6);
}

.cxb-tab.cxm-classic.cxs-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.cxb-tab.cxm-line {
  background-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  padding: 8px 24px 6px;
}

.cxb-tab.cxm-line:hover {
  border-color: rgba(0, 0, 0, 0.06);
}

.cxb-tab.cxm-line:focus {
  border-color: rgba(0, 0, 0, 0.13);
}

.cxb-tab.cxm-line.cxs-active {
  border-color: #2196f3;
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}

.cxb-tab.cxm-line.cxs-active:focus {
  border-color: rgb(81.3846153846, 172.8846153846, 245.6153846154);
}

.cxb-tab.cxm-line.cxs-disabled {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.26);
}

.cxb-tab.cxm-line-accent {
  color: rgba(255, 255, 255, 0.7);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 24px 6px;
}

.cxb-tab.cxm-line-accent:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.cxb-tab.cxm-line-accent:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.cxb-tab.cxm-line-accent.cxs-active {
  color: #fff;
  background-color: transparent;
  border-color: #ffc107;
}

.cxb-tab.cxm-line-accent.cxs-active:focus {
  border-color: rgb(255, 205.75, 58);
}

.cxb-tab.cxm-line-accent.cxs-disabled {
  color: rgba(255, 255, 255, 0.3);
}

.cxb-tab.cxm-classic.cxs-active:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: inherit;
}

.cxb-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
}

.cxb-menu.cxs-horizontal {
  white-space: nowrap;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item {
  display: inline-block;
  user-select: none;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xsmall > .cxm-menu {
  margin: 0 6px 0 6px;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-small > .cxm-menu {
  margin: 0 10px 0 10px;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-medium > .cxm-menu {
  margin: 0 20px 0 20px;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-large > .cxm-menu {
  margin: 0 30px 0 30px;
}

.cxb-menu.cxs-horizontal > .cxe-menu-item.cxs-size-xlarge > .cxm-menu {
  margin: 0 40px 0 40px;
}

.cxb-menu.cxs-vertical.cxs-xsmall-item-padding .cxm-menu {
  margin: 3px 6px;
  display: block;
}

.cxb-menu.cxs-vertical.cxs-small-item-padding .cxm-menu {
  margin: 5px 10px;
  display: block;
}

.cxb-menu.cxs-vertical.cxs-medium-item-padding .cxm-menu {
  margin: 10px 20px;
  display: block;
}

.cxb-menu.cxs-vertical.cxs-large-item-padding .cxm-menu {
  margin: 15px 30px;
  display: block;
}

.cxb-menu.cxs-vertical.cxs-xlarge-item-padding .cxm-menu {
  margin: 20px 40px;
  display: block;
}

.cxb-menu .cxe-menu-item.cxs-hidden {
  visibility: hidden;
  position: absolute;
}

.cxb-menu.cxs-overflow {
  overflow: hidden;
  display: flex;
}

.cxb-menu.cxs-overflow > .cxe-menu-item:last-child {
  visibility: hidden;
  position: absolute;
  max-height: 100%;
}

.cxb-menu.cxs-overflow.cxs-pack > .cxe-menu-item:last-child {
  visibility: visible;
  position: relative;
}

.cxe-menu-spacer {
  flex: 1 1 0%;
}

.cxb-menuitem {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
}

.cxb-menuitem:focus {
  outline: none;
}

.cxb-menuitem > a:hover {
  text-decoration: none;
}

.cxs-focusable > .cxb-menuitem.cxs-cursor:hover {
  background-color: rgba(128, 128, 128, 0.1);
  outline: none;
  cursor: pointer;
}

.cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
  background-color: rgba(123, 190, 255, 0.3);
  outline: none;
}

.cxb-menuitem.cxs-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.cxb-menuitem > a {
  text-decoration: none;
  color: inherit;
}

.cxb-menuitem > a:focus {
  outline: none;
}

.cxb-menuitem > hr {
  border: none;
  border-top: 1px solid #e9e9e9;
  margin: 10px 20px;
}

.cxb-menuitem.cxs-xsmall-padding > a, .cxb-menuitem.cxs-xsmall-padding > span {
  padding: 3px 6px;
  line-height: 24px;
  border: 1px solid transparent;
  display: block;
}

.cxb-menuitem.cxs-xsmall-padding.cxs-arrow {
  padding-right: 24px;
}

.cxb-menuitem.cxs-xsmall-padding.cxs-icon {
  padding-left: 24px;
}

.cxb-menuitem.cxs-xsmall-padding.cxs-empty {
  padding-right: 12px;
}

.cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-arrow {
  right: 3px;
}

.cxb-menuitem.cxs-xsmall-padding > .cxe-menuitem-button {
  width: 30px;
}

.cxb-menuitem.cxs-small-padding > a, .cxb-menuitem.cxs-small-padding > span {
  padding: 5px 10px;
  line-height: 24px;
  border: 1px solid transparent;
  display: block;
}

.cxb-menuitem.cxs-small-padding.cxs-arrow {
  padding-right: 24px;
}

.cxb-menuitem.cxs-small-padding.cxs-icon {
  padding-left: 24px;
}

.cxb-menuitem.cxs-small-padding.cxs-empty {
  padding-right: 12px;
}

.cxb-menuitem.cxs-small-padding > .cxe-menuitem-arrow {
  right: 5px;
}

.cxb-menuitem.cxs-small-padding > .cxe-menuitem-button {
  width: 34px;
}

.cxb-menuitem.cxs-medium-padding > a, .cxb-menuitem.cxs-medium-padding > span {
  padding: 10px 20px;
  line-height: 24px;
  border: 1px solid transparent;
  display: block;
}

.cxb-menuitem.cxs-medium-padding.cxs-arrow {
  padding-right: 24px;
}

.cxb-menuitem.cxs-medium-padding.cxs-icon {
  padding-left: 24px;
}

.cxb-menuitem.cxs-medium-padding.cxs-empty {
  padding-right: 12px;
}

.cxb-menuitem.cxs-medium-padding > .cxe-menuitem-arrow {
  right: 10px;
}

.cxb-menuitem.cxs-medium-padding > .cxe-menuitem-button {
  width: 44px;
}

.cxb-menuitem.cxs-large-padding > a, .cxb-menuitem.cxs-large-padding > span {
  padding: 15px 30px;
  line-height: 24px;
  border: 1px solid transparent;
  display: block;
}

.cxb-menuitem.cxs-large-padding.cxs-arrow {
  padding-right: 24px;
}

.cxb-menuitem.cxs-large-padding.cxs-icon {
  padding-left: 24px;
}

.cxb-menuitem.cxs-large-padding.cxs-empty {
  padding-right: 12px;
}

.cxb-menuitem.cxs-large-padding > .cxe-menuitem-arrow {
  right: 15px;
}

.cxb-menuitem.cxs-large-padding > .cxe-menuitem-button {
  width: 54px;
}

.cxb-menuitem.cxs-xlarge-padding > a, .cxb-menuitem.cxs-xlarge-padding > span {
  padding: 20px 40px;
  line-height: 24px;
  border: 1px solid transparent;
  display: block;
}

.cxb-menuitem.cxs-xlarge-padding.cxs-arrow {
  padding-right: 24px;
}

.cxb-menuitem.cxs-xlarge-padding.cxs-icon {
  padding-left: 24px;
}

.cxb-menuitem.cxs-xlarge-padding.cxs-empty {
  padding-right: 12px;
}

.cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-arrow {
  right: 20px;
}

.cxb-menuitem.cxs-xlarge-padding > .cxe-menuitem-button {
  width: 64px;
}

.cxe-menuitem-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.cxs-vertical > .cxe-menuitem-arrow {
  transform: rotate(-90deg);
}

.cxe-menuitem-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.cxe-menuitem-baseline {
  display: inline-block;
  width: 1px;
  margin-left: -1px;
  visibility: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cxe-menuitem-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  text-align: center;
  line-height: 1;
  font-size: 24px;
}

.cxb-link.cxs-active {
  font-weight: bold;
}

.cxb-scroller {
  position: relative;
  user-select: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.cxb-scroller.cxs-horizontal {
  white-space: nowrap;
}

.cxb-scroller.cxs-horizontal.cxs-horizontal.cxs-scrollable {
  padding-left: 30px;
  padding-right: 30px;
}

.cxb-scroller.cxs-vertical.cxs-scrollable {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cxe-scroller-clip {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 0%;
}

.cxe-scroller-scroller {
  box-sizing: border-box;
}

.cxb-scroller.cxs-horizontal > .cxe-scroller-clip > .cxe-scroller-scroller {
  overflow-x: auto;
}

.cxb-scroller.cxs-vertical > .cxe-scroller-clip > .cxe-scroller-scroller {
  overflow-y: auto;
  flex: 1 1 0%;
}

.cxe-scroller-scroller::-webkit-scrollbar {
  display: none;
}

.cxe-scroller-left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  cursor: pointer;
  display: none;
}

.cxe-scroller-left-arrow > .cxe-scroller-icon {
  transform: rotate(90deg);
}

.cxs-scrollable > .cxe-scroller-left-arrow {
  display: block;
}

.cxe-scroller-right-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  cursor: pointer;
  display: none;
}

.cxe-scroller-right-arrow > .cxe-scroller-icon {
  transform: rotate(-90deg);
}

.cxs-scrollable > .cxe-scroller-right-arrow {
  display: block;
}

.cxe-scroller-top-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  cursor: pointer;
  display: none;
}

.cxe-scroller-top-arrow > .cxe-scroller-icon {
  transform: rotate(180deg);
}

.cxs-scrollable > .cxe-scroller-top-arrow {
  display: block;
}

.cxe-scroller-bottom-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  cursor: pointer;
  display: none;
}

.cxs-scrollable > .cxe-scroller-bottom-arrow {
  display: block;
}

.cxe-scroller-icon {
  height: 24px;
  width: 24px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
}

.cxb-mousecapture {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000000;
}

.cxb-overlay {
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  overflow: visible;
  box-sizing: border-box;
}

.cxb-overlay.cxs-draggable {
  cursor: pointer;
  touch-action: none;
}

.cxb-overlay.cxs-shadow {
  position: absolute;
}

.cxb-overlay:focus {
  outline: none;
}

.cxb-overlay.cxs-pad {
  padding: 5px;
}

.cxe-overlay-modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.cxe-overlay-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(128, 128, 128, 0.3);
  overflow: auto;
}

.cxe-overlay-beacon {
  position: absolute;
  display: none;
}

.cxb-dropdown {
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  overflow: visible;
  box-sizing: border-box;
}

.cxb-dropdown.cxs-draggable {
  cursor: pointer;
  touch-action: none;
}

.cxb-dropdown.cxs-shadow {
  position: absolute;
}

.cxb-dropdown:focus {
  outline: none;
}

.cxb-dropdown {
  display: block;
  left: -10000px;
  top: -10000px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(251, 251, 251);
  border-radius: 2px;
  border-color: transparent;
  border-width: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  line-height: normal;
  border-style: solid;
}

.cxb-dropdown.cxs-place-screen-center {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29), 0 0 1000px 1000px rgba(128, 128, 128, 0.3);
}

.cxb-dropdown.cxs-pad {
  padding: 5px;
}

.cxe-dropdown-beacon {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.cxe-dropdown-arrow-border,
.cxe-dropdown-arrow-fill {
  border-style: solid;
  border-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cxe-dropdown-arrow-border {
  color: transparent;
  border-width: 6px;
}

.cxe-dropdown-arrow-fill {
  color: rgb(251, 251, 251);
  border-width: 6px;
}

.cxs-place-right > .cxe-dropdown-arrow-fill,
.cxs-place-right-up > .cxe-dropdown-arrow-fill,
.cxs-place-right-down > .cxe-dropdown-arrow-fill {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px;
}

.cxs-place-right > .cxe-dropdown-arrow-border,
.cxs-place-right-up > .cxe-dropdown-arrow-border,
.cxs-place-right-down > .cxe-dropdown-arrow-border {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px;
}

.cxs-place-left > .cxe-dropdown-arrow-fill,
.cxs-place-left-down > .cxe-dropdown-arrow-fill,
.cxs-place-left-up > .cxe-dropdown-arrow-fill {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px;
}

.cxs-place-left > .cxe-dropdown-arrow-border,
.cxs-place-left-down > .cxe-dropdown-arrow-border,
.cxs-place-left-up > .cxe-dropdown-arrow-border {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px;
}

.cxs-place-right-down > .cxe-dropdown-arrow-fill,
.cxs-place-left-down > .cxe-dropdown-arrow-fill {
  top: 26px;
}

.cxs-place-right-down > .cxe-dropdown-arrow-border,
.cxs-place-left-down > .cxe-dropdown-arrow-border {
  top: 26px;
}

.cxs-place-right-up > .cxe-dropdown-arrow-fill, .cxs-place-right-up > .cxe-dropdown-arrow-border,
.cxs-place-left-up > .cxe-dropdown-arrow-fill,
.cxs-place-left-up > .cxe-dropdown-arrow-border {
  top: calc(100% + -26px);
}

.cxs-place-up > .cxe-dropdown-arrow-fill,
.cxs-place-up-left > .cxe-dropdown-arrow-fill,
.cxs-place-up-right > .cxe-dropdown-arrow-fill {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px;
}

.cxs-place-up > .cxe-dropdown-arrow-border,
.cxs-place-up-left > .cxe-dropdown-arrow-border,
.cxs-place-up-right > .cxe-dropdown-arrow-border {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px;
}

.cxs-place-down > .cxe-dropdown-arrow-fill,
.cxs-place-down-left > .cxe-dropdown-arrow-fill,
.cxs-place-down-right > .cxe-dropdown-arrow-fill {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px;
}

.cxs-place-down > .cxe-dropdown-arrow-border,
.cxs-place-down-left > .cxe-dropdown-arrow-border,
.cxs-place-down-right > .cxe-dropdown-arrow-border {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px;
}

.cxs-place-down-right > .cxe-dropdown-arrow-fill, .cxs-place-down-right > .cxe-dropdown-arrow-border,
.cxs-place-up-right > .cxe-dropdown-arrow-fill,
.cxs-place-up-right > .cxe-dropdown-arrow-border {
  left: 26px;
}

.cxs-place-down-left > .cxe-dropdown-arrow-fill,
.cxs-place-up-left > .cxe-dropdown-arrow-fill {
  left: calc(100% + -26px);
}

.cxs-place-down-left > .cxe-dropdown-arrow-border,
.cxs-place-up-left > .cxe-dropdown-arrow-border {
  left: calc(100% + -26px);
}

.cxb-window {
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  overflow: visible;
  box-sizing: border-box;
}

.cxb-window.cxs-draggable {
  cursor: pointer;
  touch-action: none;
}

.cxb-window.cxs-shadow {
  position: absolute;
}

.cxb-window:focus {
  outline: none;
}

.cxb-window {
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  background-color: transparent;
  border-radius: 2px;
  background: white;
}

.cxb-window.cxs-resizable.cxs-active {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.29);
}

.cxe-window-header {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex: none;
  touch-action: none;
  color: #fff;
  background: rgb(12.8461538462, 138.0961538462, 237.6538461538);
  padding: 10px 20px;
  font-size: 18px;
  align-items: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.cxs-draggable .cxe-window-header {
  cursor: pointer;
}

.cxe-window-footer {
  position: relative;
  box-sizing: border-box;
  flex: none;
  padding: 1rem 0;
  margin: 0 1.5rem;
  border-top: none;
}

.cxe-window-footer:after {
  clear: both;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}

.cxe-window-body {
  overflow: auto;
  position: relative;
  box-sizing: border-box;
  flex: auto;
}

.cxb-window.cxm-alert {
  font-size: 16px;
  color: #757575;
}

.cxb-window.cxm-alert .cxe-window-body {
  padding: 24px 24px 20px;
  text-align: left;
}

.cxb-window.cxm-alert .cxe-window-footer {
  border-top: none;
  padding: 8px 0;
}

.cxe-window-modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.cxe-window-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(128, 128, 128, 0.3);
  overflow: auto;
}

.cxe-window-beacon {
  position: absolute;
  display: none;
}

@keyframes cx-tooltip-enter-animation {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes cx-tooltip-leave-animation {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.9);
    opacity: 0;
  }
}
.cxb-tooltip {
  left: calc(50% - 250px);
  top: calc(50% - 100px);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  overflow: visible;
  box-sizing: border-box;
}

.cxb-tooltip.cxs-draggable {
  cursor: pointer;
  touch-action: none;
}

.cxb-tooltip.cxs-shadow {
  position: absolute;
}

.cxb-tooltip:focus {
  outline: none;
}

.cxb-tooltip {
  display: block;
  left: -10000px;
  top: -10000px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #d5d5d5;
  padding: 10px;
  border-radius: 5px;
  font-size: smaller;
  transition: opacity 0.2s ease-in;
  max-width: 400px;
  pointer-events: none;
}

.cxb-tooltip.cxs-animate {
  animation: cx-tooltip-enter-animation 0.2s;
}

.cxb-tooltip.cxs-animate-leave {
  animation: cx-tooltip-leave-animation 0.2s;
  animation-fill-mode: forwards;
}

.cxb-tooltip.cxs-mouse-trap {
  pointer-events: auto;
}

.cxb-tooltip.cxm-error {
  background-color: white;
  border-color: #e63001;
}

.cxb-tooltip.cxm-error .cxe-tooltip-arrow-border {
  color: #e63001;
}

.cxb-tooltip.cxm-error .cxe-tooltip-arrow-fill {
  color: white;
}

.cxe-tooltip-title {
  font-weight: bold;
  font-size: 100%;
}

.cxe-tooltip-arrow-border,
.cxe-tooltip-arrow-fill {
  border-style: solid;
  border-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cxe-tooltip-arrow-border {
  color: #d5d5d5;
  border-width: 6px;
}

.cxe-tooltip-arrow-fill {
  color: white;
  border-width: 5px;
}

.cxs-place-right > .cxe-tooltip-arrow-fill,
.cxs-place-right-up > .cxe-tooltip-arrow-fill,
.cxs-place-right-down > .cxe-tooltip-arrow-fill {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -5px;
}

.cxs-place-right > .cxe-tooltip-arrow-border,
.cxs-place-right-up > .cxe-tooltip-arrow-border,
.cxs-place-right-down > .cxe-tooltip-arrow-border {
  right: 100%;
  top: 50%;
  border-right-color: currentColor;
  margin-top: -6px;
}

.cxs-place-left > .cxe-tooltip-arrow-fill,
.cxs-place-left-down > .cxe-tooltip-arrow-fill,
.cxs-place-left-up > .cxe-tooltip-arrow-fill {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -5px;
}

.cxs-place-left > .cxe-tooltip-arrow-border,
.cxs-place-left-down > .cxe-tooltip-arrow-border,
.cxs-place-left-up > .cxe-tooltip-arrow-border {
  left: 100%;
  top: 50%;
  border-left-color: currentColor;
  margin-top: -6px;
}

.cxs-place-right-down > .cxe-tooltip-arrow-fill,
.cxs-place-left-down > .cxe-tooltip-arrow-fill {
  top: 26px;
}

.cxs-place-right-down > .cxe-tooltip-arrow-border,
.cxs-place-left-down > .cxe-tooltip-arrow-border {
  top: 26px;
}

.cxs-place-right-up > .cxe-tooltip-arrow-fill, .cxs-place-right-up > .cxe-tooltip-arrow-border,
.cxs-place-left-up > .cxe-tooltip-arrow-fill,
.cxs-place-left-up > .cxe-tooltip-arrow-border {
  top: calc(100% + -26px);
}

.cxs-place-up > .cxe-tooltip-arrow-fill,
.cxs-place-up-left > .cxe-tooltip-arrow-fill,
.cxs-place-up-right > .cxe-tooltip-arrow-fill {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -5px;
}

.cxs-place-up > .cxe-tooltip-arrow-border,
.cxs-place-up-left > .cxe-tooltip-arrow-border,
.cxs-place-up-right > .cxe-tooltip-arrow-border {
  left: 50%;
  top: 100%;
  border-top-color: currentColor;
  margin-left: -6px;
}

.cxs-place-down > .cxe-tooltip-arrow-fill,
.cxs-place-down-left > .cxe-tooltip-arrow-fill,
.cxs-place-down-right > .cxe-tooltip-arrow-fill {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -5px;
}

.cxs-place-down > .cxe-tooltip-arrow-border,
.cxs-place-down-left > .cxe-tooltip-arrow-border,
.cxs-place-down-right > .cxe-tooltip-arrow-border {
  left: 50%;
  bottom: 100%;
  border-bottom-color: currentColor;
  margin-left: -6px;
}

.cxs-place-down-right > .cxe-tooltip-arrow-fill, .cxs-place-down-right > .cxe-tooltip-arrow-border,
.cxs-place-up-right > .cxe-tooltip-arrow-fill,
.cxs-place-up-right > .cxe-tooltip-arrow-border {
  left: 26px;
}

.cxs-place-down-left > .cxe-tooltip-arrow-fill,
.cxs-place-up-left > .cxe-tooltip-arrow-fill {
  left: calc(100% + -26px);
}

.cxs-place-down-left > .cxe-tooltip-arrow-border,
.cxs-place-up-left > .cxe-tooltip-arrow-border {
  left: calc(100% + -26px);
}

@keyframes cx-toast-enter-animation {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes cx-toast-leave-animation {
  to {
    transform: scale(0);
    opacity: 0;
  }
  from {
    transform: scale(1);
    opacity: 1;
  }
}
.cxb-toast {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 5px 1px rgba(128, 128, 128, 0.3);
  border-style: solid;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cxb-toast.cxs-pad {
  padding: 14px;
}

.cxb-toast.cxs-animate {
  animation: cx-toast-enter-animation 0.2s;
}

.cxb-toast.cxs-animate-leave {
  animation: cx-toast-leave-animation 0.2s;
  animation-fill-mode: forwards;
}

.cxb-toast.cxm-warning {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffc107;
}

.cxb-toast.cxm-primary {
  color: #fff;
  background-color: #2196f3;
}

.cxb-toast.cxm-success {
  color: #fff;
  background-color: #4caf50;
}

.cxb-toast.cxm-error {
  color: #fff;
  background-color: #f4511e;
}

.cxb-toast.cxm-dark {
  color: #fff;
  background-color: rgb(51, 51, 51);
}

.cxe-toast-beacon {
  position: absolute;
  display: none;
}

.cxb-toaster {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1000000;
}

.cxb-toaster.cxs-placement-right {
  justify-content: center;
  align-items: flex-end;
}

.cxb-toaster.cxs-placement-left {
  justify-content: center;
  align-items: flex-start;
}

.cxb-toaster.cxs-placement-bottom {
  flex-direction: column-reverse;
}

.cxb-toaster.cxs-placement-top-left {
  align-items: flex-start;
}

.cxb-toaster.cxs-placement-top-right {
  align-items: flex-end;
}

.cxb-toaster.cxs-placement-bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.cxb-toaster.cxs-placement-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.cxe-toaster-item {
  margin: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}

.cxe-toaster-item.cxs-live {
  margin: 10px;
}

.cxb-pagination {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.cxb-pagination:focus {
  outline: none;
}

.cxe-pagination-page {
  display: inline-block;
  box-sizing: border-box;
  border-style: solid;
  margin-left: -1px;
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-color: transparent;
  padding: 7px 14px;
  color: inherit;
  border-radius: 2px;
  position: relative;
}

.cxe-pagination-page:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.cxe-pagination-page:first-child:after {
  content: "<";
  visibility: hidden;
}

.cxe-pagination-page:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.cxe-pagination-page:last-child:after {
  content: ">";
  visibility: hidden;
}

.cxe-pagination-page:hover {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.cxe-pagination-page:hover:focus {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}

.cxe-pagination-page.cxs-active {
  background-color: rgba(0, 0, 0, 0.07);
}

.cxb-pagination:focus > .cxe-pagination-page.cxs-active {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.cxe-pagination-page.cxs-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
  background-color: transparent;
}

.cxe-pagination-icon-prev-page,
.cxe-pagination-icon-next-page {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
}

.cxe-pagination-icon-prev-page {
  transform: rotate(180deg);
}

.cxb-treenode {
  padding-left: 30px;
  position: relative;
}

.cxb-treenode.cxs-icon {
  padding-left: 54px;
}

.cxb-treenode.cxs-level-1 {
  margin-left: 20px;
}

.cxb-treenode.cxs-level-2 {
  margin-left: 40px;
}

.cxb-treenode.cxs-level-3 {
  margin-left: 60px;
}

.cxb-treenode.cxs-level-4 {
  margin-left: 80px;
}

.cxb-treenode.cxs-level-5 {
  margin-left: 100px;
}

.cxb-treenode.cxs-level-6 {
  margin-left: 120px;
}

.cxb-treenode.cxs-level-7 {
  margin-left: 140px;
}

.cxb-treenode.cxs-level-8 {
  margin-left: 160px;
}

.cxb-treenode.cxs-level-9 {
  margin-left: 180px;
}

.cxb-treenode.cxs-level-10 {
  margin-left: 200px;
}

.cxb-treenode.cxs-level-11 {
  margin-left: 220px;
}

.cxb-treenode.cxs-level-12 {
  margin-left: 240px;
}

.cxb-treenode.cxs-level-13 {
  margin-left: 260px;
}

.cxb-treenode.cxs-level-14 {
  margin-left: 280px;
}

.cxb-treenode.cxs-level-15 {
  margin-left: 300px;
}

.cxb-treenode.cxs-level-16 {
  margin-left: 320px;
}

.cxb-treenode.cxs-level-17 {
  margin-left: 340px;
}

.cxb-treenode.cxs-level-18 {
  margin-left: 360px;
}

.cxb-treenode.cxs-level-19 {
  margin-left: 380px;
}

.cxb-treenode.cxs-level-20 {
  margin-left: 400px;
}

.cxe-treenode-handle {
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  color: #757575;
  left: 0;
  top: 50%;
  margin-top: -12px;
  bottom: 0;
  width: 48px;
  height: 24px;
}

.cxe-treenode-handle:hover {
  opacity: 1;
}

.cxe-treenode-arrow {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  margin-left: 0px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

.cxs-expanded .cxe-treenode-arrow {
  transform: rotate(0);
}

.cxe-treenode-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  margin-left: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

.cxb-grid.cxm-tree td {
  border-top: none;
}

.cxb-grid {
  box-sizing: border-box;
  position: relative;
  font-size: 13px;
  border-radius: 2px;
  -webkit-overflow-scrolling: touch;
}

.cxb-grid:focus {
  outline: none;
}

.cxb-grid table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  font-size: inherit;
}

.cxb-grid .cxs-aligned-left {
  text-align: left;
}

.cxb-grid .cxs-aligned-right {
  text-align: right;
}

.cxb-grid .cxs-aligned-center {
  text-align: center;
}

.cxb-grid.cxs-scrollable {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.cxb-grid.cxs-scrollable.cxs-border {
  border: 1px solid #e0e0e0;
}

.cxb-grid.cxs-scrollable.cxs-border table {
  border: none;
}

.cxb-grid.cxs-scrollable.cxs-border .cxe-grid-header:first-child th {
  border-top: none;
}

.cxb-grid.cxs-scrollable.cxs-border th {
  border-left: none;
}

.cxb-grid.cxs-scrollable.cxs-border th:last-child {
  border-right: none;
}

.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area {
  overflow-y: auto;
  flex: 1 1 0%;
  -webkit-overflow-scrolling: touch;
}

.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area.cxs-fixed-header > .cxe-grid-table-wrapper > table > .cxe-grid-header:first-child {
  visibility: hidden;
}

.cxb-grid.cxs-scrollable > .cxe-grid-scroll-area > .cxe-grid-table-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  min-height: 100%;
  padding-top: 0;
}

.cxb-grid.cxs-resizable .cxe-grid-data td,
.cxb-grid.cxs-resizable .cxe-grid-group-footer td,
.cxb-grid.cxs-resizable .cxe-grid-group-header td {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxb-grid.cxs-resizable .cxe-grid-fixed-header .cxe-grid-col-header:last-child {
  max-width: 100%;
  width: 100%;
}

.cxb-grid.cxs-border table {
  border: 1px solid #e0e0e0;
}

.cxb-grid.cxs-vlines td:not(:last-child),
.cxb-grid.cxs-vlines th:not(:last-child) {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e0e0e0;
}

.cxb-grid.cxm-responsive {
  width: 100%;
}

.cxb-grid.cxm-responsive > .cxe-grid-scroll-area {
  overflow-x: auto;
}

.cxb-grid.cxm-fixed-layout table {
  table-layout: fixed;
  width: auto;
}

.cxb-grid.cxm-contain table {
  contain: layout paint;
}

.cxb-grid.cxm-nowrap .cxe-grid-data td,
.cxb-grid.cxm-nowrap .cxe-grid-fixed-footer td,
.cxb-grid.cxm-nowrap .cxe-grid-fixed-fixed-footer td {
  white-space: nowrap;
}

.cxe-grid-table-wrapper {
  overflow-anchor: none;
}

.cxe-grid-cell-clip {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cxe-grid-row-number::after {
  counter-increment: cx-row-number;
  content: counter(cx-row-number);
}

.cxe-grid-fixed-header {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
}

.cxe-grid-fixed-header > table {
  width: auto;
  table-layout: fixed;
}

.cxe-grid-fixed-fixed-header {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
}

.cxe-grid-fixed-fixed-header > table {
  width: auto;
  table-layout: fixed;
}

.cxe-grid-fixed-footer {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
}

.cxe-grid-fixed-footer > table {
  width: auto;
  table-layout: fixed;
}

.cxe-grid-fixed-fixed-footer {
  overflow: hidden;
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.cxe-grid-fixed-fixed-footer > table {
  width: auto;
  table-layout: fixed;
}

.cxe-grid-fixed-footer-corner {
  width: 100%;
}

.cxe-grid-empty-text td {
  color: #aaa;
  padding: 2rem;
}

.cxe-grid-col-header {
  text-align: left;
  padding: 8px 20px 7px;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: rgb(155.25, 155.25, 155.25);
  background-color: #fff;
  border-color: transparent transparent #e0e0e0;
  background-clip: border-box;
  padding: 12px 20px 11px;
}

.cxs-header-default .cxe-grid-col-header {
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.cxs-header-plain .cxe-grid-col-header {
  background-color: transparent;
}

.cxe-grid-col-header.cxs-sortable {
  cursor: pointer;
  user-select: none;
}

.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc {
  background-color: rgb(249.9, 249.9, 249.9);
  color: rgba(0, 0, 0, 0.87);
}

.cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
  background-color: rgb(247.35, 247.35, 247.35);
  color: rgb(91.5, 91.5, 91.5);
}

.cxe-grid-col-header.cxs-sortable:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable:hover {
  background-color: #fff;
  color: rgb(129.75, 129.75, 129.75);
  border-color: #e0e0e0;
}

.cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-asc:hover, .cxe-grid-fixed-header .cxe-grid-col-header.cxs-sortable.cxs-sorted-desc:hover {
  background-color: rgb(247.35, 247.35, 247.35);
  color: rgb(91.5, 91.5, 91.5);
}

.cxe-grid-col-header.cxs-tool {
  transition: padding-left 0.2s;
  padding-right: 39px;
}

.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) {
  padding-right: 29px;
}

.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right) .cxe-grid-column-sort-icon {
  right: 2px;
}

.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc {
  padding-left: 29px;
}

.cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-asc .cxe-grid-column-sort-icon, .cxe-grid-col-header.cxs-sortable:not(.cxs-aligned-right).cxs-tool.cxs-sorted-desc .cxe-grid-column-sort-icon {
  left: 2px;
}

.cxe-grid-col-header.cxs-sortable.cxs-aligned-center {
  padding-left: 29px;
}

.cxe-grid-col-header.cxs-sortable.cxs-aligned-right {
  padding-left: 29px;
}

.cxe-grid-col-header.cxs-sortable.cxs-aligned-right .cxe-grid-column-sort-icon {
  left: 2px;
}

.cxe-grid-column-sort-icon {
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  transition: transform 0.1s linear;
}

.cxs-sorted-desc > .cxe-grid-column-sort-icon {
  transform: rotate(180deg);
}

.cxe-grid-data {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

.cxe-grid-data td {
  padding: 0;
  border-top: 1px solid #e0e0e0;
  line-height: 25px;
}

.cxe-grid-data td:empty::before {
  content: "-";
  visibility: hidden;
}

.cxe-grid-data td.cxs-pad {
  padding: 8px 20px 7px;
}

.cxs-selectable .cxe-grid-data:hover, .cxs-selectable .cxe-grid-data.cxs-hover {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.cxs-selectable .cxe-grid-data.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
  cursor: pointer;
}

.cxs-selectable .cxe-grid-data.cxs-selected {
  background-color: rgba(0, 0, 0, 0.07);
}

.cxs-selectable .cxe-grid-data.cxs-selected.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.cxs-focused .cxe-grid-data.cxs-cursor, :focus .cxe-grid-data.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}

.cxs-focused .cxe-grid-data.cxs-selected.cxs-cursor, :focus .cxe-grid-data.cxs-selected.cxs-cursor {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.cxs-drag-move .cxe-grid-data.cxs-dragged {
  display: none;
}

.cxs-drag-copy .cxe-grid-data.cxs-dragged {
  opacity: 0.5;
}

.cxe-grid-data.cxs-draggable {
  touch-action: none;
}

.cxe-grid-data.cxs-dummy td {
  box-sizing: border-box;
}

.cxe-grid-data.cxs-over {
  background: orange !important;
}

.cxe-grid-dropzone {
  position: relative;
  padding: 0;
}

.cxs-drop-preview .cxe-grid-dropzone {
  border-top: 1px solid #e0e0e0;
}

.cxs-drop-preview .cxe-grid-dropzone:after {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 1px dotted gray;
  content: " ";
}

.cxs-drop-insertion .cxe-grid-dropzone {
  height: 0;
}

.cxs-drop-insertion .cxe-grid-dropzone:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 1px solid black;
  content: " ";
  box-shadow: 0 0 2px black;
}

.cxe-grid-group-caption {
  font-weight: bold;
}

.cxe-grid-group-caption td {
  padding: 8px 20px 7px;
}

.cxe-grid-group-caption:not(:first-child) td {
  padding-top: 15px;
}

.cxe-grid-group-caption.cxs-level-1 td {
  font-size: 115%;
}

.cxe-grid-group-caption.cxs-level-2 td {
  font-size: 130%;
  border-bottom: 1px solid grey;
}

.cxe-grid-group-caption.cxs-level-3 td {
  font-size: 145%;
  border-bottom: 1px solid grey;
}

.cxe-grid-group-caption.cxs-level-4 td {
  font-size: 160%;
  border-bottom: 1px solid grey;
}

.cxe-grid-group-footer td {
  box-sizing: border-box;
}

.cxe-grid-group-footer td.cxs-pad {
  padding: 8px 20px 7px;
}

.cxe-grid-group-footer.cxs-level-1 td {
  font-weight: bold;
  border-top: 1px solid #e0e0e0;
}

.cxe-grid-group-footer.cxs-level-2 td {
  font-weight: bold;
  font-size: 110%;
  border-top: 1px solid grey;
}

.cxe-grid-group-footer.cxs-level-3 td {
  font-weight: bold;
  font-size: 115%;
  border-top: 1px solid grey;
}

.cxe-grid-group-footer.cxs-level-4 td {
  font-weight: bold;
  font-size: 120%;
  border-top: 1px solid grey;
}

.cxb-grid.cxs-cell-editable .cxe-grid-data td:hover {
  background: rgba(128, 128, 128, 0.05);
}

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected {
  position: relative;
  user-select: none;
  overflow: visible;
}

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:after {
  position: absolute;
  pointer-events: none;
  content: " ";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(0, 128, 0, 0.1);
  border: 2px solid green;
}

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxs-cellected:last-child::after {
  right: 0;
}

.cxb-grid.cxs-cell-editable .cxe-grid-data td.cxe-grid-cell-editor {
  position: relative;
  user-select: none;
  overflow: visible;
}

.cxe-grid-cell-editor-wrap {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 2px);
}

.cxe-grid-cell-editor-wrap > *:only-child {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cxb-grid.cxs-buffered .cxe-grid-data,
.cxb-grid.cxs-fixed-columns .cxe-grid-data {
  white-space: nowrap;
}

.cxb-grid.cxs-fixed-columns > .cxe-grid-scroll-area {
  overflow-x: scroll;
}

.cxe-grid-scroll-area.cxs-fixed-footer > .cxe-grid-table-wrapper > table > .cxe-grid-group-footer:last-child {
  visibility: hidden;
}

.cxe-grid-scroll-area.cxs-fixed-footer > .cxe-grid-table-wrapper > table > .cxe-grid-group-footer:last-child td {
  border: none;
}

.cxe-grid-fixed-scroll-area {
  overflow-x: scroll;
  overflow-y: hidden;
  border-color: #e0e0e0;
  border-right-style: solid;
  border-right-width: 1px;
}

.cxe-grid-fixed-scroll-area > .cxe-grid-fixed-table-wrapper {
  padding-top: 0;
}

.cxe-grid-fixed-scroll-area.cxs-fixed-footer > .cxe-grid-fixed-table-wrapper > table > .cxe-grid-group-footer:last-child {
  visibility: hidden;
}

.cxe-grid-fixed-scroll-area.cxs-fixed-footer > .cxe-grid-fixed-table-wrapper > table > .cxe-grid-group-footer:last-child td {
  border: none;
}

.cxe-grid-col-header-tool {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.cxe-grid-col-resizer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
}

.cxe-grid-col-resizer-prev-col {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  cursor: col-resize;
}

.cxe-grid-resize-overlay {
  position: absolute;
  display: block;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-right: 3px solid #e0e0e0;
  background: color-mix(in srgb, #e0e0e0 15%, transparent);
  box-sizing: border-box;
}

.cxe-grid-col-header-drag-clone {
  border: 1px solid #e0e0e0;
  padding: 8px 20px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  color: rgb(155.25, 155.25, 155.25);
  background-color: #fff;
  border-color: transparent transparent #e0e0e0;
  background-clip: border-box;
  padding: 12px 20px 11px;
  box-sizing: border-box;
  font-size: 13px;
}

.cxe-grid-col-insertion-marker {
  border: 1px solid black;
  position: absolute;
  top: 0;
  height: calc(100% - 1px);
}

.cxb-dragsource {
  box-sizing: border-box;
}

.cxb-dragsource.cxs-dragged {
  opacity: 0.3;
}

.cxb-dragsource.cxs-draggable {
  touch-action: none;
}

.cxb-dropzone {
  box-sizing: border-box;
  position: relative;
}

.cxb-dropzone.cxm-hline {
  height: 1px;
  margin-top: -1px;
  align-self: stretch;
}

.cxb-dropzone.cxm-hline.cxs-over {
  background: black;
  box-shadow: 0 0 2px black;
}

.cxb-dropzone.cxm-vline {
  width: 1px;
  margin-left: -1px;
  min-height: 1em;
  display: inline-block;
  vertical-align: middle;
  align-self: stretch;
}

.cxb-dropzone.cxm-vline.cxs-over {
  background: black;
  box-shadow: 0 0 2px black;
}

.cxb-dropzone.cxm-block {
  min-height: 1px;
  margin-top: -1px;
  align-self: stretch;
}

.cxb-dropzone.cxm-block.cxs-over {
  height: 25px;
  border: 2px dotted lightgray;
  margin: 5px;
}

.cxb-dropzone.cxm-inline-block {
  width: 1px;
  margin-left: -1px;
  min-height: 1em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  align-self: stretch;
}

.cxb-dropzone.cxm-inline-block:after {
  content: " ";
}

.cxb-dropzone.cxm-inline-block.cxs-over {
  width: 50px;
  border: 2px dotted lightgray;
  margin: 5px;
}

.cxb-draghandle {
  touch-action: none;
}

.cxb-dragclone {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
  opacity: 0.9;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  min-width: 10px;
  min-height: 10px;
  position: fixed;
  opacity: 0.9;
  box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
  display: flex;
}

.cxb-dragclone > * {
  margin: 0 !important;
  display: block;
  flex: auto;
}

.cxb-progressbar {
  box-sizing: border-box;
  position: relative;
  width: 180px;
  min-height: 8px;
  background-color: rgba(33, 150, 243, 0.2);
  color: rgba(0, 0, 0, 0.87);
  border-style: solid;
  border-color: #98d4ff;
  border-width: 0;
  border-radius: 0;
  font-size: smaller;
  text-align: center;
  line-height: 8px;
}

.cxb-progressbar[disabled], .cxb-progressbar.cxs-disabled {
  opacity: 0.2;
}

.cxe-progressbar-indicator {
  background-color: #2196f3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.cxe-progressbar-label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cxb-resizer {
  position: relative;
  flex-shrink: 0;
}

.cxb-resizer.cxs-vertical {
  width: 5px;
  cursor: col-resize;
}

.cxb-resizer.cxs-horizontal {
  height: 5px;
  cursor: row-resize;
}

.cxe-resizer-handle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cxe-resizer-handle.cxs-dragged {
  background: rgba(128, 128, 128, 0.5);
}

.cxb-highlightedsearchtext {
  font-weight: bold;
}

.cxb-labelsleftlayout {
  border-spacing: 0;
}

.cxb-labelsleftlayout.cxm-stretch {
  width: 100%;
}

.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label {
  width: 5em;
}

.cxb-labelsleftlayout.cxm-stretch .cxe-labelsleftlayout-label .cxb-label {
  white-space: nowrap;
}

.cxe-labelsleftlayout-field {
  padding: 5px 0 5px 5px;
}

.cxe-labelsleftlayout-label {
  text-align: right;
  vertical-align: top;
  padding: 5px 5px 5px 0;
}

.cxe-labelsleftlayout-label .cxb-label {
  padding-right: 0;
}

.cxb-labelstoplayout {
  border-spacing: 0 3px;
}

.cxb-labelstoplayout.cxm-stretch {
  width: 100%;
}

.cxe-labelstoplayout-field {
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
}

.cxe-labelstoplayout-field:first-child {
  padding-left: 0;
}

.cxe-labelstoplayout-field:last-child {
  padding-right: 0;
}

.cxe-labelstoplayout-label {
  vertical-align: bottom;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
}

.cxe-labelstoplayout-label .cxb-label {
  padding-left: 0;
  padding-bottom: 0;
}

.cxe-labelstoplayout-label:first-child {
  padding-left: 0;
}

.cxe-labelstoplayout-label:last-child {
  padding-right: 0;
}

.cxm-fixed {
  table-layout: fixed;
}

.cxb-section.cxs-pad > .cxe-section-body {
  padding: 1em;
}

.cxm-card .cxe-section-header h1, .cxm-well .cxe-section-header h1 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h1, .cxm-error .cxe-section-header h1, .cxm-success .cxe-section-header h1 {
  color: #fff;
}
.cxm-warning .cxe-section-header h1 {
  color: rgba(0, 0, 0, 0.87);
}

.cxm-card .cxe-section-header h2, .cxm-well .cxe-section-header h2 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h2, .cxm-error .cxe-section-header h2, .cxm-success .cxe-section-header h2 {
  color: #fff;
}
.cxm-warning .cxe-section-header h2 {
  color: rgba(0, 0, 0, 0.87);
}

.cxm-card .cxe-section-header h3, .cxm-well .cxe-section-header h3 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h3, .cxm-error .cxe-section-header h3, .cxm-success .cxe-section-header h3 {
  color: #fff;
}
.cxm-warning .cxe-section-header h3 {
  color: rgba(0, 0, 0, 0.87);
}

.cxm-card .cxe-section-header h4, .cxm-well .cxe-section-header h4 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h4, .cxm-error .cxe-section-header h4, .cxm-success .cxe-section-header h4 {
  color: #fff;
}
.cxm-warning .cxe-section-header h4 {
  color: rgba(0, 0, 0, 0.87);
}

.cxm-card .cxe-section-header h5, .cxm-well .cxe-section-header h5 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h5, .cxm-error .cxe-section-header h5, .cxm-success .cxe-section-header h5 {
  color: #fff;
}
.cxm-warning .cxe-section-header h5 {
  color: rgba(0, 0, 0, 0.87);
}

.cxm-card .cxe-section-header h6, .cxm-well .cxe-section-header h6 {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
}
.cxm-primary .cxe-section-header h6, .cxm-error .cxe-section-header h6, .cxm-success .cxe-section-header h6 {
  color: #fff;
}
.cxm-warning .cxe-section-header h6 {
  color: rgba(0, 0, 0, 0.87);
}

.cxe-section-header.cxe-section-header {
  color: rgb(71.7076923077, 168.3076923077, 245.0923076923);
  font-weight: normal;
  border: none;
  padding: 1em 1em 0;
  margin: 0;
}
.cxm-pad > .cxe-section-header.cxe-section-header {
  border: none;
}

.cxb-button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.cxb-button.cxm-float .cxe-button-icon {
  left: 13px;
}

.cxb-textfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-textfield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-textfield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-textfield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-numberfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-numberfield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-numberfield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-numberfield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-lookupfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-lookupfield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-lookupfield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-lookupfield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-datetimefield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-datetimefield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-datetimefield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-datetimefield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-monthfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-monthfield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-monthfield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-monthfield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-colorfield {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-colorfield:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-colorfield.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-colorfield.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-select {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-height: 40px;
}
.cxb-select:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-select.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-select.cxs-focus.cxs-error:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxb-lookupfield {
  max-height: none;
}

.cxe-datefield-input,
.cxe-monthfield-input,
.cxe-colorfield-input {
  padding: 7px 31px 7px 31px;
}

.cxb-select option {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.03);
}

.cxb-textarea:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #2196f3;
  transform: scaleX(0);
  transition: 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxb-textarea.cxs-focus:after {
  transform: scaleX(1);
  transition: transform 0.3s ease-out;
}
.cxb-textarea.cxs-focus.cxs-error.cxs-visited:after {
  transform: scaleX(1);
  background-color: #f44336;
}

.cxm-label-placement-material {
  margin-top: 36px;
}
.cxm-label-placement-material > .cxb-label {
  position: absolute;
  top: 0;
  left: 0;
  transition: margin-left 0.2s linear, margin-top 0.2s linear, font-size 0.2s linear;
  color: rgba(128, 128, 128, 0.7);
  font-size: 14px;
  pointer-events: none;
  white-space: nowrap;
}
.cxm-label-placement-material.cxs-focus > .cxb-label, .cxm-label-placement-material.cxs-error > .cxb-label, .cxm-label-placement-material:not(.cxs-empty) > .cxb-label {
  pointer-events: auto;
  margin-top: -25.5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.cxm-label-placement-material.cxs-focus.cxs-icon > .cxb-label, .cxm-label-placement-material.cxs-error.cxs-icon > .cxb-label, .cxm-label-placement-material:not(.cxs-empty).cxs-icon > .cxb-label {
  margin-left: -31px;
}
.cxm-label-placement-material.cxs-focus > .cxb-label {
  color: #2196f3;
}
.cxm-label-placement-material.cxs-error > .cxb-label {
  color: #f44336;
}
.cxm-label-placement-material.cxs-icon > .cxb-label {
  left: 31px;
}

.cxm-help-placement-material .cxb-validationerror {
  position: absolute;
  left: 0;
  top: 105%;
  line-height: normal;
  display: none;
  color: #f44336;
  font-size: 10px;
}
.cxm-help-placement-material.cxs-focus:not(.cxs-empty) > .cxb-validationerror, .cxm-help-placement-material.cxs-visited > .cxb-validationerror {
  display: inline-block;
}

.cxb-calendar .cxe-calendar-day-names {
  background-color: #2196f3;
  color: #fff;
}

.cxe-checkbox-input:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: calc(50% - 18px);
  bottom: calc(50% - 18px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.2s ease-in-out;
}
.cxe-checkbox-input.cxs-checked:after {
  background-color: rgba(33, 150, 243, 0.1);
}
.cxe-checkbox-input:focus:after {
  visibility: visible;
  transform: scale(0.9, 0.9);
}

.cxe-radio-input {
  border-width: 2px;
  border-color: rgb(193.5, 193.5, 193.5);
  color: #2196f3;
}
.cxe-radio-input:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: calc(50% - 18px);
  bottom: calc(50% - 18px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.2s ease-in-out;
}
.cxe-radio-input:hover {
  border-color: rgb(193.5, 193.5, 193.5);
}
.cxe-radio-input.cxs-checked:after {
  background-color: rgba(33, 150, 243, 0.1);
}
.cxe-radio-input:focus:after {
  visibility: visible;
  transform: scale(0.9, 0.9);
}

.cxb-colorpicker input {
  line-height: 16px;
  box-shadow: none;
  background-color: #fff;
  border-width: 0 0 1px;
  border-color: rgb(222, 226.125, 238.5);
  border-radius: 0;
  padding: 2px 6px;
}
.cxb-colorpicker input:focus {
  box-shadow: none;
}

.cxe-slider-handle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 0.75 * 16px);
  bottom: calc(50% - 0.75 * 16px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out;
}
.cxe-slider-handle:active:after, .cxe-slider-handle:active:focus:after {
  visibility: visible;
  transform: scale(1, 1);
  background-color: inherit;
}
.cxe-slider-handle:focus:after {
  visibility: visible;
  transform: scale(1.4, 1.4);
  background-color: rgba(12.8461538462, 138.0961538462, 237.6538461538, 0.1);
}

.cxe-slider-handle[style*="left: 0%;"] {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.26);
}
.cxe-slider-handle[style*="left: 0%;"]:focus:after {
  background-color: rgba(0, 0, 0, 0.05);
}
.cxe-slider-handle[style*="left: 0%;"]:active {
  background-color: inherit;
}

.cxe-switch-handle:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 0.75 * 16px);
  bottom: calc(50% - 0.75 * 16px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0.6, 0.6);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out;
}

.cxb-switch:focus .cxe-switch-handle:after {
  visibility: visible;
  transform: scale(1.4, 1.4);
  background-color: rgba(33, 150, 243, 0.1);
}

div.cxb-classic-tab-container {
  background-color: #2196f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  height: 40px;
  padding: 0;
  margin-bottom: 3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cxb-tab.cxm-classic {
  height: 100%;
}
.cxb-tab.cxm-classic:first-child {
  border-radius: 2px 0 0 2px;
}
.cxb-tab.cxm-classic:last-child {
  border-radius: 0 2px 2px 0;
}

.cxb-tab {
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@keyframes cx-theme-window-appear-animation {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cxb-window.cxs-animate {
  animation: cx-theme-window-appear-animation 0.2s;
}

.cxe-window-shadow.cxs-animate {
  opacity: 0;
  transition: opacity 0.2s;
}
.cxe-window-shadow.cxs-animate-enter {
  opacity: 1;
}

.cxb-progressbar {
  margin: 12px 0 0;
}
.cxb-progressbar .cxe-progressbar-label {
  top: -12px;
  text-align: left;
}

.cxb-menu {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.cxb-menuitem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 2px;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
}

.cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor {
  background-color: transparent;
}
.cxs-focusable.cxs-cursor > .cxb-menuitem.cxs-cursor:before {
  transform: scaleX(1);
  transition: transform 0.25s;
  background-color: rgba(0, 0, 0, 0.1);
}

.cxb-menu .cxe-menu-item > hr {
  margin: 10px 0;
}

.cxb-grid.cxs-scrollable .cxe-grid-header + .cxe-grid-data td,
.cxb-grid.cxs-scrollable .cxe-grid-header + .cxe-grid-group-caption td {
  border-top-color: transparent;
}

.cxe-grid-fixed-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 2px 0 rgba(0, 0, 0, 0.075), 0 3px 0 rgba(0, 0, 0, 0.05), 0 4px 0 rgba(0, 0, 0, 0.015);
}
.cxe-grid-fixed-header .cxe-grid-col-header {
  border-color: #fff;
}
.cxe-grid-fixed-header .cxs-sorted-asc,
.cxe-grid-fixed-header .cxs-sorted-desc {
  border-color: rgb(249.9, 249.9, 249.9);
}
.cxe-grid-fixed-header .cxs-sorted-asc:hover,
.cxe-grid-fixed-header .cxs-sorted-desc:hover {
  border-color: rgb(247.35, 247.35, 247.35);
}

.cxe-grid-header tr:not(:first-child) .cxe-grid-col-header {
  border-top: 1px solid #e0e0e0;
}

.cxs-border .cxe-grid-col-header {
  border-width: 0;
}

.cxs-header-plain.cxs-border .cxe-grid-col-header:last-child {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #e0e0e0;
}

.cxe-grid-col-header-tool > .cxb-menu > li > div > span {
  padding: 0 7px !important;
  line-height: 47px;
}

.cxe-grid-group-footer td,
.cxe-grid-group-caption td {
  color: #2196f3;
  line-height: 25px;
  border-top: 1px solid #e0e0e0;
  font-weight: 500;
}
.cxe-grid-group-footer:not(:first-child) td,
.cxe-grid-group-caption:not(:first-child) td {
  padding-top: 9px;
}

.cxe-grid-group-caption td {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e0e0e0;
}
.cxe-grid-group-caption.cxs-level-2 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: rgb(241.9, 241.9, 241.9);
}
.cxe-grid-group-caption.cxs-level-3 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: rgb(239.35, 239.35, 239.35);
}
.cxe-grid-group-caption.cxs-level-4 td {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  background-color: rgb(236.8, 236.8, 236.8);
}

.cxe-grid-group-footer.cxs-level-2 td {
  border-width: 1px 0;
  border-color: #e0e0e0;
}
.cxe-grid-group-footer.cxs-level-3 td {
  border-width: 1px 0;
  border-color: #e0e0e0;
}
.cxe-grid-group-footer.cxs-level-4 td {
  border-width: 1px 0;
  border-color: #e0e0e0;
}

.cxb-grid .cxb-checkbox {
  padding: 0;
}
.cxb-grid .cxe-grid-col-header-tool .cxb-checkbox {
  padding: 7px;
}

.cxb-grid.cxm-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  border-width: 0 !important;
}

.cxb-list.cxs-selectable > .cxe-list-item {
  border-width: 1px;
  border-color: transparent transparent rgba(0, 0, 0, 0.09);
}
.cxb-list.cxs-selectable.cxm-dropdown > .cxe-list-item {
  border-bottom-color: transparent;
}

.cxb-button,
.cxb-tab {
  overflow: hidden;
}
.cxb-button:before,
.cxb-tab:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(18, 18);
  transition: transform 0.3s, opacity 0.8s;
  pointer-events: none;
}
.cxb-button.cxm-float:before,
.cxb-tab.cxm-float:before {
  transform: scale(9, 9);
}
.cxb-button:active:before,
.cxb-tab:active:before {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  user-select: none;
}